diff --git a/src/pages/productionReturn/record/returnToHold.vue b/src/pages/productionReturn/record/returnToHold.vue index 00f3f422..c2486ef1 100644 --- a/src/pages/productionReturn/record/returnToHold.vue +++ b/src/pages/productionReturn/record/returnToHold.vue @@ -111,7 +111,7 @@ const toLocationAreaTypeList = ref([]) const scanPopup = ref() const comMessageRef = ref() const toWarehouseCode = ref() - onLoad(option) { + onLoad((option)=> { uni.setNavigationBarTitle({ title: option.title }) @@ -201,7 +201,7 @@ const getScanResult = async (result, param) => { newDetail.fromLocationCode = rawLocationCode.value item.subList.push(newDetail) } else if (detail.scaned == true) { - showErrorMessage(`箱码[${label.packingNumber}批次[${label.batch}]已经在列表中`) + showErrorMessage(`箱码[${label.packingNumber}批次[${label.batch}]重复扫描`) } } calcHandleQty() @@ -305,7 +305,7 @@ const commit = async () => { .then((res) => { uni.hideLoading() if (res.data) { - showCommitSuccessMessage(`提交成功
生成退料记录
${res.data}`) + showCommitSuccessMessage(`提交成功\n生成退料记录\n${res.data}`) } else { showErrorMessage(`提交失败[${res.msg}]`) } diff --git a/src/pages/productionReturn/record/returnToHoldRecordList.vue b/src/pages/productionReturn/record/returnToHoldRecordList.vue new file mode 100644 index 00000000..e6109196 --- /dev/null +++ b/src/pages/productionReturn/record/returnToHoldRecordList.vue @@ -0,0 +1,343 @@ + + + + + \ No newline at end of file diff --git a/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue b/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue new file mode 100644 index 00000000..369f2759 --- /dev/null +++ b/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue @@ -0,0 +1,424 @@ + + + + + \ No newline at end of file diff --git a/src/pages/productionReturn/record/returnToStore.vue b/src/pages/productionReturn/record/returnToStore.vue index 6fdbe7ad..fd78e1af 100644 --- a/src/pages/productionReturn/record/returnToStore.vue +++ b/src/pages/productionReturn/record/returnToStore.vue @@ -193,7 +193,7 @@ const getScanResult = async (result, param) => { calcHandleQty() }) } else if (detail.scaned == true) { - showErrorMessage(`箱码[${label.packingNumber}批次[${label.batch}]已经在列表中`) + showErrorMessage(`箱码[${label.packingNumber}批次[${label.batch}]重复扫描`) } } } @@ -329,7 +329,7 @@ const commit = async () => { .then((res) => { uni.hideLoading() if (res.data) { - showCommitSuccessMessage(`提交成功
生成退料记录
${res.data}`) + showCommitSuccessMessage(`提交成功\n生成退料记录\n${res.data}`) } else { showErrorMessage(`提交失败[${res.msg}]`) }