|
@@ -233,7 +233,7 @@
|
|
|
<reports :id="form.id" :assemblyForm="form"
|
|
|
:disabled="detailData.seeDisabled || showLock" businessValue="HYCK"></reports>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="EDI CODE" name="sixth">
|
|
|
+ <el-tab-pane label="EDI 及其他" name="sixth">
|
|
|
<edicode :assemblyForm="form" :detailData="detailData" :disabled="showLock">
|
|
|
</edicode>
|
|
|
</el-tab-pane>
|
|
@@ -1189,7 +1189,7 @@ export default {
|
|
|
},
|
|
|
// 获取客户名称数据 往来单位数据
|
|
|
getBcorpsListfun(cnName) {
|
|
|
- getBcorpsList(1, 10, { shortName: cnName, status: 0 }).then(res => {
|
|
|
+ getBcorpsList(1, 20, { shortName: cnName, status: 0 }).then(res => {
|
|
|
this.columnforfun('corpCnName').dicData = res.data.data.records
|
|
|
})
|
|
|
},
|
|
@@ -1225,7 +1225,7 @@ export default {
|
|
|
// 获取业务来源代理数据
|
|
|
agentBcorpsListfun(cnName) {
|
|
|
let corpTypeName = '国内直接客户,国内同行及代理,国外直接客户,国外同行及代理'
|
|
|
- getBcorpslistByType(1, 10, { cnName, status: 0, corpTypeName }).then(res => {
|
|
|
+ getBcorpslistByType(1, 20, { cnName, status: 0, corpTypeName }).then(res => {
|
|
|
this.columnforfun('srcCnName').dicData = res.data.data.records
|
|
|
})
|
|
|
},
|
|
@@ -1910,7 +1910,7 @@ export default {
|
|
|
if (msg.length > 0) {
|
|
|
this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: `FORWARDING:<br>${msg.join(";<br>")}<br>存在全角或汉字符号,请确认`,
|
|
|
+ message: `FORWARDING:<br>${msg.join(";<br>")}<br>存在全角或汉字符号,,请修正后再保存!`,
|
|
|
type: 'error'
|
|
|
});
|
|
|
return
|
|
@@ -1935,7 +1935,8 @@ export default {
|
|
|
msgsList.push('FORWARDING')
|
|
|
}
|
|
|
if (msgsList.length > 0) {
|
|
|
- this.$message.error(`请正确输入${msgsList.join(",")}的英文`);
|
|
|
+ // this.$message.error(`请正确输入${msgsList.join(",")}的英文`);
|
|
|
+ this.$message.error(`${msgsList.join(",")}存在非英文字符,如汉字等,请修正后再保存!`);
|
|
|
return;
|
|
|
}
|
|
|
}
|