ソースを参照

装集客项目更新

lijiangwei 4 年 前
コミット
3ab5ed5022
3 ファイル変更12 行追加4 行削除
  1. 7 0
      uis/views/agent/edit.html
  2. 3 2
      uis/views/agent/index.html
  3. 2 2
      uis/views/customer/index.html

+ 7 - 0
uis/views/agent/edit.html

@@ -51,6 +51,13 @@
                                        autocomplete="off" lay-verify="required"/>
                             </div>
                         </div>
+                        <div>
+                            <label class="layui-form-label"><font color='red' size="4">*</font>区域:</label>
+                            <div class="layui-input-block">
+                                <input type="text" name="area" class="layui-input" placeholder="请输入区域"
+                                       autocomplete="off" lay-verify="required"/>
+                            </div>
+                        </div>
                         <div>
                             <label class="layui-form-label"><font color='red' size="4">*</font>地址:</label>
                             <div class="layui-input-block">

+ 3 - 2
uis/views/agent/index.html

@@ -124,6 +124,7 @@
                 {field: 'name', title: '名称', width: 150}
                 , {field: 'relation_user', title: "联系人", width: 100}
                 , {field: 'tel', title: '联系电话', width: 150}
+                , {field: 'area', title: '区域', width: 200}
                 , {field: 'address', title: '地址', width: 200}
                 , {field: 'bank', title: '开户行', width: 100}
                 , {field: 'account', title: '信用代码', width: 200}
@@ -194,7 +195,7 @@
                     type: 2,
                     title: '修改',
                     shadeClose: false,
-                    area: ['50%', '60%'],
+                    area: ['45%', '65%'],
                     btn: ['保存', '取消'],
                     yes: function (index, dom) {
                         layui.onSubmitChild = function (data) {
@@ -224,7 +225,7 @@
             layer.open({
                 type: 2,
                 title: '添加',
-                area: ['50%', '60%'],
+                area: ['45%', '65%'],
                 btn: ['保存', '取消'],
                 yes: function (index, dom) {
                     layui.onSubmitChild = function (data) {

+ 2 - 2
uis/views/customer/index.html

@@ -195,7 +195,7 @@
                     type: 2,
                     title: '修改',
                     shadeClose: false,
-                    area: ['50%', '80%'],
+                    area: ['45%', '80%'],
                     btn: ['保存', '取消'],
                     yes: function (index, dom) {
                         layui.onSubmitChild = function (data) {
@@ -225,7 +225,7 @@
             layer.open({
                 type: 2,
                 title: '添加',
-                area: ['50%', '80%'],
+                area: ['45%', '80%'],
                 btn: ['保存', '取消'],
                 yes: function (index, dom) {
                     layui.onSubmitChild = function (data) {