王文杰 9 months ago
commit fcd96f677b

@ -394,7 +394,6 @@ export default {
this.zhipanData.staffsName = this.dataForm.staffsName this.zhipanData.staffsName = this.dataForm.staffsName
this.zhipanData.orderClientStatusId = '520192868833300805' // this.zhipanData.orderClientStatusId = '520192868833300805' //
this.zhipanData.orderStaffsStatusId = '520192930493763909' // this.zhipanData.orderStaffsStatusId = '520192930493763909' //
this.zhipanData.receiveTime = new Date()
let _data = this.zhipanData let _data = this.zhipanData
console.log(_data) console.log(_data)
// console.log('--------------------'); // console.log('--------------------');
@ -413,6 +412,7 @@ export default {
onClose: () => { onClose: () => {
this.detailVisible = true this.detailVisible = true
this.$emit('refresh', true) this.$emit('refresh', true)
this.$router.push('/recycleorder')
} }
}) })
}).catch(() => { }).catch(() => {
@ -420,10 +420,9 @@ export default {
// this.continueBtnLoading = false // this.continueBtnLoading = false
}) })
} else { } else {
// todo // console.log('');
console.log('请至少选择一个回收员'); alert('请至少选择一个回收员')
} }
}, },
}, },

@ -182,7 +182,7 @@
<ExportBox v-if="exportBoxVisible" ref="ExportBox" @download="download" /> <ExportBox v-if="exportBoxVisible" ref="ExportBox" @download="download" />
<ImportBox v-if="uploadBoxVisible" ref="UploadBox" @refresh="initData" /> <ImportBox v-if="uploadBoxVisible" ref="UploadBox" @refresh="initData" />
<Detail v-if="detailVisible" ref="Detail" @refresh="detailVisible=false" /> <Detail v-if="detailVisible" ref="Detail" @refresh="initData()" />
<ToFormDetail v-if="toFormDetailVisible" ref="toFormDetail" <ToFormDetail v-if="toFormDetailVisible" ref="toFormDetail"
@close="toFormDetailVisible = false" /> @close="toFormDetailVisible = false" />
<SuperQuery v-if="superQueryVisible" ref="SuperQuery" :columnOptions="superQueryJson" <SuperQuery v-if="superQueryVisible" ref="SuperQuery" :columnOptions="superQueryJson"
@ -490,6 +490,7 @@ export default {
}, },
initData() { initData() {
this.listLoading = true; this.listLoading = true;
this.detailVisible = false;
let _query = { let _query = {
...this.listQuery, ...this.listQuery,
...this.query, ...this.query,

Loading…
Cancel
Save