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_LookingForBill.html | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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_LookingForBill.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_LookingForBill.html"
index c35dc4c..aa02308 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_LookingForBill.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_LookingForBill.html"
@@ -21,13 +21,13 @@
<div class="layui-form-item" style="padding:15px;margin:0px">
<div class="layui-row">
<div class="layui-col-xs3">
- <label class="layui-form-label" style="width:90px;padding-left:0px;">婧愬崟鍙�</label>
+ <label class="layui-form-label" style="width:60px;padding-left:0px;">婧愬崟鍙�</label>
</div>
<div class="layui-col-xs8">
<input type="text" name="HSourceBillNo" id="HSourceBillNo" autocomplete="off" class="layui-input">
</div>
<div class="layui-col-xs3">
- <label class="layui-form-label" style="width:90px;padding-left:0px;">瀹炵墿鏉$爜</label>
+ <label class="layui-form-label" style="width:60px;padding-left:0px;">瀹炵墿鏉$爜</label>
</div>
<div class="layui-col-xs8">
<input type="text" name="HBarCode" id="HBarCode" autocomplete="off" class="layui-input">
@@ -159,7 +159,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"; });
}
//鍒濆鍩烘湰淇℃伅璧嬪��
@@ -198,14 +198,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