mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化审批页面
This commit is contained in:
parent
f7cfcc4180
commit
6fba2fc47b
@ -61,7 +61,7 @@
|
||||
<th class="text-center">订单类型</th>
|
||||
<th class="text-center">订单状态</th>
|
||||
<th class="text-center">创建时间</th>
|
||||
<th class="text-center">操作</th>
|
||||
<th class="text-right">操作</th>
|
||||
|
||||
|
||||
</tr>
|
||||
@ -72,7 +72,12 @@
|
||||
<td class="text-center">{{auditOrder.resOrderTypeName}}</td>
|
||||
<td class="text-center">{{auditOrder.stateName}}</td>
|
||||
<td class="text-center">{{auditOrder.createTime}}</td>
|
||||
<td class="text-center">
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openDetailPurchaseApplyModel(auditOrder)">查看
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openAuditOrderModel(auditOrder)">审批
|
||||
|
||||
@ -77,6 +77,9 @@
|
||||
// vc.component.AuditOrdersManageInfo.moreCondition = true;
|
||||
// }
|
||||
// },
|
||||
_openDetailPurchaseApplyModel:function(_purchaseApply){
|
||||
vc.jumpToPage("/admin.html#/pages/common/purchaseApplyDetail?applyOrderId="+_purchaseApply.applyOrderId+"&resOrderType="+_purchaseApply.resOrderType);
|
||||
},
|
||||
//提交审核信息
|
||||
_auditOrderInfo: function (_auditInfo) {
|
||||
console.log("提交得参数:"+_auditInfo);
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
<th class="text-center">申请时间</th>
|
||||
<th class="text-center">参考价格</th>
|
||||
<th class="text-center">当前处理人</th>
|
||||
<th class="text-center">联系方式</th>
|
||||
<!-- <th class="text-center">联系方式</th> -->
|
||||
<th class="text-center">审批状态</th>
|
||||
<th class="text-right">操作</th>
|
||||
</tr>
|
||||
@ -84,7 +84,7 @@
|
||||
<td class="text-center">{{purchaseApply.createTime}}</td>
|
||||
<td class="text-center">{{purchaseApply.totalPrice}}</td>
|
||||
<td class="text-center">{{purchaseApply.staffName}}</td>
|
||||
<td class="text-center">{{purchaseApply.staffTel}}</td>
|
||||
<!-- <td class="text-center">{{purchaseApply.staffTel}}</td> -->
|
||||
<td class="text-center">{{purchaseApply.stateName}}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user