Browse Source

要货预测修改

master_hella_20240701
赵雪冰 9 months ago
parent
commit
ff2cf0201b
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts
  2. 3
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue

2
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts

@ -18,7 +18,7 @@ export const DemandforecastingMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
table: { table: {
width: 180, width: 200,
fixed: 'left' fixed: 'left'
}, },
isForm: false, isForm: false,

3
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue

@ -69,6 +69,9 @@
:apiPage="DemandforecastingDetailApi.getDemandforecastingDetailPage" :apiPage="DemandforecastingDetailApi.getDemandforecastingDetailPage"
:apiDelete="DemandforecastingDetailApi.deleteDemandforecastingDetail" :apiDelete="DemandforecastingDetailApi.deleteDemandforecastingDetail"
:Echo="Echo" :Echo="Echo"
:detailButtonIsShowAdd="false"
:detailButtonIsShowEdit="false"
:detailButtonIsShowDelete="false"
@searchTableSuccessDetail="searchTableSuccessDetail" @searchTableSuccessDetail="searchTableSuccessDetail"
/> />

Loading…
Cancel
Save