发放
This commit is contained in:
parent
ea5701ba27
commit
5369ce5a20
@ -494,7 +494,7 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24" v-if="rightDetail.order_service_package_detail && (modalForm.order_service_status==3 || modalForm.order_service_status==4 || modalForm.order_service_status==5 )">
|
||||
<a-row :gutter="24" v-if="rightDetail.order_service_package_detail && (modalForm.order_service_status==3 || modalForm.order_service_status==4 || modalForm.order_service_status==5 ) && modalForm.order_service_type == 1">
|
||||
<a-col :span="24">
|
||||
<a-form-item field="license_cert" label="药品剩余数量:">
|
||||
{{rightDetail.order_service_package_detail.remaining_quantity}}
|
||||
@ -537,12 +537,12 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24">
|
||||
<a-row :gutter="24" v-if="modalForm.order_service_type == 1">
|
||||
<a-col :span="24">
|
||||
<a-form-item field="license_cert" label="药品订单:"> </a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24">
|
||||
<a-row :gutter="24" v-if="modalForm.order_service_type == 1">
|
||||
<a-col :span="24">
|
||||
<a-form-item field="license_cert" hide-label="">
|
||||
<a-table :columns="medincecolumns" :data="medince_data" :pagination="false">
|
||||
@ -568,12 +568,12 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24">
|
||||
<a-row :gutter="24" v-if="modalForm.order_service_type == 1">
|
||||
<a-col :span="24">
|
||||
<a-form-item field="license_cert" label="优惠劵:"> </a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24">
|
||||
<a-row :gutter="24" v-if="modalForm.order_service_type == 1">
|
||||
<a-col :span="24">
|
||||
<a-form-item field="license_cert" hide-label="">
|
||||
<a-table :columns="juancolumns" :data="juan_data" :pagination="false" >
|
||||
@ -583,7 +583,7 @@
|
||||
<template #user_coupon_status="{ record }">
|
||||
{{formatCouponStatus(record.user_coupon_status)}}
|
||||
</template>
|
||||
<template #action="{ record }">
|
||||
<!-- <template #action="{ record }">
|
||||
<a-space v-if="record.user_coupon_status==-1">
|
||||
<a-button
|
||||
v-has="'admin:sysServiceList:coupondetail'"
|
||||
@ -592,7 +592,7 @@
|
||||
><icon-book />肝胆商城后台</a-button
|
||||
>
|
||||
</a-space>
|
||||
</template>
|
||||
</template> -->
|
||||
</a-table>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@ -1332,7 +1332,7 @@ const juancolumns = [
|
||||
slotName: 'created_at',
|
||||
width: 200,
|
||||
},
|
||||
{ title: '操作', slotName: 'action', fixed: 'right', width: 100 },
|
||||
// { title: '操作', slotName: 'action', fixed: 'right', width: 100 },
|
||||
];
|
||||
// Table Data
|
||||
const tableData = ref([]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user