From 97c132705e7f7e42ca82507d47c6d59a1e2ee960 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 01 九月 2025 10:30:04 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/order/out.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js
index 5150837..8214bf4 100644
--- a/src/main/webapp/static/js/order/out.js
+++ b/src/main/webapp/static/js/order/out.js
@@ -196,15 +196,15 @@
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}
- ,{field: 'suppCode', align: 'center',title: '鏉ユ簮鍗曞彿', hide: false},
+ ,{field: 'temp2', align: 'center',title: '瀹㈡埛鍚嶇О', hide: false}
+ ,{field: 'temp1', align: 'center',title: '鏉ユ簮鍗曞彿', hide: false},
{field: 'anfme', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'},
{field: 'locNo', title: '璐т綅', align: 'center', width: 100, templet: '#locNoTpl'},
{field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'},
- {type: 'checkbox', merge: ['locNo']},
+ {type: 'checkbox'},
]],
done: function (res) {
tableMerge.render(this);
@@ -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