修复bug
This commit is contained in:
parent
03a7d6abd6
commit
4cb12fef52
@ -394,6 +394,7 @@ export default {
|
||||
}
|
||||
]
|
||||
this.form.notifySiteCode = this.tempRecord.sendSiteCode;
|
||||
this.form.notifySiteName = this.tempRecord.sendSiteName;
|
||||
// this.billInputDisabled = true;
|
||||
// this.emisWaybillList.push(tempRecord);
|
||||
// this.dataMap[this.form.billCode]=tempRecord;
|
||||
@ -414,6 +415,7 @@ export default {
|
||||
this.$message.error("请填写问题原因");
|
||||
return;
|
||||
}
|
||||
debugger;
|
||||
this.tempRecord.notifySiteCode = this.form.notifySiteCode;
|
||||
this.tempRecord.notifySiteName = this.form.notifySiteName;
|
||||
this.tempRecord.problemTypeName=this.form.problemType;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<SearchForm slot="pageHeader" class="queryForm" :isShowSearchBtn="false" :model="queryParams" ref="queryForm" size="mini" :maxShow="9" label-width="100px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
|
||||
<SearchForm slot="pageHeader" class="queryForm" :isShowSearchBtn="false" :model="queryParams" ref="queryForm" size="mini" :maxShow="9" label-width="100px" v-show="showSearch">
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="" prop="billCode">
|
||||
@ -379,7 +379,7 @@ export default {
|
||||
this.$message.error("输入单号后回车");
|
||||
return;
|
||||
}
|
||||
getWaybillDetail(billCode).then(response => {
|
||||
getWaybillDetail(this.form.billCode).then(response => {
|
||||
|
||||
if(response.code != 200){
|
||||
this.$modal.msgError(scanRstItem.msg);
|
||||
@ -387,7 +387,7 @@ export default {
|
||||
}
|
||||
|
||||
let record =Object.assign({}, response.data);
|
||||
this.form.transferWeigh=record.billWeight;
|
||||
this.form.transferWeight=record.billWeight;
|
||||
this.form.transferVolume=record.totalVolume;
|
||||
|
||||
});
|
||||
@ -421,6 +421,9 @@ export default {
|
||||
console.log("date picker---->", value)
|
||||
this.dateTimeRange=value;
|
||||
// scanDate
|
||||
},
|
||||
handleImport(){
|
||||
|
||||
},
|
||||
submitForm(){
|
||||
if(this.state == "add"){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user