From 00985eabb51145130d4fa253b153aaeeec3a957a Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期日, 24 三月 2024 20:22:05 +0800 Subject: [PATCH] # app version --- src/main/webapp/static/js/agvLocMast/locMast.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/agvLocMast/locMast.js b/src/main/webapp/static/js/agvLocMast/locMast.js index fc9c00b..f6721a5 100644 --- a/src/main/webapp/static/js/agvLocMast/locMast.js +++ b/src/main/webapp/static/js/agvLocMast/locMast.js @@ -55,7 +55,7 @@ // ,{field: 'barcode', align: 'center',title: ''} // ,{field: 'PdcType', align: 'center',title: ''} // ,{field: 'ctnNo', align: 'center',title: ''} - //,{field: 'locType1$', align: 'center',title: '楂樹綆绫诲瀷'} + ,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷'} // ,{field: 'locType2$', align: 'center',title: '瀹界獎绫诲瀷'} // ,{field: 'locType3$', align: 'center',title: '杞婚噸绫诲瀷'} @@ -226,7 +226,7 @@ $.ajax({ url: baseUrl+"/agv/locMast/init/auth", headers: {'token': localStorage.getItem('token')}, - data: JSON.stringify(param), + data: JSON.stringify("param"), dataType:'json', contentType:'application/json;charset=UTF-8', method: 'POST', -- Gitblit v1.9.1