Commit 0f56c428 authored by 黄奎's avatar 黄奎

页面修改

parent ca3782fa
......@@ -787,7 +787,8 @@
</template>
</template>
</el-form-item>
</el-col></el-row>
</el-col>
</el-row>
<el-row :gutter="20" style='margin-top:13px;'>
<el-col :span="24">
<p class="fz12 color333 fbold" style="border: none; margin-bottom: 15px; padding-left: 20px;">需审核信息<span
......@@ -1060,7 +1061,6 @@
FileSize: fileSize,
FolderId: this.msg.ParentId
})
console.log('file', file, x,this.saveMsg)
});
},
//删除文件
......@@ -1071,7 +1071,7 @@
downloadFile(fileUrl, fileName) {
const link = document.createElement('a');
link.href = fileUrl;
link.target="_blank";
link.target = "_blank";
link.download = fileName;
document.body.appendChild(link);
link.click();
......@@ -1242,13 +1242,13 @@
this.updateMsg.email = x.email
this.updateMsg.email = x.email
this.updateMsg.email = x.email
var newUrl = this.domainManager().ViittoFileUrl + x.signingFile
this.saveMsg = x.signingFile ? [{Path: x.signingFile,
this.saveMsg = x.signingFile ? [{
Path: x.signingFile,
URL: newUrl,
FileName: '签约附件'}] : []
FileName: '签约附件'
}] : []
this.updateMsg.SigningType = x.signingType ? true : false
console.log('updateMsg', x)
} else {}
}, err => {})
},
......@@ -1565,7 +1565,10 @@
if (this.addMsg.District == '') {
this.addMsg.District = 0
}
this.addMsgS.customerInfo = {...this.addMsg, SigningType:this.addMsg.SigningType ? 1 : 0}
this.addMsgS.customerInfo = {
...this.addMsg,
SigningType: this.addMsg.SigningType ? 1 : 0
}
if (this.BusinessCardPhotos) {
this.addMsg.BusinessCardPhotos = []
this.addMsg.BusinessCardPhotos.push(this.BusinessCardPhotos)
......
......@@ -288,7 +288,6 @@
this.loading = false;
if (res.data.resultCode == 1) {
var array = res.data.data;
console.log("array", array);
if (array != null && array.length > 0) {
array.forEach(item => {
this.airLineSelectChange(item, item.AirLineId, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment