Browse Source

制品上架新增根据不同菜单赋值上架类型

master_hella_20240701
chenfang 5 months ago
parent
commit
e76329d748
  1. 1
      src/views/wms/productionManage/productputaway/productputawayRequestMain/index.vue

1
src/views/wms/productionManage/productputaway/productputawayRequestMain/index.vue

@ -358,6 +358,7 @@ const handleDeleteTable = (item, index) => {
//
const submitForm = async (formType, data) => {
data.type = 'predict'
data.subList = tableData.value //
if(data.subList.find(item => (item.qty <= 0))) {
message.warning('数量必须大于0')

Loading…
Cancel
Save