Browse Source

修改点击费用清单没反应问题

lichao 3 years ago
parent
commit
1e7106571c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/kaihe/domesticTrade/orderInformation/index.vue

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

@@ -1991,7 +1991,7 @@ export default {
         }
       }
       if (this.warehouseCrList) {
-        console.log(this.warehouseCrList[1].fCorpid);
+        // console.log(this.warehouseCrList[1].fCorpid);
         for (let li in this.warehouseCrList) {
           if (!this.warehouseCrList[li].fBusinessType) {
             this.$message.error('应付费用第' + (Number(li) + 1) + '行业务类型为空,请维护业务类型')