Browse Source

重新生成标签校验

hella_online_20241024
zhaoxuebing 1 month ago
parent
commit
3b868207eb
  1. 6
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

6
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

@ -439,10 +439,10 @@ const butttondata = (row,$index) => {
// //
const isReGenLabelShowMainButtonLabel = (row, val) => { const isReGenLabelShowMainButtonLabel = (row, val) => {
if (val.indexOf(row.status) > -1) { if (val.indexOf(row.status) > -1) {
if (row.labelStatus == '1') { if (row.asnOutLabel == '2') {
return true
} else {
return false return false
} else {
return true
} }
} else { } else {
return true return true

Loading…
Cancel
Save