Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/pages/common/purchaseApplyManage/purchaseApplyManage.html
2025-12-09 20:22:03 +08:00

215 lines
14 KiB
HTML

<div class="wrapper wrapper-content animated fadeInRight ecommerce">
<div class="row">
<div class="col-md-1 padding-r-0">
<div class=" border-radius ">
<div class="margin-xs-r treeview attendance-staff">
<ul class="list-group text-center border-radius">
<li class="list-group-item node-orgTree " v-for="(item,index) in purchaseApplyManageInfo.states"
:key="index" @click="swatchState(item)"
:class="{'vc-node-selected':purchaseApplyManageInfo.conditions.state == item.statusCd}">
{{vc.i18n(item.name,'purchaseApplyManage')}}
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-11">
<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-title">
<h5>
<vc:i18n name="查询条件" namespace="purchaseApplyManage"></vc:i18n>
</h5>
<div class="ibox-tools" style="top:10px;"></div>
</div>
<div class="ibox-content">
<div class="row">
<div class="col-sm-2">
<div class="form-group">
<input type="text" :placeholder="vc.i18n('请输入申请单号','purchaseApplyManage')"
v-model.trim="purchaseApplyManageInfo.conditions.applyOrderId"
class=" form-control">
</div>
</div>
<div class="col-sm-2">
<div class="form-group">
<input type="text" :placeholder="vc.i18n('请填写申请人姓名','purchaseApplyManage')"
v-model.trim="purchaseApplyManageInfo.conditions.name"
class=" form-control">
</div>
</div>
<div class="col-sm-2">
<div class="form-group">
<input type="text" :placeholder="vc.i18n('请填写物品名称','purchaseApplyManage')"
class="form-control"
v-model.trim="purchaseApplyManageInfo.conditions.resName">
</div>
</div>
<div class="col-sm-2">
<div class="form-group input-group">
<input type="text" :placeholder="vc.i18n('请选择开始时间','purchaseApplyManage')"
v-model="purchaseApplyManageInfo.conditions.startTime"
class=" form-control startTime">
</div>
</div>
<div class="col-sm-2">
<div class="form-group input-group">
<input type="text" :placeholder="vc.i18n('请选择结束时间','purchaseApplyManage')"
v-model="purchaseApplyManageInfo.conditions.endTime"
class=" form-control endTime">
</div>
</div>
<div class="col-sm-2">
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_queryInspectionPlanMethod()">
<i class="fa fa-search"></i>
<span><vc:i18n name="查询" namespace="purchaseApplyManage"></vc:i18n></span>
</button>
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_resetInspectionPlanMethod()">
<i class="fa fa-repeat"></i>
<span><vc:i18n name="重置" namespace="purchaseApplyManage"></vc:i18n></span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox">
<div class="ibox-title">
<h5>
<vc:i18n name="采购申请" namespace="purchaseApplyManage"></vc:i18n>
</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_openAddPurchaseApplyModal()">
<i class="fa fa-plus"></i>
<vc:i18n name="采购" namespace="purchaseApplyManage"></vc:i18n>
</button>
<button type="button" class="btn btn-primary btn-sm"
v-if="vc.hasPrivilege('502021071043650029')"
v-on:click="_openUrgentPurchaseApplyModal()">
<i class="fa fa-plus"></i>
<vc:i18n name="紧急采购" namespace="purchaseApplyManage"></vc:i18n>
</button>
<button type="button" class="btn btn-primary btn-sm" v-on:click="_exportExcel()">
<i class="fa fa-download"></i>
<vc:i18n name="导出" namespace="purchaseApplyManage"></vc:i18n>
</button>
</div>
</div>
<div class="ibox-content">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<th class="text-center">
<vc:i18n name="申请单号" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="申请人" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="使用人" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="操作人" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="物品(规格)" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="申请时间" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<span><vc:i18n name="申请数量" namespace="purchaseApplyManage"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="物品单价" namespace="purchaseApplyManage"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="参考价格" namespace="purchaseApplyManage"></vc:i18n></span>
</th>
<th class="text-center">
<vc:i18n name="采购方式" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="审批状态" namespace="purchaseApplyManage"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="操作" namespace="purchaseApplyManage"></vc:i18n>
</th>
</tr>
</thead>
<tbody>
<tr v-for="purchaseApply in purchaseApplyManageInfo.purchaseApplys">
<td class="text-center">{{purchaseApply.applyOrderId}}</td>
<td class="text-center">{{purchaseApply.userName}}</td>
<td class="text-center">{{purchaseApply.endUserName}}</td>
<td class="text-center">{{purchaseApply.createUserName}}</td>
<td class="text-center">
{{purchaseApply.resourceNames}}
</td>
<td class="text-center">{{purchaseApply.createTime}}</td>
<td class="text-center">{{purchaseApply.purchaseApplyDetailVo[0].quantity}}</td>
<td class="text-center">{{purchaseApply.purchaseApplyDetailVo[0].price}}</td>
<td class="text-center">{{purchaseApply.totalPrice}}</td>
<td class="text-center">
{{purchaseApply.warehousingWay == 10000 ? '直接入库' : purchaseApply.warehousingWay
== 20000 ? '采购入库' : '紧急采购'}}
</td>
<td class="text-center">{{purchaseApply.stateName}}</td>
<td class="text-center">
<div class="btn-group">
<button class="btn-white btn btn-xs"
v-on:click="_openDetailPurchaseApplyModel(purchaseApply)">
<vc:i18n name="查看" namespace="purchaseApplyManage"></vc:i18n>
</button>
</div>
<div class="btn-group"
v-if="purchaseApply.warehousingWay != 10000 && purchaseApply.warehousingWay != 30000">
<button class="btn-white btn btn-xs"
v-on:click="_openRunWorkflowImage(purchaseApply)">
<vc:i18n name="流程图" namespace="purchaseApplyManage"></vc:i18n>
</button>
</div>
<div class="btn-group"
v-if="purchaseApply.state == '1000' && purchaseApplyManageInfo.currentUserId == purchaseApply.createUserId">
<button class="btn-white btn btn-xs"
v-on:click="_openDeletePurchaseApplyModel(purchaseApply)">
<vc:i18n name="取消申请" namespace="purchaseApplyManage"></vc:i18n>
</button>
</div>
<div class="btn-group" v-else>
<button class="btn-white btn btn-xs"
v-if="purchaseApply.state == '1000' && vc.hasPrivilege('502022032383620003')"
v-on:click="_openDeletePurchaseApplyModel(purchaseApply)">
<vc:i18n name="取消申请" namespace="purchaseApplyManage"></vc:i18n>
</button>
</div>
</td>
</tr>
</tbody>
</table>
<!-- 分页 -->
<div class="row margin-top-xs">
<div class="col-sm-9">
<div></div>
</div>
<div class="col-sm-3 float-right">
<vc:create path="frame/pagination"></vc:create>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<vc:create path="common/viewImage"></vc:create>
<vc:create path="common/editPurchaseApply"></vc:create>
<vc:create path="common/deletePurchaseApply"></vc:create>
</div>