Commit 3422b9ed by 陈浩建

院校管理调整

parent 48b0648f
......@@ -107,11 +107,17 @@
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="网点id(合伙人id)">
<a-input placeholder="网点id(合伙人id)" v-decorator="[ 'netId']"></a-input>
</a-form-item>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="揽装工号">
<a-input placeholder="揽装工号" v-decorator="[ 'lzgh' ]"></a-input>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="揽装工号(宽带)">
<a-input placeholder="揽装工号(宽带)" v-decorator="[ 'lzgh' ]"></a-input>
</a-form-item>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="揽装人">
<a-input placeholder="揽装人" v-decorator="[ 'lzUser' ]"></a-input>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="揽装人(宽带)">
<a-input placeholder="揽装人(宽带)" v-decorator="[ 'lzUser' ]"></a-input>
</a-form-item>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="网点编码">
<a-input placeholder="网点编码" v-decorator="[ 'networkCode' ]"></a-input>
</a-form-item>
<a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="网点名称">
<a-input placeholder="网点名称" v-decorator="[ 'networkName' ]"></a-input>
</a-form-item>
<!-- <a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="是否显示宽带办理">-->
<!-- <a-radio-group v-decorator="['isShowband']">-->
......
......@@ -293,7 +293,7 @@
</a-form>
</a-modal>
<!--分销员----弹框-->
<!--分销员----弹框-->
<a-modal :title="titleName" :visible="modifyvisibleFXY" @ok="createFXYOk" @cancel="createCancel" html-type="submit" width="720px">
<a-button @click="handleTabsAdd()" style="margin-left: 8px" icon="plus" type="primary">新增分销商</a-button>
<a-button @click="handleTabRemove()" style="margin-left: 8px" icon="close" type="primary">删除当前分销商</a-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment