Commit f022d62d authored by youjie's avatar youjie

no message

parent e84815a9
......@@ -647,9 +647,10 @@
<div class="row" style="justify-content: space-between">
<div class="col row justify-between">
<span>收款单据:</span>
<span v-if="AuthorityObj.Finance_RefundCreate&&item.Income>0"
style="color: #2961FE;cursor: pointer;" @click="clickRefund(1)">原路退款</span>
</div>
<div class="row justify-end">
<q-btn flat size="xs" icon="" v-if="type&&AuthorityObj.Finance_RefundCreate&&item.Income>0"
style="font-weight:400;color: #2961FE" label="原路退款" @click="clickRefund(1)" />
<q-btn flat size="xs" icon="edit" v-if="
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
......@@ -663,6 +664,8 @@
<q-btn flat size="xs" icon="edit" style="font-weight:400;color: #02C499" label="修改"
@click="showChooseStudent = true" />
</template>
</div>
<q-popup-proxy v-if="showChooseStudent">
<q-banner>
<div style="width:500px;max-height:400px;overflow-y:auto;">
......@@ -716,9 +719,11 @@
<div class="row" style="justify-content: space-between">
<div class="col row justify-between">
<span>付款单据:</span>
<span v-if="AuthorityObj.Finance_RefundCreate&&item.Income>0"
style="color: #2961FE;cursor: pointer;" @click="clickRefund(2)">转账退款</span>
</div>
<div class="row justify-end">
<q-btn flat size="xs" icon="" v-if="type&&AuthorityObj.Finance_RefundCreate&&item.Income>0"
style="font-weight:400;color: #2961FE" label="转账退款" @click="clickRefund(2)" />
<q-btn flat size="xs" icon="edit" v-if="
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
......@@ -732,6 +737,7 @@
<q-btn flat size="xs" icon="edit" style="font-weight:400;color: #02C499" label="修改"
@click="showChooseStudent = true" />
</template>
</div>
<q-popup-proxy v-if="showChooseStudent">
<q-banner>
<div style="width:500px;max-height:400px;overflow-y:auto;">
......@@ -1316,7 +1322,11 @@
loading: {
type: Boolean,
default: false,
}
},
type: {
type: Number,
default: 0
},
},
data() {
return {
......
......@@ -145,7 +145,7 @@
</div>
<div class="page-content">
<orderlist :dataList="data.List" :authObj="authObj" @success="refreshClassOrder" :modityOrderType="3" ref="orderL"
:loading="loading">
:loading="loading" :type="1">
</orderlist>
<div class="row" style="justify-content: flex-end;padding: 5px 20px">
<q-pagination v-model="msg.pageIndex" :max="pageCount" @input="changePage" class="full-width justify-end"
......
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