|
@@ -379,8 +379,9 @@ var projectObj = {
|
|
searchStdBillsAndUpdate(stdMatchCode, value);
|
|
searchStdBillsAndUpdate(stdMatchCode, value);
|
|
return;
|
|
return;
|
|
} else {
|
|
} else {
|
|
- hintBox.infoBox("系统提示","已存在该编码的清单,是否继续?",2,function () {
|
|
|
|
- searchStdBillsAndUpdate(stdMatchCode, value);
|
|
|
|
|
|
+ hintBox.infoBox("系统提示","已存在该编码的清单,将自动修改编码后3位,是否继续?",2,function () {
|
|
|
|
+ let newFormatCode = project.Bills.newFormatCode(stdMatchCode);
|
|
|
|
+ searchStdBillsAndUpdate(stdMatchCode, newFormatCode);
|
|
},function () {
|
|
},function () {
|
|
me.mainController.refreshTreeNode([node], false);
|
|
me.mainController.refreshTreeNode([node], false);
|
|
},['确定','取消']);
|
|
},['确定','取消']);
|