|
@@ -40,7 +40,8 @@
|
|
|
@change="rateChange"
|
|
|
placeholder="请输入 汇率"
|
|
|
:disabled="detailData.status == 1"
|
|
|
- ><template slot="append">%</template></el-input>
|
|
|
+ ><template slot="append">%</template></el-input
|
|
|
+ >
|
|
|
</template>
|
|
|
</avue-form>
|
|
|
</basic-container>
|
|
@@ -348,7 +349,14 @@ export default {
|
|
|
span: 8,
|
|
|
type: "date",
|
|
|
format: "yyyy-MM-dd",
|
|
|
- valueFormat: "yyyy-MM-dd 00:00:00"
|
|
|
+ valueFormat: "yyyy-MM-dd 00:00:00",
|
|
|
+ rules: [
|
|
|
+ {
|
|
|
+ required: true,
|
|
|
+ message: "",
|
|
|
+ trigger: "blur"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
label: "预计交货日期",
|
|
@@ -418,7 +426,7 @@ export default {
|
|
|
span: 8,
|
|
|
slot: true,
|
|
|
row: true,
|
|
|
- disabled:true
|
|
|
+ disabled: true
|
|
|
},
|
|
|
{
|
|
|
label: "备注",
|