|
@@ -190,7 +190,7 @@
|
|
<el-option v-for="item in options2" :key="item.constKey"
|
|
<el-option v-for="item in options2" :key="item.constKey"
|
|
:label="item.carNo + '(' + item.tranCarNo + ')'" :value="item.carNo" />
|
|
:label="item.carNo + '(' + item.tranCarNo + ')'" :value="item.carNo" />
|
|
</el-select>
|
|
</el-select>
|
|
- <span style='padding-left:10px;'>发货重量(吨):{{dataList.loadNetWeight}}</span>
|
|
|
|
|
|
+ <span style='padding-left:10px;'>发货重量(吨):{{dataList.loadNetWeight}}</span>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
|
|
<ws-form-item label="车号" span="1" prop="carNo" v-if="dataList.outType == '火运'">
|
|
<ws-form-item label="车号" span="1" prop="carNo" v-if="dataList.outType == '火运'">
|
|
@@ -522,7 +522,7 @@
|
|
this.dataList.statusFlag = this.$route.statusFlag
|
|
this.dataList.statusFlag = this.$route.statusFlag
|
|
this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
|
|
this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
|
|
console.log(this.dataList)
|
|
console.log(this.dataList)
|
|
- if (this.$route.query.automaticWeightAcquisition == '1') {
|
|
|
|
|
|
+ if (this.$route.query.automaticWeightAcquisition == '0') {
|
|
this.isShowBalance = true
|
|
this.isShowBalance = true
|
|
}
|
|
}
|
|
this.getList()
|
|
this.getList()
|
|
@@ -530,9 +530,9 @@
|
|
methods: {
|
|
methods: {
|
|
setVal(data) {
|
|
setVal(data) {
|
|
if (this.information == '毛重检斤') {
|
|
if (this.information == '毛重检斤') {
|
|
- this.deptBudgetList.grossWeight = data
|
|
|
|
|
|
+ this.dataList.grossWeight = data
|
|
} else {
|
|
} else {
|
|
- this.deptBudgetList.tare = data
|
|
|
|
|
|
+ this.dataList.tare = data
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|