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) => {
if (val.indexOf(row.status) > -1) {
if (row.labelStatus == '1') {
return true
} else {
if (row.asnOutLabel == '2') {
return false
} else {
return true
}
} else {
return true

Loading…
Cancel
Save