diff --git a/src/api/collect/splitCreateOrder.js b/src/api/collect/splitCreateOrder.js index a623dabe..eb6f15ea 100644 --- a/src/api/collect/splitCreateOrder.js +++ b/src/api/collect/splitCreateOrder.js @@ -81,7 +81,6 @@ export function updateOrder(query) { } - export function checkCollectOrderManCode(query) { return axios({ url: "/udiwms/basic/collect/IoCollectOrderCodeMan/checkCode", diff --git a/src/views/basic/collectPoint/timerSetting.vue b/src/views/basic/collectPoint/timerSetting.vue index eb1d5087..a7ca7e76 100644 --- a/src/views/basic/collectPoint/timerSetting.vue +++ b/src/views/basic/collectPoint/timerSetting.vue @@ -38,25 +38,25 @@ - - - - - - - - - + + + + + + + + + - + @@ -88,7 +88,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -104,25 +104,25 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + - + - + + + @@ -373,8 +409,7 @@ export default { return { num: 1, ShelfDisplayFlag: false, - busTypeOptions: [ - ], + busTypeOptions: [], shelfData: [ { row: 1, @@ -455,9 +490,14 @@ export default { ipcMaxCount: null, autoDecode: 1, outputMode: 1, - autoDownloadKey:[], - autoFinishOrderKey:[], - autoUploadOrderKey:[] + autoDownloadKey: [], + autoFinishOrderKey: [], + autoUploadOrderKey: [], + delayTageCode: null, + conflictScan: null, + conflictReturn: null, + noCodeScan: null, + }, systemParam: null, socket: null, @@ -469,10 +509,10 @@ export default { }, methods: { getWorkBindBusTypes() { - getWorkBindBusTypes({page:1,limit:500}).then(res => { + getWorkBindBusTypes({page: 1, limit: 500}).then(res => { if (res.code == 20000) { - this.busTypeOptions = res.data.list || [] - } + this.busTypeOptions = res.data.list || [] + } }) }, handleInput() { @@ -521,7 +561,7 @@ export default { .then((response) => { if (response.code != 20000) { this.$message.error(response.message); - } else{ + } else { this.selectSysParam() this.$message.success("操作成功"); } @@ -630,5 +670,8 @@ export default { padding-bottom: 17px; padding-top: 17px; } +.el-col{ + +} diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index cda9ac6e..97085a95 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -710,6 +710,7 @@ export default { this.checkSuccess = true this.filterQuery.code = this.scanCode.trim() + this.scanCode = ''; if (this.filterQuery.code.includes(';')) { const codeArray = this.filterQuery.code.split(';') const verify = this.verifyScanCount(codeArray) @@ -1055,7 +1056,11 @@ export default { }) } else { loading.close(); - this.$message.error(res.message) + this.$alert(res.message, '提示', { + confirmButtonText: '确定', + callback: action => { + } + }) } }).catch(() => { loading.close(); @@ -1132,7 +1137,7 @@ export default { }, startDeal() { - this.autoFinishOrderFlag = true + this.autoFinishOrderFlag = false this.curRow = this.formData this.dealSplitOrder() //处理哪个活动的明细子组件