|
@@ -6305,7 +6305,7 @@ function checkAndChange(changeListData, showTips = false) {
|
|
|
// 针对旧数据获取清单信息
|
|
|
listinfo = changeListData[clinfo.lid - 1];
|
|
|
if (listinfo === undefined) {
|
|
|
- toastr.warning('台账清单列表已不存在'+ clinfo.code +',已更新变更清单列表');
|
|
|
+ if (!showTips) toastr.warning('台账清单列表已不存在'+ clinfo.code +',已更新变更清单列表');
|
|
|
if (changeStatus !== auditConst.status.revise) {
|
|
|
removeList.push(clinfo);
|
|
|
} else {
|