diff --git a/src/api/wms/location/index.ts b/src/api/wms/location/index.ts
index 183224ff5..ff0a8435c 100644
--- a/src/api/wms/location/index.ts
+++ b/src/api/wms/location/index.ts
@@ -94,4 +94,15 @@ export const selectPageItemAreaToLocation = async (params) => {
} else {
return request.get({ url: `/wms/location/pageItemAreaToLocation`, params })
}
+}
+
+
+export const selectConfigToLocation = async (params) => {
+ if (params.isSearch) {
+ delete params.isSearch
+ const data = {...params}
+ return await request.post({ url: '/wms/location/pageConfigToLocationSenior', data })
+ } else {
+ return request.get({ url: `/wms/location/pageConfigToLocation`, params })
+ }
}
\ No newline at end of file
diff --git a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/index.vue b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/index.vue
index e00bd5819..b8e1c3b9d 100644
--- a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/index.vue
+++ b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -12,11 +12,12 @@
@updataTableColumns="updataTableColumns"
@searchFormClick="searchFormClick"
:allSchemas="SaleShipmentMainRecord.allSchemas"
+ :detailAllSchemas="SaleShipmentDetailRecord.allSchemas"
/>
-
-
+