From cb2fc709d4e2aec6bbea3e6f4e8ccc24f3d27756 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期日, 06 十月 2024 17:27:08 +0800
Subject: [PATCH] 工艺路线工价
---
WebTM/views/领料发货/领料出库/Kf_MateOutBill_Fast.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
index dbb442f..bd41682 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
@@ -479,6 +479,7 @@
, { field: 'HQtyMust', title: '涓嬫灦鏁伴噺', width: 150, totalRow: true }
, { field: 'HWhName', title: '浠撳簱', width: 150 }
, { field: 'HSPName', title: '浠撲綅', width: 150 }
+ , { field: 'HMaterNumber', title: '鐗╂枡浠g爜', width: 150 }
, { field: 'HMaterName', title: '鐗╂枡鍚嶇О', width: 150 }
, { field: 'HMaterModel', title: '瑙勬牸鍨嬪彿', width: 150 }
, { field: 'HBatchNo', title: '鎵规', width: 150 }
@@ -1409,8 +1410,8 @@
}
layer.load(3);
element.tabChange('tab-MateOutBill', '2');
- //鎵簮鍗曟垚鍔熷悗锛屽厜鏍囨樉绀哄埌浠撳簱涓�
- $("#HBarCode").focus();
+ //鎵簮鍗曟垚鍔熷悗锛屽厜鏍囨樉绀哄埌浠撲綅涓�
+ $("#HStockPlaceName").focus();
//鏄剧ず琛ㄤ綋鏄庣粏
DisBillEntryList();
}
@@ -1873,7 +1874,7 @@
table.render(listOption);
FIFOlistOption.data = result.data.FIFOlist;
table.render(FIFOlistOption);
-
+ if (result.data.BarCodeDetailslist[0])
$("#HBarCode_B").val(result.data.BarCodeDetailslist[0].HBarCode);
$("#HMaterName_B").val(result.data.BarCodeDetailslist[0].HMaterName);
$("#HMaterModel_B").val(result.data.BarCodeDetailslist[0].HMaterModel);
--
Gitblit v1.9.1