From a6d006786d338fb6d6fc603fc85d4b200040b6f6 Mon Sep 17 00:00:00 2001 From: lb Date: Thu, 27 Apr 2023 14:38:21 +0800 Subject: [PATCH] update OPC_AND_BATCH --- .../components/InputsArea.vue | 44 +++++++++++++++++++ .../components/batchView.vue | 23 ++++++++++ .../opcAndBatchConfig/components/opcView.vue | 23 ++++++++++ .../modules/pms/opcAndBatchConfig/index.vue | 27 ++++++++++-- 4 files changed, 113 insertions(+), 4 deletions(-) create mode 100644 src/views/modules/pms/opcAndBatchConfig/components/InputsArea.vue create mode 100644 src/views/modules/pms/opcAndBatchConfig/components/batchView.vue create mode 100644 src/views/modules/pms/opcAndBatchConfig/components/opcView.vue diff --git a/src/views/modules/pms/opcAndBatchConfig/components/InputsArea.vue b/src/views/modules/pms/opcAndBatchConfig/components/InputsArea.vue new file mode 100644 index 0000000..19add67 --- /dev/null +++ b/src/views/modules/pms/opcAndBatchConfig/components/InputsArea.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/src/views/modules/pms/opcAndBatchConfig/components/batchView.vue b/src/views/modules/pms/opcAndBatchConfig/components/batchView.vue new file mode 100644 index 0000000..41da4cb --- /dev/null +++ b/src/views/modules/pms/opcAndBatchConfig/components/batchView.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/src/views/modules/pms/opcAndBatchConfig/components/opcView.vue b/src/views/modules/pms/opcAndBatchConfig/components/opcView.vue new file mode 100644 index 0000000..63a37e8 --- /dev/null +++ b/src/views/modules/pms/opcAndBatchConfig/components/opcView.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/src/views/modules/pms/opcAndBatchConfig/index.vue b/src/views/modules/pms/opcAndBatchConfig/index.vue index ef052f1..3dc4736 100644 --- a/src/views/modules/pms/opcAndBatchConfig/index.vue +++ b/src/views/modules/pms/opcAndBatchConfig/index.vue @@ -1,12 +1,17 @@