|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="margin-top: 50px">
|
|
<div style="margin-top: 50px">
|
|
|
- <trade-card title="基础信息">
|
|
|
|
|
|
|
+ <trade-card title="航线信息">
|
|
|
<avue-form :option="optionForm" v-model="form" ref="form">
|
|
<avue-form :option="optionForm" v-model="form" ref="form">
|
|
|
<tempalte slot="polCnName">
|
|
<tempalte slot="polCnName">
|
|
|
<dic-select v-model="form.polCnName" placeholder="港口" key="id" label="cnName" res="records"
|
|
<dic-select v-model="form.polCnName" placeholder="港口" key="id" label="cnName" res="records"
|
|
@@ -185,7 +185,12 @@ export default {
|
|
|
type: "date",
|
|
type: "date",
|
|
|
format: "yyyy-MM-dd",
|
|
format: "yyyy-MM-dd",
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
|
- disabled: false
|
|
|
|
|
|
|
+ disabled: false,
|
|
|
|
|
+ rules: [{
|
|
|
|
|
+ required: true,
|
|
|
|
|
+ message: " ",
|
|
|
|
|
+ trigger: "blur"
|
|
|
|
|
+ }]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: '有效日期止',
|
|
label: '有效日期止',
|
|
@@ -193,7 +198,12 @@ export default {
|
|
|
type: "date",
|
|
type: "date",
|
|
|
format: "yyyy-MM-dd",
|
|
format: "yyyy-MM-dd",
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
|
- disabled: false
|
|
|
|
|
|
|
+ disabled: false,
|
|
|
|
|
+ rules: [{
|
|
|
|
|
+ required: true,
|
|
|
|
|
+ message: " ",
|
|
|
|
|
+ trigger: "blur"
|
|
|
|
|
+ }]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: '航线',
|
|
label: '航线',
|