Browse Source

修复bug

master_hella_20240701
songguoqiang 4 months ago
parent
commit
542c3fcc09
  1. 3
      src/views/wms/productionManage/productionplan/productionMain/index.vue
  2. 3
      src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue
  3. 3
      src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/index.vue
  4. 3
      src/views/wms/productionManage/productionplan/productionMainPredictSparePart/index.vue
  5. 3
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

3
src/views/wms/productionManage/productionplan/productionMain/index.vue

@ -508,6 +508,9 @@ const searchFormClick = (searchData) => {
/** 初始化 **/
onMounted(async () => {
tableObject.params = {
planType: 'predict'
}
getList()
importTemplateData.templateUrl = await ProductionMainApi.importTemplate()
})

3
src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue

@ -496,6 +496,9 @@ const searchFormClick = (searchData) => {
/** 初始化 **/
onMounted(async () => {
tableObject.params = {
planType: 'assemble'
}
getList()
importTemplateData.templateUrl = await ProductionMainApi.importTemplate()
})

3
src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/index.vue

@ -495,6 +495,9 @@ const searchFormClick = (searchData) => {
/** 初始化 **/
onMounted(async () => {
tableObject.params = {
planType: 'assembleSparePart'
}
getList()
importTemplateData.templateUrl = await ProductionMainApi.importTemplate()
})

3
src/views/wms/productionManage/productionplan/productionMainPredictSparePart/index.vue

@ -496,6 +496,9 @@ const searchFormClick = (searchData) => {
/** 初始化 **/
onMounted(async () => {
tableObject.params = {
planType: 'predictSparePart'
}
getList()
importTemplateData.templateUrl = await ProductionMainApi.importTemplate()
})

3
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

@ -1337,7 +1337,8 @@ export const PurchasereReturnRequestDetailLabel = useCrudSchemas(reactive<CrudSc
table: {
width: 150
},
isTableForm: true,
isTable:false,
isTableForm: false,
isForm: false
},
{

Loading…
Cancel
Save