From 9739fc99ab1df81f35e10cdb5f9e63ae512c17ee Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 20 二月 2025 13:47:35 +0800
Subject: [PATCH] #四向库入出库修改

---
 src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js
index 00b6d21..0a5e1c8 100644
--- a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js
+++ b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js
@@ -42,7 +42,7 @@
             // {type: 'numbers', title: '#'},
             {field: 'createTime$', title: '鏃ユ湡'},
             {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center'},
-            {field: 'status', title: '鐘舵��', align: 'center'}
+            {field: 'status$', title: '鐘舵��', align: 'center'}
         ]],
         done: function (res, curr, count) {
             $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');

--
Gitblit v1.9.1