mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="ibox ">
|
|
<div class="ibox-title">
|
|
<h5>采购申请信息</h5>
|
|
<div class="ibox-tools" style="top:10px;">
|
|
<button type="button" v-if="viewPurchaseApplyInfo.index != 2" class="btn btn-primary btn-sm"
|
|
style="margin-right:10px;" v-on:click="_openSelectPurchaseApplyInfoModel()">
|
|
<i class="fa fa-search"></i> 选择采购申请
|
|
</button>
|
|
|
|
<button type="button" v-if="viewPurchaseApplyInfo.index != 2" class="btn btn-primary btn-sm"
|
|
v-on:click="_openAddPurchaseApplyInfoModel()">
|
|
<i class="fa fa-plus"></i> 添加采购申请
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="ibox-content">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<div class="form-group">
|
|
<label class="col-form-label">订单状态:</label>
|
|
<label class="">{{viewPurchaseApplyInfo.state}}</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<vc:create name="addPurchaseApply"
|
|
callBackListener="viewPurchaseApplyInfo"
|
|
callBackFunction="choosePurchaseApply"
|
|
></vc:create>
|
|
|
|
|
|
<vc:create name="choosePurchaseApply"
|
|
emitChoosePurchaseApply="viewPurchaseApplyInfo"
|
|
emitLoadData="viewPurchaseApplyInfo"
|
|
></vc:create>
|
|
</div>
|