diff --git a/.env.dev b/.env.dev index 5e7d20c9..9830c162 100644 --- a/.env.dev +++ b/.env.dev @@ -12,12 +12,12 @@ ENV = 'development' VUE_APP_TITLE = MES系统 # 芋道管理系统/开发环境 -VUE_APP_BASE_API = 'http://100.64.0.26:48082' +# VUE_APP_BASE_API = 'http://100.64.0.26:48082' # VUE_APP_BASE_API = 'http://192.168.0.33:48082' # VUE_APP_BASE_API = 'http://192.168.4.173:48080' # VUE_APP_BASE_API = 'http://192.168.2.173:48080' # VUE_APP_BASE_API = 'http://192.168.1.49:48080' -# VUE_APP_BASE_API = 'http://192.168.1.8:48080' +VUE_APP_BASE_API = 'http://192.168.1.8:48082' # VUE_APP_BASE_API = 'http://192.168.4.159:48080' # VUE_APP_BASE_API = 'http://192.168.1.56:48080' # VUE_APP_BASE_API = 'http://192.168.4.159:48080' diff --git a/src/views/extend/processFlowView/components/BomSelection.vue b/src/views/extend/processFlowView/components/BomSelection.vue new file mode 100644 index 00000000..75bfa061 --- /dev/null +++ b/src/views/extend/processFlowView/components/BomSelection.vue @@ -0,0 +1,114 @@ + + + + + + + diff --git a/src/views/extend/processFlowView/components/BomSelector.vue b/src/views/extend/processFlowView/components/BomSelector.vue new file mode 100644 index 00000000..a52be51c --- /dev/null +++ b/src/views/extend/processFlowView/components/BomSelector.vue @@ -0,0 +1,264 @@ + + + +; + + + diff --git a/src/views/extend/processFlowView/components/ProcessBomList.vue b/src/views/extend/processFlowView/components/ProcessBomList.vue index 69bf868c..e98f32c6 100644 --- a/src/views/extend/processFlowView/components/ProcessBomList.vue +++ b/src/views/extend/processFlowView/components/ProcessBomList.vue @@ -31,6 +31,9 @@ icon="el-icon-search" placeholder="搜索" v-model="searchText" + :disabled="currentDet == null" + @change="handleSearchTextChange" + clearable style="margin-left: 20px"> @@ -63,22 +66,27 @@ - - - + +