Browse Source

Merge branch 'sit' of daiyanrong/accout-ui into master

戴艳蓉 3 years ago
parent
commit
cb92ae498a

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-41b6f65d.5617fb97.css


BIN
dist/static/css/chunk-3675c3a2.7e401a35.css.gz → dist/static/css/chunk-41b6f65d.5617fb97.css.gz


BIN
dist/static/js/app.8869ad9f.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.df4681b1.js


BIN
dist/static/js/app.df4681b1.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3675c3a2.a9c2c69c.js


BIN
dist/static/js/chunk-3675c3a2.a9c2c69c.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-41b6f65d.54901bcc.js


BIN
dist/static/js/chunk-41b6f65d.54901bcc.js.gz


+ 3 - 1
src/views/purchase/orderRecord/components/proofreading.vue

@@ -460,8 +460,10 @@ export default {
           this.loading = true;
           const obj = JSON.parse(JSON.stringify(this.examForm));
           let isok = true;
+          // examForm.item_list
           let list = JSON.parse(
-            JSON.stringify(this.oldresList[this.activeImg].goods)
+            JSON.stringify(this.examForm.item_list)
+            //this.oldresList[this.activeImg].goods)
           );
           if (list.length === 0) {
             this.$message.warning("商品明细不能为空!");

Some files were not shown because too many files changed in this diff