mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<div>
|
|
<div class="java110_step">
|
|
<div id="step"></div>
|
|
</div>
|
|
<!-- 选择商品 -->
|
|
<div v-if="transferGoodsStepInfo.index == 0">
|
|
<vc:create path="common/viewResourceStaffInfo" callBackListener="transferGoodsStep" callBackFunction="notify">
|
|
</vc:create>
|
|
</div>
|
|
<!-- 选择员工 -->
|
|
<div v-show="transferGoodsStepInfo.index == 1">
|
|
<vc:create path="common/addTransferStoreView" callBackListener="transferGoodsStep" callBackFunction="notify2">
|
|
</vc:create>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-10"></div>
|
|
<div class="col-md-2 " style="margin-bottom:10px; text-align:right">
|
|
<button type="button" class="btn btn-secondary" v-on:click="_prevStep()">上一步</button>
|
|
<button v-if="transferGoodsStepInfo.index != 1" type="button" class="btn btn-primary"
|
|
style="margin-left:10px;" v-on:click="_nextStep()">下一步
|
|
</button>
|
|
<button v-if="transferGoodsStepInfo.index == 1" type="button" class="btn btn-primary"
|
|
style="margin-left:10px;" v-on:click="_finishStep()">提交
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|