diff --git a/src/views/basic/collectPoint/timerSetting.vue b/src/views/basic/collectPoint/timerSetting.vue index 38067e67..404f62a8 100644 --- a/src/views/basic/collectPoint/timerSetting.vue +++ b/src/views/basic/collectPoint/timerSetting.vue @@ -76,6 +76,14 @@ + + + + 是 + 否 + + + @@ -237,7 +245,8 @@ export default { activeNames: ['0', '1', '2', '3'], formData: { startDownloadTime: null, - lastCodeSplit: true + lastCodeSplit: true, + isScanCodeCheck:true, }, systemParam: null, diff --git a/src/views/basic/product/drug/drugAdd.vue b/src/views/basic/product/drug/drugAdd.vue index d2e98a7a..4b6e77a3 100644 --- a/src/views/basic/product/drug/drugAdd.vue +++ b/src/views/basic/product/drug/drugAdd.vue @@ -79,6 +79,13 @@ > + + + + + - + @@ -830,6 +837,7 @@ export default { productId: null, nameCode: '', packLevel: null, + packRatio: null, bhxjsl: null, isDisabled: false, isUpDisabled: true, @@ -849,7 +857,8 @@ export default { levelUnitList: [], maxLevel: 1, - editRowSwitch: false //产品标识编辑开关 没保存前其他编辑不能按 + editRowSwitch: false, //产品标识编辑开关 没保存前其他编辑不能按 + isSpecial:false } }, @@ -1061,7 +1070,8 @@ export default { uuid: this.newProductData.uuid, productId: row.productId, diType: row.diType, - xjdw: row.xjdw + xjdw: row.xjdw, + packRatio: row.packRatio } updateLevelDrug(editQuery).then(res => { this.saveLoading = false @@ -1150,6 +1160,7 @@ export default { .then((response) => { this.loading = false this.detailList = response.data || [] + this.checkIsSpecial() }) .catch(() => { this.loading = false @@ -1157,7 +1168,15 @@ export default { }) } }, - + checkIsSpecial(){ + if (this.detailList.length > 0){ + this.detailList.forEach(item => { + if (item.nameCode.startsWith('89')) { + this.isSpecial = true + } + }) + } + }, distributeLevelDiChange(val) { const matchingItem = this.detailList.find(item => item.nameCode == val) if (matchingItem) { diff --git a/src/views/basic/workplace/busTypeManage.vue b/src/views/basic/workplace/busTypeManage.vue index 042fec2f..c0893980 100644 --- a/src/views/basic/workplace/busTypeManage.vue +++ b/src/views/basic/workplace/busTypeManage.vue @@ -353,13 +353,12 @@ export default { 3: '用户所属仓库', }, consignees: { - 1: '原始单据的收货方', - 2: '原始单据的发货方', - 3: '供应商', - 4: '客户', - 5: '特殊往来', - 6: '内部科室', - 7: '填写', + 1: '客户', + 2: '供应商', + 3: '内部科室', + 4: '特殊往来', + 5: '原始单据的收货方', + 6: '原始单据的发货方', }, userList: [], userLoading: false, diff --git a/src/views/basic/workplace/editQueueDialog.vue b/src/views/basic/workplace/editQueueDialog.vue new file mode 100644 index 00000000..dd0fc149 --- /dev/null +++ b/src/views/basic/workplace/editQueueDialog.vue @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/basic/workplace/freightManage.vue b/src/views/basic/workplace/freightManage.vue index 341e8dc2..21b7f734 100644 --- a/src/views/basic/workplace/freightManage.vue +++ b/src/views/basic/workplace/freightManage.vue @@ -8,6 +8,8 @@ 取货架列表 + + 打印全部 @@ -27,23 +29,21 @@ - - + + + + + + @@ -82,7 +82,7 @@ - + 摆货层列表 @@ -94,17 +94,16 @@ @row-click="handChangeLayer" > - - + + + + + + --> - + 出货槽列表 @@ -154,7 +153,12 @@ label="出货槽编号" > - + + + 打印 + 编辑 + + 删除 + + @@ -205,6 +222,24 @@ > + + + + + + @@ -212,8 +247,9 @@