Browse Source

添加默认值

QuKatie 3 years ago
parent
commit
05d367cca8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/kaihe/domesticTrade/orderInformation/index.vue

+ 4 - 4
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -3017,7 +3017,7 @@ export default {
         console.log(list);
         list.forEach((e) => {
           this.warehouseDrList.push({
-            fBusinessType: null,
+            fBusinessType:"3",
             fCorpid: this.form.corpName,
             fFeeid: e.fFeeId,
             fFeeUnitid: e.fFeeunitId + "",
@@ -3031,7 +3031,7 @@ export default {
               (this.goodsList && this.goodsList.length > 0
                 ? this.goodsList[0].fCntrcount
                 : 0),
-            fStltypeid: null,
+            fStltypeid:1,
             fCurrency: "RMB",
             fExrate: "1",
             fTaxrate: this.fTaxrate,
@@ -3042,7 +3042,7 @@ export default {
       } else {
         list.forEach((e) => {
           this.warehouseCrList.push({
-            fBusinessType: null,
+            fBusinessType:"3",
             fCorpid: null,
             fFeeid: e.fFeeId,
             fFeeUnitid: e.fFeeunitId + "",
@@ -3056,7 +3056,7 @@ export default {
               (this.goodsList && this.goodsList.length > 0
                 ? this.goodsList[0].fCntrcount
                 : 0),
-            fStltypeid: null,
+            fStltypeid:1,
             fCurrency: "RMB",
             fExrate: "1",
             fTaxrate: this.fTaxrate,