|
@@ -28,7 +28,7 @@
|
|
<div class="car-type">皮重</div>
|
|
<div class="car-type">皮重</div>
|
|
<!-- <div class="weight">{{deptBudgetList.grossWeight}} <span class="kg-style">kg</span></div> -->
|
|
<!-- <div class="weight">{{deptBudgetList.grossWeight}} <span class="kg-style">kg</span></div> -->
|
|
<div class="weight">
|
|
<div class="weight">
|
|
- {{ tare }} <span class="kg-style">kg</span>
|
|
|
|
|
|
+ {{ dataList.tare }} <span class="kg-style">kg</span>
|
|
</div>
|
|
</div>
|
|
<div class="car-no">{{ dataList.carNo }}</div>
|
|
<div class="car-no">{{ dataList.carNo }}</div>
|
|
</div>
|
|
</div>
|
|
@@ -41,7 +41,7 @@
|
|
<!--任务编号-->
|
|
<!--任务编号-->
|
|
<ws-form-item label="任务编号" span="1" prop="inOutTaskNo">
|
|
<ws-form-item label="任务编号" span="1" prop="inOutTaskNo">
|
|
<el-select filterable clearable v-model="dataList.inOutTaskNo" placeholder="请选择任务编号" class="typeselect"
|
|
<el-select filterable clearable v-model="dataList.inOutTaskNo" placeholder="请选择任务编号" class="typeselect"
|
|
- @change="contractNoChange" filterable clearable>
|
|
|
|
|
|
+ @change="contractNoChange">
|
|
<el-option v-for="item in deptBudgetList2" :key="item.inOutTaskNo" :label="item.inOutTaskNo"
|
|
<el-option v-for="item in deptBudgetList2" :key="item.inOutTaskNo" :label="item.inOutTaskNo"
|
|
:value="item.inOutTaskNo" />
|
|
:value="item.inOutTaskNo" />
|
|
</el-select>
|
|
</el-select>
|
|
@@ -107,7 +107,7 @@
|
|
value-format="yyyy-MM-dd">
|
|
value-format="yyyy-MM-dd">
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
- <!--经办人-->
|
|
|
|
|
|
+ <!-- 经办人 -->
|
|
<ws-form-item label="经办人" span="1" prop="agent">
|
|
<ws-form-item label="经办人" span="1" prop="agent">
|
|
<el-select v-model="dataList.agent" placeholder="请选择经办人" filterable clearable @change="selectstaff">
|
|
<el-select v-model="dataList.agent" placeholder="请选择经办人" filterable clearable @change="selectstaff">
|
|
<el-option v-for="item in options" :key="item.value" :label="item.staffName"
|
|
<el-option v-for="item in options" :key="item.value" :label="item.staffName"
|
|
@@ -570,6 +570,7 @@
|
|
this.dataList.titleNo = this.$route.query.titleNo
|
|
this.dataList.titleNo = this.$route.query.titleNo
|
|
this.dataList.titleNoOther = this.$route.query.titleNoOther
|
|
this.dataList.titleNoOther = this.$route.query.titleNoOther
|
|
this.dataList.carNo = this.$route.query.carNo
|
|
this.dataList.carNo = this.$route.query.carNo
|
|
|
|
+ this.dataList.carId = this.$route.query.carId
|
|
this.dataList.inOutDate = this.$route.query.inOutDate
|
|
this.dataList.inOutDate = this.$route.query.inOutDate
|
|
this.dataList.contractNo = this.$route.query.contractNo
|
|
this.dataList.contractNo = this.$route.query.contractNo
|
|
this.dataList.inOutType = this.$route.query.inOutType
|
|
this.dataList.inOutType = this.$route.query.inOutType
|
|
@@ -586,6 +587,7 @@
|
|
this.dataList.cost = this.$route.query.cost
|
|
this.dataList.cost = this.$route.query.cost
|
|
this.dataList.freight = this.$route.query.freight
|
|
this.dataList.freight = this.$route.query.freight
|
|
this.dataList.type = this.$route.query.type
|
|
this.dataList.type = this.$route.query.type
|
|
|
|
+ this.dataList.outType = this.$route.query.outType//运输方式
|
|
this.dataList.buckleWeightRatio = this.$route.query.buckleWeightRatio
|
|
this.dataList.buckleWeightRatio = this.$route.query.buckleWeightRatio
|
|
this.dataList.tidalGrainWater = this.$route.query.tidalGrainWater
|
|
this.dataList.tidalGrainWater = this.$route.query.tidalGrainWater
|
|
this.dataList.solidGrainWater = this.$route.query.solidGrainWater
|
|
this.dataList.solidGrainWater = this.$route.query.solidGrainWater
|
|
@@ -655,6 +657,7 @@
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
if (this.tranCarInfoList[i].carNo == this.dataList.carNo) {
|
|
if (this.tranCarInfoList[i].carNo == this.dataList.carNo) {
|
|
this.dataList.tranCarNo = this.tranCarInfoList[i].tranCarNo
|
|
this.dataList.tranCarNo = this.tranCarInfoList[i].tranCarNo
|
|
|
|
+ this.dataList.carId = this.tranCarInfoList[i].id
|
|
this.dataList.freight = this.tranCarInfoList[i].tranPrice
|
|
this.dataList.freight = this.tranCarInfoList[i].tranPrice
|
|
}
|
|
}
|
|
if(this.dataList.inOutType=='移库入库'){
|
|
if(this.dataList.inOutType=='移库入库'){
|
|
@@ -848,7 +851,6 @@
|
|
},
|
|
},
|
|
//提交按钮
|
|
//提交按钮
|
|
submit() {
|
|
submit() {
|
|
-
|
|
|
|
if (this.reader) {
|
|
if (this.reader) {
|
|
this.reader.cancel()
|
|
this.reader.cancel()
|
|
}
|
|
}
|
|
@@ -1768,11 +1770,6 @@
|
|
height: 2000px;
|
|
height: 2000px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
-
|
|
|
|
- /deep/.el-form-item__label {
|
|
|
|
- width: 160px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.inspector {
|
|
.inspector {
|
|
width: 50%;
|
|
width: 50%;
|
|
}
|
|
}
|