From 486afcda1174e8791d8e790543ea90ae6f097701 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期日, 21 二月 2021 18:53:09 +0800 Subject: [PATCH] 找货单 --- WebTM/views/仓存管理/仓库调拨/Cc_LookingForReturnBill.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html" index 0446aa0..a9866ea 100644 --- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html" +++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html" @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <title>褰掕繕鍗�</title> +<title>涓婃灦褰掕繕鍗�</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> @@ -191,7 +191,7 @@ if (sessionStorage.login != "login") { layer.confirm("鐧诲綍澶辨晥锛岃閲嶆柊鐧诲綍锛�", { icon: 4, skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず", closeBtn: 0, btn: ['閲嶆柊鐧诲綍'] - }, function () { window.location.href = "user/login.html"; }); + }, function () { window.location.href = "../../user/login.html"; }); } //鍒濆鍩烘湰淇℃伅璧嬪�� @@ -230,14 +230,14 @@ , cols: [[ { type: 'numbers', title: '搴忓彿' } , { field: 'HIsStatus', title: '鏄惁鎵爜' } - , { field: 'HSourceInterID', title: '婧愬崟ID', hide: true } - , { field: 'HSourceBillNo', title: '婧愬崟鍙�', width: 110 } , { field: 'HMTONo', title: '鎵瑰彿', width: 180 } + , { field: 'HSPID', title: '浠撲綅ID', hide: true } + , { field: 'HSPName', title: '浠撲綅' } , { field: 'HStatus', title: '鍦ㄥ簱鐘舵��', width: 165 } , { field: 'HWhID', title: '浠撳簱ID', hide: true } , { field: 'HWhName', title: '浠撳簱' } - , { field: 'HSPID', title: '浠撲綅ID', hide: true } - , { field: 'HSPName', title: '浠撲綅' } + , { field: 'HSourceInterID', title: '婧愬崟ID', hide: true } + , { field: 'HSourceBillNo', title: '婧愬崟鍙�', width: 110 } , { field: 'HGroupID', title: '鐝粍ID', hide: true } , { field: 'HGroup', title: '鐝粍' } , { field: 'HSourceID', title: '鐢熶骇璧勬簮ID', hide: true } -- Gitblit v1.9.1