This commit is contained in:
刘仕伟
2024-01-18 00:46:23 +08:00
parent eaea055f6c
commit 492e6b83ea
13 changed files with 1497 additions and 62 deletions

View File

@@ -599,7 +599,7 @@
data: {
"subPurchaseOrderSn": sn
}}).then((res) => {
if (res.errorCode == 1000000) {
if (res.errorCode == 1000000 && res.result.isSuccess) {
for (let j = 0; j < this.choosedList.length; j++) {
if (this.choosedList[j].subPurchaseOrderSn == sn) {
this.successList.push(this.choosedList[j])