Browse Source

YT-1798在要货计划中创建供应商发货申请时、新增供应商发货申请时,改回 ‘申请发货数量’ 可修改,操作列显示 ‘删除’ 按钮。

intex_online20241228
张立 2 months ago
parent
commit
f7047c20d7
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverBasicForm.vue
  2. 6
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

2
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverBasicForm.vue

@ -17,7 +17,7 @@
:isBusiness="true" :isBusiness="true"
@handleAddTable="handleAddTable" @handleAddTable="handleAddTable"
@handleDeleteTable="handleDeleteTable" @handleDeleteTable="handleDeleteTable"
:isShowReduceButtonSelection="false" :isShowReduceButtonSelection="true"
:isShowReduceButton="false" :isShowReduceButton="false"
@tableSelectionDelete="tableSelectionDelete" @tableSelectionDelete="tableSelectionDelete"
@searchTableSuccess="searchTableSuccess" @searchTableSuccess="searchTableSuccess"

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

@ -1070,14 +1070,12 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]
componentProps: { componentProps: {
min: 0, min: 0,
precision: 6, precision: 6,
disabled: true,
} }
}, },
tableForm: { tableForm: {
type: 'InputNumber', type: 'InputNumber',
min: 0, min: 0,
precision: 6, precision: 6,
disabled: true,
} }
}, },
{ {
@ -1480,12 +1478,12 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]
}, },
{ {
label: '操作', label: '操作',
hiddenInMain:true, hiddenInMain: true,
field: 'action', field: 'action',
isDetail: false, isDetail: false,
isForm: false, isForm: false,
table: { table: {
width: 180, width: 150,
fixed: 'right' fixed: 'right'
}, },
isTableForm: false, isTableForm: false,

Loading…
Cancel
Save