Forráskód Böngészése

装集客项目更新

lijiangwei 4 éve
szülő
commit
c746e54672

+ 5 - 5
uis/views/order/detail.html

@@ -101,12 +101,12 @@
         });
         table.render({
             elem: '#customer_datagrid'
-            , url: 'order/get_details/?order_id='
+            , url: '/order/get_details/?order_id=' + order_id
             , cols: [[
-                {field: 'time', title: '时间', width: 150}
-                , {field: 'process', title: "进度", width: 120}
+                {field: 'operation', title: "操作", width: 200}
+                , {field: 'operation_time', title: '操作时间', width: 150}
                 , {field: 'notes', title: '备注', width: 200}
-                , {field: 'option_user', title: '操作人', width: 120}
+                , {field: 'user', title: '操作人', width: 120}
                 , {width: 100, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
             ]]
             , page: true
@@ -125,7 +125,7 @@
                     btn1: function (index, layero) {
                         layer.close(index);//关闭当前按钮
                     },
-                    content: 'imgsInfo.html'
+                    content: 'imgsInfo.html?'
                 });
             }
         });

+ 1 - 1
uis/views/order/dispatch_process_index.html

@@ -163,7 +163,7 @@
                 layer.open({
                     type: 2,
                     title: '分配',
-                    area: ['25%', '40%'],
+                    area: ['30%', '45%'],
                     btn: ['保存','取消'],
                     yes: function (index, dom) {
                         layui.onSubmitChild = function (res) {

+ 0 - 1
uis/views/order/imgsInfo.html

@@ -68,7 +68,6 @@
                 , {field: 'uploader', title: '上传人', width: 120}
                 , {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-imgs-operate-bar'}
             ]]
-            , page: true
         });
 
          //监听工具条