diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue index 48615be4..62294993 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue @@ -4,7 +4,7 @@ class="overflowhidden"> - + @@ -31,9 +31,9 @@ - + + value-format="yyyy-MM-dd HH:mm:ss" placeholder="请选择交易时间" style="width:100%"> @@ -164,6 +164,9 @@ export default { form: {}, rules: { + picUrl: [ + { required: true, message: "请上传图片", trigger: ["blur", "change"] }, + ], payType: [ { required: true, message: "支付方式不能为空", trigger: ["blur", "change"] }, ], diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue index 55cde50d..e30b95cc 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue @@ -73,17 +73,22 @@ - + - - - + + - - + + + + + + diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue index 8363b989..56b2c88d 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue @@ -77,19 +77,24 @@ - + + + + - - + + - - + + - +