|
@@ -27,7 +27,7 @@
|
|
<div class="top">
|
|
<div class="top">
|
|
<div class="car-type">毛重</div>
|
|
<div class="car-type">毛重</div>
|
|
<div class="weight">
|
|
<div class="weight">
|
|
- {{ dataList.grossWeight }}
|
|
|
|
|
|
+ {{grossWeight }}
|
|
<span class="kg-style">kg</span>
|
|
<span class="kg-style">kg</span>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="weight">{{dataList.tare}} <span class="kg-style">kg</span></div> -->
|
|
<!-- <div class="weight">{{dataList.tare}} <span class="kg-style">kg</span></div> -->
|
|
@@ -531,7 +531,6 @@
|
|
this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
|
|
this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
|
|
this.dataList.outType = this.$route.query.outType//运输方式
|
|
this.dataList.outType = this.$route.query.outType//运输方式
|
|
this.dataList.selfLoading = this.$route.query.selfLoading//
|
|
this.dataList.selfLoading = this.$route.query.selfLoading//
|
|
- console.log(this.dataList)
|
|
|
|
if (this.$route.query.automaticWeightAcquisition == '1') {
|
|
if (this.$route.query.automaticWeightAcquisition == '1') {
|
|
this.isShowBalance = true
|
|
this.isShowBalance = true
|
|
}
|
|
}
|
|
@@ -552,16 +551,15 @@
|
|
setVal(data) {
|
|
setVal(data) {
|
|
if (this.information == '毛重检斤') {
|
|
if (this.information == '毛重检斤') {
|
|
this.dataList.grossWeight = data
|
|
this.dataList.grossWeight = data
|
|
|
|
+ this.grossWeight = data
|
|
} else {
|
|
} else {
|
|
this.dataList.tare = data
|
|
this.dataList.tare = data
|
|
}
|
|
}
|
|
-
|
|
|
|
},
|
|
},
|
|
openPort() {
|
|
openPort() {
|
|
this.$refs.weightChild.openPort()
|
|
this.$refs.weightChild.openPort()
|
|
},
|
|
},
|
|
pureweight(status) {
|
|
pureweight(status) {
|
|
- console.log(this.deptBudgetList)
|
|
|
|
if (
|
|
if (
|
|
this.deptBudgetList.netWeight &&
|
|
this.deptBudgetList.netWeight &&
|
|
this.deptBudgetList.tidalGrainWater &&
|
|
this.deptBudgetList.tidalGrainWater &&
|
|
@@ -585,7 +583,6 @@
|
|
this.$router.go(-1)
|
|
this.$router.go(-1)
|
|
},
|
|
},
|
|
dataFilter(val) {
|
|
dataFilter(val) {
|
|
- // console.log(val,"名")
|
|
|
|
this.deptBudgetList.staffList = val
|
|
this.deptBudgetList.staffList = val
|
|
if (val) {
|
|
if (val) {
|
|
//val存在
|
|
//val存在
|
|
@@ -1150,7 +1147,6 @@
|
|
if(!this.carstatus){//若自运的合同该字段置空
|
|
if(!this.carstatus){//若自运的合同该字段置空
|
|
this.deptBudgetList.selfLoading = ""
|
|
this.deptBudgetList.selfLoading = ""
|
|
}
|
|
}
|
|
- console.log("查看carId",this.dataList)
|
|
|
|
this.$confirm(`确定提交毛重检斤`, {
|
|
this.$confirm(`确定提交毛重检斤`, {
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
@@ -1395,7 +1391,6 @@
|
|
this.dialogViewSpareMoney = false
|
|
this.dialogViewSpareMoney = false
|
|
},
|
|
},
|
|
history(row) {
|
|
history(row) {
|
|
- console.log(row)
|
|
|
|
billoperatehis({
|
|
billoperatehis({
|
|
id: row.id,
|
|
id: row.id,
|
|
})
|
|
})
|