duckweed
2019-10-29 02ec3e6105e62b356299d51a7756f2d7145f0d8a
WebService/src/main/resources/components/itemOutPackage/itemOut-manage/itemOutManage.html
@@ -46,12 +46,12 @@
            <div class="ibox">
                <div class="ibox-title">
                    <h5>物品信息</h5>
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddResourceStoreModal()">
                            <i class="glyphicon glyphicon-plus"></i>
                            添加
                        </button>
                    </div>
<!--                    <div class="ibox-tools" style="top:10px;">-->
<!--                        <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddResourceStoreModal()">-->
<!--                            <i class="glyphicon glyphicon-plus"></i>-->
<!--                            添加-->
<!--                        </button>-->
<!--                    </div>-->
                </div>
                <div class="ibox-content">
@@ -83,11 +83,11 @@
                                            v-on:click="_openEditResourceStoreModel(resourceStore)">修改
                                    </button>
                                </div>
                                <div class="btn-group">
                                    <button class="btn-white btn btn-xs"
                                            v-on:click="_openDeleteResourceStoreModel(resourceStore)">删除
                                    </button>
                                </div>
<!--                                <div class="btn-group">-->
<!--                                    <button class="btn-white btn btn-xs"-->
<!--                                            v-on:click="_openDeleteResourceStoreModel(resourceStore)">删除-->
<!--                                    </button>-->
<!--                                </div>-->
                            </td>
                        </tr>
@@ -108,11 +108,11 @@
    </div>
    <vc:create name="addResourceStore"
               callBackListener=""
               callBackFunction=""
    ></vc:create>
    <vc:create name="editResourceStore"></vc:create>
    <vc:create name="deleteResourceStore"></vc:create>
<!--    <vc:create name="addResourceStore"-->
<!--               callBackListener=""-->
<!--               callBackFunction=""-->
<!--    ></vc:create>-->
    <vc:create name="editItemNumberStore"></vc:create>
<!--    <vc:create name="deleteResourceStore"></vc:create>-->
</div>