Commit b18a8a21 by liuxin

汇出汇款申报信息调整

parent f192e781
......@@ -103,9 +103,8 @@ const CodeTable = {
{ label: "正常还款", value: "0" },
],
acttyp: [
{ label: "储蓄存款账户", value: "3" },
{ label: "支票存款账户", value: "2" },
{ label: "活期存款账户", value: "1" },
{ label: "境外", value: "(JW)" },
{ label: "境内非居民", value: "(JN)" },
],
addamtflg: [
{ label: "No", value: "" },
......@@ -4107,9 +4106,7 @@ const CodeTable = {
{ label: "N", value: "N" },
],
ownextkey: [
{ label: "修改", value: "C" },
{ label: "新建", value: "A" },
{ label: "删除", value: "D" },
{ label: "08350012北京分行", value: "08350012" },
],
ownexttyp: [
{ label: "手工录入", value: "OE" },
......@@ -5207,9 +5204,10 @@ const CodeTable = {
{ label: "新系统", value: "N" },
],
szflg: [
{ value: "1", label: "境外汇款申请书" },
{ value: "2", label: "境内汇款申请书" },
{ value: "1", label: "跨境收支" },
{ value: "2", label: "境内收支" },
{ value: "3", label: "不申报" },
// { value: "4", label: "买方信贷" },
],
sztyp: [
{ label: "跨境收支", value: "1" },
......
......@@ -85,7 +85,7 @@ export default {
message: "校验成功",
type: "success",
});
reutrn
return
}
const tab = this.showBackendErrors(fieldErrors)
......
......@@ -37,7 +37,7 @@
v-model="model.bopmod.acttyp"
style="width: 100%"
placeholder="请选择"
:disabled="model.bopmod.szflg==='2'"
:disabled="model.bopmod.szflg==='3' || model.bopmod.szflg==='2'"
>
<el-option
v-for="item in codes.acttyp"
......@@ -55,6 +55,7 @@
v-model="model.bopmod.ownextkey"
style="width: 100%"
placeholder="请选择"
:disabled="model.bopmod.szflg==='3'"
>
<el-option
v-for="item in codes.ownextkey"
......
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