diff --git a/.env.production b/.env.production index 5a8be87a..ea448bb3 100644 --- a/.env.production +++ b/.env.production @@ -30,10 +30,10 @@ ENV = 'production' # 平和县医院 # VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' # 长泰医院 -# VUE_APP_BASE_API = 'http://192.168.6.189:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.6.189:9160/UDI_WMS_MC/' # 三明大田医院 # VUE_APP_BASE_API = 'http://172.20.124.4:9150/UDI_WMS_MC/' @@ -76,7 +76,7 @@ VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://116.204.116.198:9160/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://127.0.0.1:9150/UDI_WMS_MC/' # 湖里妇幼 -VUE_APP_BASE_API = 'http://192.168.158.151:9150/UDI_WMS_MC/' + VUE_APP_BASE_API = 'http://192.168.158.151:9150/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' diff --git a/package.json b/package.json index b08fc24b..81a45964 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "author": "Glxp", "license": "MIT", "scripts": { - "build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", + "build:prod": " vue-cli-service build", "build:test": "vue-cli-service build --mode test", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src", "server": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server --env.server --env.develop --inline --max-old-space-size=3000", - "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open" + "dev": " vue-cli-service serve --open" }, "husky": { "hooks": { @@ -39,6 +39,7 @@ "dependencies": { "@riophae/vue-treeselect": "0.4.0", "@tinymce/tinymce-vue": "^3.2.8", + "@jiaminghi/data-view": "^2.10.0", "axios": "0.24.0", "clipboard": "2.0.8", "core-js": "^3.19.1", diff --git a/src/assets/img/titles/you.png b/src/assets/img/titles/you.png new file mode 100644 index 00000000..3877b316 Binary files /dev/null and b/src/assets/img/titles/you.png differ diff --git a/src/assets/img/titles/zuo.png b/src/assets/img/titles/zuo.png new file mode 100644 index 00000000..b3b355d2 Binary files /dev/null and b/src/assets/img/titles/zuo.png differ diff --git a/src/components/item-wrap/item-wrap.vue b/src/components/item-wrap/item-wrap.vue new file mode 100644 index 00000000..f6449922 --- /dev/null +++ b/src/components/item-wrap/item-wrap.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/src/main.js b/src/main.js index 9da274bf..2b785b13 100644 --- a/src/main.js +++ b/src/main.js @@ -53,6 +53,8 @@ import DictData from "@/components/DictData"; import cusEditor from '@/views/components/cusEditor.vue' import splitPane from 'vue-splitpane' +import ItemWrap from './components/item-wrap/item-wrap.vue' +import {borderBox13} from '@jiaminghi/data-view' // 去除控制台的 Vue warn 警告信息 Vue.config.silent = true; @@ -111,6 +113,8 @@ Vue.component("planChooseDevice", planChooseDevice) Vue.component("deviceInfo", deviceInfo) Vue.component("deviceRepairDialog", deviceRepairDialog) Vue.component("Echart", Echart) +Vue.component("ItemWrap", ItemWrap) + Vue.use(directive); Vue.use(plugins); @@ -118,6 +122,10 @@ Vue.use(VueMeta); Vue.use(allTools); Vue.use(ShowMsgBox) Vue.use(winExtend); +// datav组件 +Vue.use(borderBox13) + + DictData.install(); /** diff --git a/src/views/collect/CollectOrderStatsNew.vue b/src/views/collect/CollectOrderStatsNew.vue index 7ede1906..68c182ca 100644 --- a/src/views/collect/CollectOrderStatsNew.vue +++ b/src/views/collect/CollectOrderStatsNew.vue @@ -4,111 +4,52 @@ + + - - + + + -
- - 重置 - - 查询 - - -
+
-
+
@@ -178,6 +119,57 @@
+
+ + + + + +
+ + + + + +
+ +
+
+ + + + +
+ + +
+ +
+
+ + + +
+ + + +
+ +
+
+
@@ -209,61 +201,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -311,7 +249,6 @@ export default { salesScanCount: 0, fifoSplitOneCount:0, fifoSplitTwoCount:0, - fifoSplitThreeCount:0, }, @@ -435,7 +372,6 @@ export default { salesScanCount: res.data.salesScanCount, fifoSplitOneCount:res.data.fifoSplitOneCount, fifoSplitTwoCount:res.data.fifoSplitTwoCount, - fifoSplitThreeCount:res.data.fifoSplitThreeCount, } @@ -464,8 +400,8 @@ export default { initStatsChart1(){ const dataArr = [ this.stats.buyerScanCount,this.stats.salesScanCount - ] - console.log('dataArr',dataArr) + ]; + console.log('dataArr',dataArr); this.statsChart1 = { color: ['#01c6fd'], grid: { @@ -516,7 +452,8 @@ export default { color: '#000000' }, formatter: function (value) { - return value + "" + // 这里修改 y 轴的数值显示,可以通过乘以一个倍数来增大显示的值 + return (value * 10) + ""; }, }, } @@ -529,21 +466,19 @@ export default { data: dataArr, label: { normal: { - show: true,//开启显示 - position: 'top',//柱形上方 - textStyle: { //数值样式 + show: true, // 开启显示 + position: 'top', // 柱形上方 + textStyle: { // 数值样式 color: '#000000' } } } - }, - - + } ] }; }, initStatsChart2(){ - let colors = ["#ff0000","#ffca29", "#01c6fd"]; + let colors = ["#d30101","#ffca29", "#01c6fd"]; let piedata = { name: "医保上传率", type: "pie", @@ -629,11 +564,11 @@ export default { lineHeight: 26, }, c: { - color: "#31ABE3", + color: "#2b91c2", fontSize: 14, }, per: { - color: "#31ABE3", + color: "#2b91c2", fontSize: 14, }, }, @@ -678,7 +613,7 @@ export default { }; }, initStatsChart3(){ - let colors = ["#ff0000","#ffca29", "#01c6fd"]; + let colors = ["#d30101", "#01c6fd"]; let piedata = { name: "赋码方式", type: "pie", @@ -693,25 +628,19 @@ export default { data: [ { value: this.stats.fifoSplitOneCount , - name: "自动拆零赋码数", + name: "拆零赋码数", label: { shadowColor: colors[0], }, }, { value: this.stats.fifoSplitTwoCount, - name: "自动整取赋码数", + name: "整取赋码数", label: { shadowColor: colors[1], }, }, - { - value: this.stats.fifoSplitThreeCount, - name: "手动赋码数", - label: { - shadowColor: colors[2], - }, - }, + ], }; this.statsChart3 = { @@ -764,11 +693,11 @@ export default { lineHeight: 26, }, c: { - color: "#31ABE3", + color: "#2b91c2", fontSize: 14, }, per: { - color: "#31ABE3", + color: "#2b91c2", fontSize: 14, }, }, @@ -991,5 +920,11 @@ export default { float: left; width: 37.5%; } +//左右两侧 三个块 +.contetn_lr-item { + height: 282px; + margin-top: 10px; +} +