|
@@ -1990,7 +1990,7 @@ export const useHooks = (t?: any) => {
|
|
|
// 刷新清单
|
|
|
visibleData.forEach(mx => copyMap.set(`${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`, mx));
|
|
|
|
|
|
- state.mattressYWList = res.mxList.map(mx => {
|
|
|
+ state.mattressQDList = res.mxList.map(mx => {
|
|
|
const key = `${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`;
|
|
|
if (copyMap.has(key)) {
|
|
|
matchQty++;
|
|
@@ -2017,7 +2017,7 @@ export const useHooks = (t?: any) => {
|
|
|
];
|
|
|
res.mxList.forEach(mx => copyMap.set(`${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`, mx));
|
|
|
|
|
|
- state.mattressYWList = visibleData.map(mx => {
|
|
|
+ state.mattressQDList = visibleData.map(mx => {
|
|
|
const key = `${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`;
|
|
|
if (copyMap.has(key)) {
|
|
|
matchQty++;
|
|
@@ -2033,7 +2033,7 @@ export const useHooks = (t?: any) => {
|
|
|
// 重新刷新清单
|
|
|
visibleData.forEach(mx => copyMap.set(`${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`, mx));
|
|
|
|
|
|
- state.mattressYWList = res.mxList.map(mx => {
|
|
|
+ state.mattressQDList = res.mxList.map(mx => {
|
|
|
const key = `${mx.itemname}|${mx.bj_pzname}|${mx.bj_pzname_mx}`;
|
|
|
if (copyMap.has(key)) {
|
|
|
matchQty++;
|
|
@@ -2046,7 +2046,7 @@ export const useHooks = (t?: any) => {
|
|
|
}
|
|
|
|
|
|
if (res.mxList.length > 0) {
|
|
|
- await $table.reloadData(state.mattressYWList);
|
|
|
+ await $table.reloadData(state.mattressQDList);
|
|
|
resetMergeCellsQd();
|
|
|
|
|
|
ElNotification({
|