snow 2 years ago
parent
commit
36918bfc34

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


+ 0 - 1
src/views/sellOut/sellReturn/detail.vue

@@ -370,7 +370,6 @@ export default {
       };
 
       let res = await asyncRequest.status(_model);
-      console.log(res)
 
       if (res && res.code === 0) {
         this.$notify.success({

+ 4 - 1
src/views/supplierPurchaseIn/supplierPurchaseOrder/detail.vue

@@ -328,7 +328,10 @@ export default {
     async goldPrice() {
       let res = {};
       let { order_type } = this.sitem;
-      if (order_type == "1" || order_type == "2") {
+
+      if(order_type == "3" || order_type == "4"){
+        res = await asyncRequest.re_detail({ spuCode: this.sitem.spuCode });
+      }else if (order_type == "1" || order_type == "2") {
         res = await asyncRequest.cost_detail({ spuCode: this.sitem.spuCode });
       } else {
         res = await asyncRequest.cove_detail({ spuCode: this.sitem.spuCode });

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