diff --git a/src/views/stockIn/delivery/drawer.vue b/src/views/stockIn/delivery/drawer.vue
index 62abce8..88ea1bf 100644
--- a/src/views/stockIn/delivery/drawer.vue
+++ b/src/views/stockIn/delivery/drawer.vue
@@ -94,6 +94,7 @@
+
diff --git a/src/views/stocked/careerAssistanceInquiry/index.vue b/src/views/stocked/careerAssistanceInquiry/index.vue
index 64f185e..346ff14 100644
--- a/src/views/stocked/careerAssistanceInquiry/index.vue
+++ b/src/views/stocked/careerAssistanceInquiry/index.vue
@@ -404,7 +404,7 @@ const state = reactive({
UnitNumber: 0, //各单位数量
queryParams: {
queryId: 'GetMaterialBoxInformationRow',
- version: 'WEB00034',
+ version: 'WEB00035',
params: {
SITENAME: localStorage.get('siteName') || 'SDK',
MATERIALSPECNAME: '',
@@ -578,6 +578,7 @@ onMounted(() => {
{ header: '业助', field: 'CAREER_ASSISTANCE', hide: false },
{ header: '客户', field: 'CUSTOMNO', hide: false },
{ header: '销售订单', field: 'SALESHIPREQUESTNAME', hide: false },
+ { header: '销售订单行号', field: 'SALESHIPREQUESTDETAILNAME', hide: false },
{ header: '业务', field: 'SALESPERSON', hide: false },
{ header: '事业部', field: 'BUSINESS_UNIT', hide: false }
// { header: "管芯类型", field: "DURABLETYPE", hide: false },
@@ -740,7 +741,7 @@ async function handleQuery() {
state.queryParams.params.LOCATIONNAME =
state.queryParams.params.LOCATIONNAME + state.ChangeLocation[i] + ','
}
- state.queryParams.version = 'WEB00034'
+ // state.queryParams.version = 'WEB00034'
await getQueryPageList(state.queryParams).then((res: any) => {
state.BoxHistoryList = res.data.list
state.total = res.data.total