Commit c232d194 by WH

Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110

parents 81e5734d bf05f6c3
...@@ -14,8 +14,8 @@ export default class Infbed{ ...@@ -14,8 +14,8 @@ export default class Infbed{
}, },
infcon: { infcon: {
chksubcon: '', chksubcon: '',
opndatfrom: '', opndatfrom: new Date(),
opndatto: '', opndatto: new Date(),
seaownref: '', seaownref: '',
forflg: '', forflg: '',
invnum: '', invnum: '',
......
...@@ -48,12 +48,13 @@ ...@@ -48,12 +48,13 @@
<label style="display: inline-block; width: 100%">-</label> <label style="display: inline-block; width: 100%">-</label>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.infcon.opndatto" v-model="model.infcon.opndatto"
style="width: 100%" placeholder="请选择截止日期"
placeholder="请选择截至日期" style="width: 100%"
></c-date-picker> value-format="yyyy-MM-dd"
></c-date-picker>
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
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