From a3ede76d5ba7358b53ba9f20897518b7b9007cf5 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 06 七月 2021 10:18:45 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/properties/SystemProperties.java | 2 +- src/main/webapp/static/js/pakStore/stockOut.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/common/properties/SystemProperties.java b/src/main/java/com/zy/common/properties/SystemProperties.java index ba6350b..03d527c 100644 --- a/src/main/java/com/zy/common/properties/SystemProperties.java +++ b/src/main/java/com/zy/common/properties/SystemProperties.java @@ -63,7 +63,7 @@ // 鐢熸垚婵�娲荤爜 public static void main(String[] args) { - String timeStr = "2021-08-01 17:48:35"; + String timeStr = "2022-08-01 17:48:35"; Date exprTime = DateUtils.convert(timeStr); String code = AesUtils.encrypt(DateUtils.convert(exprTime, DateUtils.yyyyMMddHHmmss), SystemProperties.SALT); System.out.println("婵�娲荤爜锛�"+code); diff --git a/src/main/webapp/static/js/pakStore/stockOut.js b/src/main/webapp/static/js/pakStore/stockOut.js index 4018a87..02a7053 100644 --- a/src/main/webapp/static/js/pakStore/stockOut.js +++ b/src/main/webapp/static/js/pakStore/stockOut.js @@ -8,7 +8,7 @@ ]; arrRemove(detlCols, 'field', 'anfme'); cols.push.apply(cols, detlCols); - cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}) + // cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}) return cols; } @@ -177,4 +177,4 @@ locDetlData.push.apply(locDetlData, data); tableIns.reload({data: locDetlData}); layer.close(locDetlLayerIdx); -} \ No newline at end of file +} -- Gitblit v1.9.1