Procházet zdrojové kódy

Wesmiler 人人车 初始化项目 0816

APPLE před 3 roky
rodič
revize
2e84c0f4ca

+ 2 - 2
public/manage/assets/module/setter.js

@@ -5,8 +5,8 @@ layui.define(function (exports) {
         // baseServer: 'http://manage.gxrrj.cn/api/',
         // baseServer: 'http://renrenjie.com/manage/',
         // baseServer: 'https://rrj.gxnwsoft.com/manage/',
-        // baseServer: 'http://127.0.3.10/manage/',
-        baseServer: 'http://rrc.mp.dongerkj.com/manage/',
+        baseServer: 'http://127.0.3.10/manage/',
+        // baseServer: 'http://rrc.mp.dongerkj.com/manage/',
         // baseServer: 'http://rrjie.gxnwsoft.com/manage/',
         pageTabs: false,
         cacheTab: true,

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 302 - 0
public/manage/pages/store/store.html


+ 10 - 1
public/manage/pages/store/taxi-service-category.html

@@ -81,6 +81,14 @@
                                 </div>
                             </div>
                             <div class="layui-form-item">
+                                <label class="layui-form-label layui-form-required">预估价格梯度</label>
+                                <div class="layui-input-block">
+                                    <input name="price" placeholder="请输入预估价格梯度(如:0-1:2,1-3:3.5)" type="text" class="layui-input"
+                                           maxlength="80"
+                                           lay-verType="tips" lay-verify="required" required/>
+                                </div>
+                            </div>
+                            <div class="layui-form-item">
                                 <label class="layui-form-label layui-form-required">地址</label>
                                 <div class="layui-input-block">
                                     <input name="url" placeholder="请输入地址" type="text" class="layui-input"
@@ -192,6 +200,7 @@
                     }, width: 150
                 },
                 {field: 'name', title: '名称', width: 200},
+                {field: 'price', title: '预估价格梯度/元', width: 200},
                 {field: 'weigh', title: '权重'},
                 {
                     field: 'created_at', sort: true, templet: function (d) {
@@ -251,7 +260,7 @@
                 id: 'LAY_GoodsModel',
                 type: 1,
                 area: '900px', //宽高
-                title: (data ? '修改' : '添加') + '商品',
+                title: (data ? '修改' : '添加') + '车型',
                 content: $('#modelGoods').html(),
                 success: function (layero, dIndex) {
                     var imgs = [];