diff --git a/AMESCoreStudio.Web/Views/PCS/PCS003.cshtml b/AMESCoreStudio.Web/Views/PCS/PCS003.cshtml
index 13695867..997e52b5 100644
--- a/AMESCoreStudio.Web/Views/PCS/PCS003.cshtml
+++ b/AMESCoreStudio.Web/Views/PCS/PCS003.cshtml
@@ -571,8 +571,7 @@
-
-
+
@@ -580,7 +579,7 @@
@@ -618,7 +617,7 @@
-
+
@@ -641,7 +640,7 @@
-
+
@@ -656,7 +655,7 @@
-
+
@@ -671,7 +670,7 @@
-
+
@@ -686,7 +685,7 @@
-
+
@@ -701,7 +700,7 @@
-
+
@@ -964,10 +963,24 @@
query: {},
resArray: 'data',
done: function (item) {
- $(this.element).closest('div.layui-inline').find('input[id*=' + this.element.id + '_Desc]').val(item.productionMemo);
+ $(this.element).closest('div.layui-inline').find('input[id*=' + this.element.id + '_Desc]').val(item.meterialDesc);
}
});
})
+ // PowerMode
+ layui.autocomplete({
+ element: '#wipSystem_PowerMode',
+ display: 'meterialNo',
+ shortcut: 'modelName',
+ num: 2,
+ count: 10,
+ url: '/PCS/getPLMMeterialAutoComplete',
+ query: {},
+ resArray: 'data',
+ done: function (item) {
+ $('#wipSystem_PowerMode_Desc').val(item.productionMemo);
+ }
+ });
form.on('select(flow)', function (data) {
RuleStation(data.value);