mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
65 lines
3.5 KiB
HTML
65 lines
3.5 KiB
HTML
<div id="addPurchaseApplyModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
|
|
aria-hidden="true">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-body">
|
|
<h3 class="m-t-none m-b ">添加采购申请</h3>
|
|
<div class="ibox-content">
|
|
<div>
|
|
<div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label">使用人</label>
|
|
<div class="col-sm-3">
|
|
<vc:create name="orgSelect2"
|
|
parentModal="addInspectionPlanModel"
|
|
callBackListener="addInspectionPlanInfo"
|
|
callBackFunction="notify"
|
|
namespace="addInspectionPlan"
|
|
></vc:create>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<vc:create name="departmentSelect2"
|
|
parentModal="addInspectionPlanModel"
|
|
callBackListener="addInspectionPlanInfo"
|
|
callBackFunction="notify"
|
|
namespace="addInspectionPlan"
|
|
></vc:create>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<vc:create name="staffSelect2"
|
|
parentModal="addInspectionPlanModel"
|
|
callBackListener="addInspectionPlanInfo"
|
|
callBackFunction="notify"
|
|
namespace="addInspectionPlan"
|
|
></vc:create>
|
|
</div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label">申请说明</label>
|
|
<div class="col-sm-10">
|
|
<textarea v-model="addPurchaseApplyInfo.description" type="text" placeholder="选填,请填写申请说明"
|
|
class="form-control">
|
|
</textarea>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<ul class="nav nav-list"><li class="divider"></li></ul>
|
|
<table id="resource_table"></table>
|
|
|
|
<div class="ibox-content">
|
|
<button class="btn btn-primary float-right" type="button"
|
|
v-on:click="savePurchaseApplyInfo()"><i class="fa fa-check"></i> 保存
|
|
</button>
|
|
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
|
data-dismiss="modal">取消
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|