Browse Source

YT-1241申请中创建及打印标签时,取消 “打印数量” 列,记录中取消打印标签功能。号口同补给。

intex
zhaoyiran 7 days ago
parent
commit
bf6192e063
  1. 2
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue
  2. 2
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue
  3. 24
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

2
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue

@ -236,7 +236,7 @@ const butttondata = (row, $index) => {
// hasPermi: 'wms:purchasereceipt-record-main:createPutawayRequest',
// hide: row.putawayRequestFlag == 'FALSE' || row.recoveryRequestFlag == 'TRUE'
// }), //
defaultButtons.mainListPointBtn(null), //
// defaultButtons.mainListPointBtn(null), //
defaultButtons.mainListRecoveryBtn({ hide: row.recoveryRequestFlag == 'TRUE' }) // 制品回收 //recoveryRequestFlag==TRUE不展示
]
}

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

@ -240,7 +240,7 @@ const butttondata = (row,$index) => {
return [
// defaultButtons.mainInspectRequestBtn({hasPermi:'wms:purchasereceipt-record-main:createInspectRequest',hide:row.inspectRequestFlag == "FALSE" }),//
// defaultButtons.mainPutawayRequestCpBtn({hasPermi:'wms:purchasereceipt-record-main:createPutawayRequest',hide:row.putawayRequestFlag == "FALSE" || row.recoveryRequestFlag == "TRUE"}),//
defaultButtons.mainListPointBtn(null), //
// defaultButtons.mainListPointBtn(null), //
defaultButtons.mainListRecoveryBtn({hide:row.recoveryRequestFlag == "TRUE" }), // //recoveryRequestFlag==TRUE
]
}

24
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

@ -1824,18 +1824,18 @@ export const SupplierdeliverRequestPackage = useCrudSchemas(reactive<CrudSchema[
valueFormat: 'YYYYMMDD',
}
},
{
label: '打印数量',
field: 'printQty',
sort: 'custom',
table: {
},
tableForm: {
type: 'InputNumber',
precision: 6,
min:0
}
},
// {
// label: '打印数量',
// field: 'printQty',
// sort: 'custom',
// table: {
// },
// tableForm: {
// type: 'InputNumber',
// precision: 6,
// min:0
// }
// },
{
label: '包装规格',
field: 'packUnit',

Loading…
Cancel
Save