From 8aa26cdd7fd9c4ed2d9fc56be0f9c9c05f531b18 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 20 二月 2025 13:47:29 +0800 Subject: [PATCH] #四向库入出库修改 --- src/main/webapp/static/js/order/out.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index 5150837..5365375 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -196,7 +196,7 @@ cols: [[ // {type: 'checkbox', merge: ['orderNo']}, {field: 'orderNo', title: '鍗曟嵁缂栧彿', merge: true, align: 'center'}, - {field: 'title', title: '鍟嗗搧', merge: true, align: 'center', width: 350}, + {field: 'title', title: '鍟嗗搧', merge: true, align: 'center'}, {field: 'batch', title: '鎵规', align: 'center'}, {field: 'supp', align: 'center',title: '渚涘簲鍟�', hide: false} ,{field: 'sku', align: 'center',title: '瀹㈡埛鍚嶇О', hide: false} @@ -479,7 +479,7 @@ // let loadIndex = layer.load(2); notice.msg('姝e湪鐢熸垚鍑哄簱浠诲姟......', {icon: 4}); $.ajax({ - url: baseUrl + "/out/pakout/auth", + url: baseUrl + "/out/pakout/auth/sxk", headers: {'token': localStorage.getItem('token')}, contentType: 'application/json;charset=UTF-8', data: JSON.stringify(tableCache), -- Gitblit v1.9.1