From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序

---
 src/main/webapp/static/js/waitMatout/waitMatout.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/waitMatout/waitMatout.js b/src/main/webapp/static/js/waitMatout/waitMatout.js
index 8025c27..fff1015 100644
--- a/src/main/webapp/static/js/waitMatout/waitMatout.js
+++ b/src/main/webapp/static/js/waitMatout/waitMatout.js
@@ -100,7 +100,7 @@
                                     return util.toDateString(d.createTime);
                                 },  width: 180
                             },
-                            {field: 'outqty', title: '宸插嚭搴撻噺'},
+                            {field: 'outQty', title: '宸插嚭搴撻噺'},
                             {field: 'color', title: '棰滆壊'},
                             {field: 'specs', title: '瑙勬牸'},
                         ]],
@@ -120,7 +120,8 @@
                         response: {
                             statusCode: 200
                         },
-                        done: function () {
+                        done: function (res) {
+                            // console.log(res);
                             $(layero).find('.layui-table-view').css('margin', '0');
                         },
                         size: ''

--
Gitblit v1.9.1