gjy 3 tahun lalu
induk
melakukan
fe0bb52188

+ 1 - 0
src/views/houseSelfCollect/acquisitionManagementAdd.vue

@@ -256,6 +256,7 @@
         checkList4: []
       }
     },
+
     activated() {
       // 货名
       let _goodsNameList = []

+ 0 - 2
src/views/outboundManagement/weighingManagementNew.vue

@@ -348,8 +348,6 @@
 				warehouseType:1,
 				weighingList: {
 					weight:'',
-					grossWeight: 0,
-					tare: 0,
 					tips:'',
 					// contractNo:'',
 					// inOutTaskNo:'',

+ 1 - 1
src/views/profitable/contractOtherMoney.vue

@@ -53,7 +53,7 @@
             <template slot-scope="scope">
               <img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
                 src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" />
-              <span>{{scope.row.addressUrl.split(",").length == 0 ? '' : scope.row.addressUrl.split(",").length}}</span>
+              <span>{{scope.row.addressUrl ?  scope.row.addressUrl.split(",").length : ""}}</span>
             </template>
           </el-table-column>
           <el-table-column prop="payee" label="请款人/收款人" min-width="100"></el-table-column>