From e44b4b69854532df9770152ad4c997efe59ab20d Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Tue, 28 Dec 2021 13:37:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=A9=E6=96=99?= =?UTF-8?q?=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../factoryModel/part/material/addOrEdit.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/factoryModel/part/material/addOrEdit.vue b/src/views/factoryModel/part/material/addOrEdit.vue index d7fa5ef..af7bc6b 100644 --- a/src/views/factoryModel/part/material/addOrEdit.vue +++ b/src/views/factoryModel/part/material/addOrEdit.vue @@ -137,10 +137,19 @@ :label="getColumnName('Article-ArtSpec4')" prop="Article-ArtSpec4" > - + filterable + placeholder="请选择" + style="width: 100%" + > + + From 27188a35ede8b8a6dfa504b885ced80d7320bead Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Tue, 28 Dec 2021 13:43:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=96=99?= =?UTF-8?q?=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../artStockResource/addOrEdit.vue | 1113 ++++++++--------- .../artStockResource/index.vue | 1 + 2 files changed, 514 insertions(+), 600 deletions(-) diff --git a/src/views/factoryModel/materialResourceMaintenance/artStockResource/addOrEdit.vue b/src/views/factoryModel/materialResourceMaintenance/artStockResource/addOrEdit.vue index 4e65769..aba7a0a 100644 --- a/src/views/factoryModel/materialResourceMaintenance/artStockResource/addOrEdit.vue +++ b/src/views/factoryModel/materialResourceMaintenance/artStockResource/addOrEdit.vue @@ -1,630 +1,545 @@ - - + } + \ No newline at end of file diff --git a/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue b/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue index 8b587bb..65fc006 100644 --- a/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue +++ b/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue @@ -219,6 +219,7 @@ export default { }) this.getStanderOne({ statid: 'AP_ArticleStockLevel-CompleteStatus' }).then((res) => { this.completeStatusList = res.data + console.log(this.completeStatusList); }) } },