Răsfoiți Sursa

装集客项目更新

lijiangwei 4 ani în urmă
părinte
comite
8a81e0056f
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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'