|
@@ -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
|