| | |
| | | <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"> |
| | | |
| | |
| | | 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> |
| | |
| | | </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> |