ccjgmwz 3 gadi atpakaļ
vecāks
revīzija
7f2173f6ed

+ 7 - 3
src/views/outboundManagement/weighingManagementNew.vue

@@ -369,12 +369,14 @@
         statusType: '3',
         warehouseType: 1,
         weighingList: {
+           grossWeight: 0,
+          tare: 0,
+          buckleMiscellaneous: 0,
+          netWeight: 0,
           weight: '',
           tips: '',
           // contractNo:'',
           // inOutTaskNo:'',
-          buckleMiscellaneous: 0,
-          netWeight: 0,
           receivableWeighingFee: '',
           warehouseInOutDetail: {
             grade: '',
@@ -390,6 +392,7 @@
             titleNo: '暂无',
             titleNoOther: '暂无',
           },
+          inOutDate:new Date()
         },
         carWeightInfo: {
           carNumber: '',
@@ -1592,7 +1595,8 @@
               }
             }
             this.warehouseList1 = response
-
+            
+          this.deptBudgetList.warehouseName = this.warehouseName
             this.getList()
           })
       },