Commit f022d62d authored by youjie's avatar youjie

no message

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