Commit 0e3452c5 by liang ce

系统对账时间组件修改,布局修改

parent 80a644d9
......@@ -8,12 +8,12 @@
<div>
<label>现金充值:</label>
<a-input v-model="OrgSettingData.chargeProcessInstanceId" placeholder="请输入审批模板ID"/>
<a-switch checkedChildren="开" unCheckedChildren="关" :checked="OrgSettingData.chargeSwitch !== '' && OrgSettingData.chargeSwitch !== 'CLOSE'" @change='chargeSwitchOnChange'/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.chargeSwitch !== '' && OrgSettingData.chargeSwitch !== 'CLOSE'" @change='chargeSwitchOnChange'/>
</div>
<div>
<label>津贴发放:</label>
<a-input v-model="OrgSettingData.provideSubsidyId" placeholder="请输入审批模板ID"/>
<a-switch checkedChildren="开" unCheckedChildren="关" :checked="OrgSettingData.provideSubsidySwitch !== '' && OrgSettingData.provideSubsidySwitch !== 'CLOSE'" @change='provideSubsidySwitchOnChange'/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.provideSubsidySwitch !== '' && OrgSettingData.provideSubsidySwitch !== 'CLOSE'" @change='provideSubsidySwitchOnChange'/>
</div>
<!-- <div>
<label>退款:</label>
......@@ -29,19 +29,19 @@
<div class="switchList">
<div>
<label>充值通知:</label>
<a-switch checkedChildren="开" unCheckedChildren="关" :checked="OrgSettingData.chargeNotice !== '' && OrgSettingData.chargeNotice !== 'CLOSE'" @change='chargeNoticeOnChange'/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.chargeNotice !== '' && OrgSettingData.chargeNotice !== 'CLOSE'" @change='chargeNoticeOnChange'/>
</div>
<div>
<label>退款通知:</label>
<a-switch checkedChildren="开" unCheckedChildren="关" :checked="OrgSettingData.refundNotice !== '' && OrgSettingData.refundNotice !== 'CLOSE'" @change='refundNoticeOnChange'/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.refundNotice !== '' && OrgSettingData.refundNotice !== 'CLOSE'" @change='refundNoticeOnChange'/>
</div>
<div>
<label>发津贴通知:</label>
<a-switch checkedChildren="开" unCheckedChildren="关" :checked="OrgSettingData.provideSubsidyNotice !== '' && OrgSettingData.provideSubsidyNotice !== 'CLOSE'" @change='provideSubsidyNoticeOnChange'/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.provideSubsidyNotice !== '' && OrgSettingData.provideSubsidyNotice !== 'CLOSE'" @change='provideSubsidyNoticeOnChange'/>
</div>
<div>
<label>消费通知:</label>
<a-switch checkedChildren="开" unCheckedChildren="关" :checked="OrgSettingData.consumeSwitch !== '' && OrgSettingData.consumeSwitch !== 'CLOSE'" @change='consumeSwitchOnChange'/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.consumeSwitch !== '' && OrgSettingData.consumeSwitch !== 'CLOSE'" @change='consumeSwitchOnChange'/>
</div>
</div>
<div style="margin-top: 60px;margin-left: 200px">
......
......@@ -8,7 +8,6 @@
placeholder="开始日期"
@change="onChangeStartValue"
@openChange="handleStartOpenChange"
style="margin-right: 10px"
/>
<a-date-picker
......@@ -19,7 +18,6 @@
v-model="endValue"
:open="endOpen"
@openChange="handleEndOpenChange"
style="margin-left: 10px"
/>
<a-button type="primary" @click="getAccountCheck">查询</a-button>
</div>
......
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