From 0b3c92eef1a0252e901e572871ce3a7a0e2f4516 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 26 三月 2022 13:48:40 +0800 Subject: [PATCH] #杰克缝纫机立库 【订单明细添加单据编号】 --- src/main/webapp/static/js/orderTable.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js index 3beb1ea..29cd5f5 100644 --- a/src/main/webapp/static/js/orderTable.js +++ b/src/main/webapp/static/js/orderTable.js @@ -39,7 +39,7 @@ cols: [[ // {type: 'number', title: '#'}, {field: 'orderTime', title: '鏃ユ湡'}, - {field: 'orderNo', title: '缂栧彿', align: 'center'} + {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center'} ]], done: function (res, curr, count) { console.log(res) @@ -82,7 +82,7 @@ table.on('row(originTable)', function (obj) { selObj = obj; obj.tr.addClass('layui-table-click').siblings().removeClass('layui-table-click'); - insTb2.reload({where: {host_id: obj.data.id}, page: {curr: 1}}); + insTb2.reload({where: {order_id: obj.data.id}, page: {curr: 1}}); }); /* 鏄剧ず琛ㄥ崟寮圭獥 */ -- Gitblit v1.9.1