From f496ce00a0d90ac1667c89d37db6b7a993a629b6 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 22 Mar 2022 22:07:43 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E8=A3=9Cpcs003?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Views/PCS/PCS003.cshtml | 33 +++++++++++++++------- 1 file changed, 23 insertions(+), 10 deletions(-) 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);