Browse Source

YT-1955:号口品数量管理批次不可修改

intex_online20250220
songguoqiang 4 days ago
parent
commit
c2a7be8b7d
  1. 2
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

2
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

@ -522,7 +522,7 @@ const buttonTableClick = async (val, row) => {
item['disabled_batch'] = true item['disabled_batch'] = true
} else if(toManagementPrecision.value == 'BY_QUANTITY') { } else if(toManagementPrecision.value == 'BY_QUANTITY') {
// row['fromBatchFormItemType'] = '' // row['fromBatchFormItemType'] = ''
item['disabled_batch'] = false // item['disabled_batch'] = false
} }
}) })
}) })

Loading…
Cancel
Save