mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
57 lines
2.7 KiB
HTML
57 lines
2.7 KiB
HTML
<div id="editChainSupplierCatalogModel" 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 "><span>
|
|
<vc:i18n name="修改供应商分类" namespace="editChainSupplierCatalog"></vc:i18n>
|
|
</span></h3>
|
|
<div class="ibox-content">
|
|
<div>
|
|
<div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"> <span>
|
|
<vc:i18n name='分类名称' namespace='editChainSupplierCatalog'></vc:i18n>
|
|
</span> </label>
|
|
<div class="col-sm-10">
|
|
<input v-model="editChainSupplierCatalogInfo.catalogName" type="text"
|
|
:placeholder="vc.i18n('必填,请填写分类名称','editChainSupplierCatalog')" class="form-control">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><span>
|
|
<vc:i18n name='对端接口参数' namespace='editChainSupplierCatalog'></vc:i18n>
|
|
</span> </label>
|
|
<div class="col-sm-10">
|
|
<input v-model="editChainSupplierCatalogInfo.intfUrlParam" type="text"
|
|
:placeholder="vc.i18n('必填,请填写对端接口参数','editChainSupplierCatalog')" class="form-control">
|
|
</div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><span>
|
|
<vc:i18n name='排序' namespace='editChainSupplierCatalog'></vc:i18n>
|
|
</span> </label>
|
|
<div class="col-sm-10">
|
|
<input v-model="editChainSupplierCatalogInfo.seq" type="text"
|
|
:placeholder="vc.i18n('必填,请填写排序','editChainSupplierCatalog')" class="form-control">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ibox-content">
|
|
<button class="btn btn-primary float-right" type="button" v-on:click="editChainSupplierCatalog()"><i
|
|
class="fa fa-check"></i> <span>
|
|
<vc:i18n name="保存"></vc:i18n>
|
|
</span></button>
|
|
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
|
data-dismiss="modal"><span>
|
|
<vc:i18n name="取消"></vc:i18n>
|
|
</span></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |