Browse Source

YT-1752:号口品收货申请和补给品收货申请,创建标签时,包装规格改为可编辑,可以选择其它包装规格打印标签

intex_online20241228
songguoqiang 1 month ago
parent
commit
b18a26badf
  1. 3
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts
  2. 3
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts

3
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts

@ -1892,6 +1892,9 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive<CrudSchema[]>(
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
},
tableForm: {
disabled: true,
} }
}, },
{ {

3
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts

@ -1911,6 +1911,9 @@ export const ProductreceiptRequestLabel = useCrudSchemas(
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
},
tableForm: {
disabled: true
} }
}, },
{ {

Loading…
Cancel
Save