|
@@ -779,7 +779,10 @@ export default {
|
|
agent: '',
|
|
agent: '',
|
|
carNo: '',
|
|
carNo: '',
|
|
inOutDate: '',
|
|
inOutDate: '',
|
|
-
|
|
|
|
|
|
+ boxNo:'',
|
|
|
|
+ boxNoOther:'',
|
|
|
|
+ titleNo:'',
|
|
|
|
+ titleNoOther:'',
|
|
inOutType: '',
|
|
inOutType: '',
|
|
goodsName: '',
|
|
goodsName: '',
|
|
warehouseInOutDetail: {},
|
|
warehouseInOutDetail: {},
|
|
@@ -845,6 +848,10 @@ export default {
|
|
this.dataList.netWeight = Math.round(this.$route.query.netWeight * 1000)
|
|
this.dataList.netWeight = Math.round(this.$route.query.netWeight * 1000)
|
|
this.dataList.grade = this.$route.query.grade
|
|
this.dataList.grade = this.$route.query.grade
|
|
this.dataList.agent = this.$route.query.agent
|
|
this.dataList.agent = this.$route.query.agent
|
|
|
|
+ this.dataList.boxNo = this.$route.query.boxNo
|
|
|
|
+ this.dataList.boxNoOther = this.$route.query.boxNoOther
|
|
|
|
+ this.dataList.titleNo = this.$route.query.titleNo
|
|
|
|
+ this.dataList.titleNoOther = this.$route.query.titleNoOther
|
|
this.dataList.carNo = this.$route.query.carNo
|
|
this.dataList.carNo = this.$route.query.carNo
|
|
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
|
|
@@ -889,6 +896,7 @@ export default {
|
|
if(this.$route.query.automaticWeightAcquisition == '1'){
|
|
if(this.$route.query.automaticWeightAcquisition == '1'){
|
|
this.openPort()
|
|
this.openPort()
|
|
}
|
|
}
|
|
|
|
+
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
async closePort() {
|
|
async closePort() {
|
|
@@ -1966,6 +1974,10 @@ export default {
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.options1 = response
|
|
this.options1 = response
|
|
this.outContractNo = response
|
|
this.outContractNo = response
|
|
|
|
+ // debugger
|
|
|
|
+ // this.contractNoChange(this.dataList.inOutTaskNo)
|
|
|
|
+
|
|
|
|
+
|
|
})
|
|
})
|
|
//合同编号2
|
|
//合同编号2
|
|
xialaNo({
|
|
xialaNo({
|
|
@@ -1997,6 +2009,9 @@ export default {
|
|
this.staffList = response
|
|
this.staffList = response
|
|
// this.agent = response
|
|
// this.agent = response
|
|
})
|
|
})
|
|
|
|
+ // debugger
|
|
|
|
+ // this.contractNoChange(this.dataList.inOutTaskNo)
|
|
|
|
+
|
|
},
|
|
},
|
|
selecttaskType(e) {
|
|
selecttaskType(e) {
|
|
for (var i = 0; i < this.taskTypeList.length; i++) {
|
|
for (var i = 0; i < this.taskTypeList.length; i++) {
|