gjy 3 年之前
父节点
当前提交
324f3f475f

+ 1 - 1
src/views/contractManagement/storageContractAdd.vue

@@ -161,7 +161,7 @@
             <ws-input v-model="deptBudgetList.placeDelivery" placeholder="请输入交货详细地址" maxlength="20" size="small" />
           </ws-form-item>
           <ws-form-item label="代储费(元/吨·天)" span="1" prop="storageFee">
-            <ws-input v-model="deptBudgetList.storageFeeNew" placeholder="请输入仓储费" maxlength="20" size="small" />
+            <ws-input v-model="deptBudgetList.storageFee" placeholder="请输入仓储费" maxlength="20" size="small" />
           </ws-form-item>
           <!--合同单价(元/吨)-->
         <ws-form-item class="readonly" label="合同单价(元/吨)" span="1" prop="unitContractPrice">

+ 4 - 5
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -1427,14 +1427,13 @@
                             JSON.stringify(response)
                           )
                         })
-                    })
-                    this.$router
+                    }).catch(() => {
+                        return false
+                      })
+                      this.$router
                       .push({
                         path: 'warehouseManagementList',
                       })
-                      .catch(() => {
-                        return false
-                      })
                   })
                   .catch((response) => {
                     this.dataList.grossWeight = Math.round(

文件差异内容过多而无法显示
+ 5 - 0
vue.min.js


部分文件因为文件数量过多而无法显示