Преглед на файлове

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

zhongtianhaoyuan преди 3 години
родител
ревизия
a569e40363
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/views/outboundManagement/weighingManagementNew.vue

+ 4 - 4
src/views/outboundManagement/weighingManagementNew.vue

@@ -396,7 +396,7 @@
             titleNo: '暂无',
             titleNoOther: '暂无',
           },
-          inOutDate: new Date()
+          inOutDate: ''
         },
         carWeightInfo: {
           carNumber: '',
@@ -429,11 +429,11 @@
       }
     },
     mounted() {
+      this.getNowTime()
       this.selectWarehouse()
       this.showType = this.isShow
       this.isShowBalance = true
       this.openPort()
-      this.getNowTime()
       if (localStorage.getItem('houseSelfCollect_house1')) {
         if (localStorage.getItem('houseSelfCollect_house1').allowEdit == 1) {
           this.disabled = false
@@ -776,13 +776,13 @@
         this.$refs.weightChild.openPort()
       },
 
-      listclick(row) {
+      listclick(row) {debugger
         this.id = row.id
         getweighing({
             id: row.id,
           })
           .toPromise()
-          .then((response) => {
+          .then((response) => {debugger
             this.weighingList = response
             // this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
             // this.weighingList.tare = this.weighingList.tare * 1000