Browse Source

制品收货展示操作列

master_hella_20240701
chenfang 7 months ago
parent
commit
67b366a384
  1. 4
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue
  2. 4
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts
  3. 4
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue

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

@ -176,7 +176,9 @@ const butttondata = (row,$index) => {
if(findIndex>0&&findIndex<$index){ if(findIndex>0&&findIndex<$index){
return [] return []
} }
return [] return [
defaultButtons.mainInspectRequestBtn({hasPermi:'wms:purchasereceipt-record-main:createInspectRequest',hide:row.inspectRequestFlag == "FALSE" }),//
]
} }
// - // -

4
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts

@ -652,7 +652,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
}, },
{ {
label: '操作', label: '操作',
hiddenInMain:true, hiddenInMain:false,
field: 'action', field: 'action',
isDetail: false, isDetail: false,
isForm: false , isForm: false ,
@ -660,7 +660,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
width: 150, width: 150,
fixed: 'right' fixed: 'right'
}, },
isTableForm:false, isTableForm:true,
} }
])) ]))

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

@ -175,7 +175,9 @@ const butttondata = (row,$index) => {
if(findIndex>0&&findIndex<$index){ if(findIndex>0&&findIndex<$index){
return [] return []
} }
return [] return [
defaultButtons.mainInspectRequestBtn({hasPermi:'wms:purchasereceipt-record-main:createInspectRequest',hide:row.inspectRequestFlag == "FALSE" }),//
]
} }
// - // -

Loading…
Cancel
Save