diff --git a/public/config.json b/public/config.json index f987e7a..1a40d85 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { - "BASE_URL": "http://192.168.0.109:9906", - "SERVER_IP": "http://192.168.0.109:9906", + "BASE_URL": "http://192.168.1.9:9906", + "SERVER_IP": "http://192.168.1.9:9906", "hosp_name": "福建省XX市医院" } diff --git a/src/store/index.js b/src/store/index.js index 11a58c6..adcc3ee 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -16,7 +16,7 @@ export default new Vuex.Store({ getters, modules: { app, - admin + admin, }, strict: debug // plugins: debug ? [createLogger()] : [] diff --git a/src/views/home/index-3.0.1.vue b/src/views/home/index-3.0.1.vue index f4caa94..455fa04 100644 --- a/src/views/home/index-3.0.1.vue +++ b/src/views/home/index-3.0.1.vue @@ -375,6 +375,7 @@ export default { height: 130%; line-height: 60px; @include clearfix; + background: #FFFFFF; } .header-right { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 00f0314..1b6d2be 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -66,9 +66,14 @@ {{ item.name }} - - + + + + + + +

@@ -159,7 +164,7 @@
- + 标签
@@ -191,8 +196,6 @@ - -
提交 - +
@@ -358,6 +361,7 @@ export default { components: { SidebarItem, vTags, + }, computed: { ...mapGetters({ diff --git a/src/views/warehouse/editCode.vue b/src/views/warehouse/editCode.vue index 2444b4c..3495c3e 100644 --- a/src/views/warehouse/editCode.vue +++ b/src/views/warehouse/editCode.vue @@ -64,7 +64,7 @@ - + diff --git a/src/views/warehouse/stockOrder.vue b/src/views/warehouse/stockOrder.vue index b1afe2d..67e8447 100644 --- a/src/views/warehouse/stockOrder.vue +++ b/src/views/warehouse/stockOrder.vue @@ -502,7 +502,7 @@ export default { this.detailQuery = { orderIdFk: "", page: 1, - limit: 20 + limit: 200 }; this.detailTotal = 0; }, diff --git a/src/views/warehouse/stockOrderEditor.vue b/src/views/warehouse/stockOrderEditor.vue index 33fa953..d5faf39 100644 --- a/src/views/warehouse/stockOrderEditor.vue +++ b/src/views/warehouse/stockOrderEditor.vue @@ -646,7 +646,7 @@ export default { this.detailQuery = { orderIdFk: "", page: 1, - limit: 20 + limit: 200 }; this.detailTotal = 0; }, diff --git a/src/views/warehouse/stockOrderNew.vue b/src/views/warehouse/stockOrderNew.vue index 0e83e76..ca1b459 100644 --- a/src/views/warehouse/stockOrderNew.vue +++ b/src/views/warehouse/stockOrderNew.vue @@ -606,7 +606,7 @@ export default { this.detailTotal = { orderIdFk: "", page: 1, - limit: 20 + limit: 200 }; this.detailTotal = 0; }, diff --git a/src/views/warehouse/stockOrderNewSelectProduct.vue b/src/views/warehouse/stockOrderNewSelectProduct.vue index 6f146cb..b7a4356 100644 --- a/src/views/warehouse/stockOrderNewSelectProduct.vue +++ b/src/views/warehouse/stockOrderNewSelectProduct.vue @@ -325,14 +325,14 @@ export default { return; } - if (this.ids.length > 0) { - for (var i = 0; i < this.ids.length; i++) { - if (this.ids[i] == this.multipleSelection.rlId) { - this.$message.error("该产品已录入!"); - return - } - } - } + // if (this.ids.length > 0) { + // for (var i = 0; i < this.ids.length; i++) { + // if (this.ids[i] == this.multipleSelection.rlId) { + // this.$message.error("该产品已录入!"); + // return + // } + // } + // } let str = this.multipleSelection.zczbhhzbapzbh; if (str.search(",") != -1) { diff --git a/src/views/warehouse/stockOrderSearch.vue b/src/views/warehouse/stockOrderSearch.vue index 7862399..af89e5b 100644 --- a/src/views/warehouse/stockOrderSearch.vue +++ b/src/views/warehouse/stockOrderSearch.vue @@ -523,7 +523,7 @@ export default { detailQuery: { orderIdFk: "", page: 1, - limit: 20 + limit: 100 }, busTypes: [], enableDept: false, @@ -638,7 +638,7 @@ export default { this.detailQuery = { orderIdFk: "", page: 1, - limit: 20 + limit: 200 } this.detailList = []; this.detailTotal = 0;