Commit eb27f39c by wangna

收付汇日期字段修改

parent bc714b78
...@@ -81,6 +81,9 @@ export default class Dbeadd{ ...@@ -81,6 +81,9 @@ export default class Dbeadd{
acttyp:"", // 款项标志 .bopbut.acttyp acttyp:"", // 款项标志 .bopbut.acttyp
}, },
ctlmod:{ ctlmod:{
dbl:{
reldat:"",
},
wrkdbl:{ wrkdbl:{
trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp
}, },
......
...@@ -16,6 +16,9 @@ export default class Dbeinf{ ...@@ -16,6 +16,9 @@ export default class Dbeinf{
acttyp:"", // 款项标志 .bopbut.acttyp acttyp:"", // 款项标志 .bopbut.acttyp
}, },
ctlmod:{ ctlmod:{
dbl:{
reldat:"", //收付汇日期
},
wrkdbl:{ wrkdbl:{
trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp
}, },
......
...@@ -63,6 +63,9 @@ export default class Dbfadd{ ...@@ -63,6 +63,9 @@ export default class Dbfadd{
wrkdbl:{ wrkdbl:{
trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp
}, },
dbl:{
reldat:"", //收付汇日期
},
}, },
pageId: "" // ctx的key pageId: "" // ctx的key
} }
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<!-- ======================= 左边 ========================= --> <!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px"> <c-col :span="12" style="padding-right: 20px">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="收付汇日期" prop="bopbut.paydat"> <el-form-item label="收付汇日期" prop="ctlmod.dbl.reldat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bopbut.paydat" v-model="model.ctlmod.dbl.reldat"
style="width: 100%" style="width: 100%"
placeholder="请选择收付汇日期" placeholder="请选择收付汇日期"
></c-date-picker> ></c-date-picker>
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<!-- ======================= 左边 ========================= --> <!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px"> <c-col :span="12" style="padding-right: 20px">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="收付汇日期" prop="bopbut.paydat"> <el-form-item label="收付汇日期" prop="ctlmod.dbl.reldat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bopbut.paydat" v-model="model.ctlmod.dbl.reldat"
style="width: 100%" style="width: 100%"
placeholder="请选择收付汇日期" placeholder="请选择收付汇日期"
disabled disabled
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<!-- ======================= 左边 ========================= --> <!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px"> <c-col :span="12" style="padding-right: 20px">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="收付汇日期" prop="bopbut.paydat"> <el-form-item label="收付汇日期" prop="ctlmod.dbl.reldat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bopbut.paydat" v-model="model.ctlmod.dbl.reldat"
style="width: 100%" style="width: 100%"
placeholder="请选择收付汇日期" placeholder="请选择收付汇日期"
></c-date-picker> ></c-date-picker>
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<!-- ======================= 左边 ========================= --> <!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px"> <c-col :span="12" style="padding-right: 20px">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="收付汇日期" prop="bopbut.paydat"> <el-form-item label="收付汇日期" prop="ctlmod.dbl.reldat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bopbut.paydat" v-model="model.ctlmod.dbl.reldat"
style="width: 100%" style="width: 100%"
placeholder="请选择收付汇日期" placeholder="请选择收付汇日期"
disabled disabled
......
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