|
|
@ -24,10 +24,10 @@ |
|
|
<el-option label="有效日期" value="expiryDate" /> |
|
|
<el-option label="有效日期" value="expiryDate" /> |
|
|
</el-select> |
|
|
</el-select> |
|
|
<el-date-picker v-model="query.startDate" style="width: 90px" value-format="yyyy-MM-dd" type="date" |
|
|
<el-date-picker v-model="query.startDate" style="width: 90px" value-format="yyyy-MM-dd" type="date" |
|
|
placeholder="起始日期" size="small" /> |
|
|
|
|
|
|
|
|
placeholder="起始日期" size="small" :picker-options="pickerOptions"/> |
|
|
<span>--</span> |
|
|
<span>--</span> |
|
|
<el-date-picker v-model="query.endDate" style="width: 90px" value-format="yyyy-MM-dd" type="date" |
|
|
<el-date-picker v-model="query.endDate" style="width: 90px" value-format="yyyy-MM-dd" type="date" |
|
|
placeholder="截止日期" size="small" /> |
|
|
|
|
|
|
|
|
placeholder="截止日期" size="small" :picker-options="pickerOptions"/> |
|
|
</div> |
|
|
</div> |
|
|
<div class="query"> |
|
|
<div class="query"> |
|
|
<span class="spanClass">卡类别</span> |
|
|
<span class="spanClass">卡类别</span> |
|
|
@ -780,7 +780,7 @@ export default { |
|
|
this.enterToQuery() |
|
|
this.enterToQuery() |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
...mapState(["window", "dict", "elProgress"]), |
|
|
|
|
|
|
|
|
...mapState(["pickerOptions","window", "dict", "elProgress"]), |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
...mapActions(["getCustomerOrgGroup", "getPatientRegisterAbs"]), |
|
|
...mapActions(["getCustomerOrgGroup", "getPatientRegisterAbs"]), |
|
|
|