瀏覽代碼

装集客项目更新

lijiangwei 4 年之前
父節點
當前提交
8a81e0056f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      uis/views/order/index.html
  2. 1 1
      uis/views/order/update_process.html

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

@@ -201,7 +201,7 @@
                     btn2: function (index, layero) {
                         layer.close(index);//关闭当前按钮
                     },
-                    content: 'update_process.html?id=' + data.id
+                    content: 'update_process.html?customer_id=' + data.customer
                 });
             }
         });

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

@@ -155,7 +155,7 @@
 
         var customer_id = layui.view.getParameterByName('customer_id');
         //form.render(null, 'component-form-element');
-        var next_process_id = ''
+        var next_process_id = '';
         admin.req({
             url: '/order/get_process/?customer_id=' + customer_id
             , type: 'get'