E库存更新添加销售订单行号

This commit is contained in:
王帅 2025-05-28 19:27:20 +08:00
parent 25f061aa4b
commit 50ce73bb09

View File

@ -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