Browse Source

生成标签提示

hella_online_20240829
zhang_li 5 months ago
parent
commit
ec4395bf8d
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/labelForm.vue

2
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/labelForm.vue

@ -390,7 +390,7 @@ const submitForm = () => {
// const isBol = arr.some((item) => item == false)
if (obj) {
message.warning(
`物料[${obj.itemCode}],批次[${obj.batch}],${obj.packageList.length}的总和数量${obj.allNumber}不等于发货总数量${obj.qty}`
`物料${obj.itemCode}】,批次【${obj.batch},${obj.packageList.length}的总和数量${obj.allNumber}不等于发货总数量${obj.qty}`
)
return
}

Loading…
Cancel
Save