diff --git a/src/styles/index.scss b/src/styles/index.scss index 0d996017..b8fc0d24 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -218,7 +218,16 @@ el-card{ //card白条宽度 padding: 5px 5px; } + h3 { - height: 10px!important; - margin: 0px!important; + height: 10px !important; + margin: 0px !important; +} +.el-table__footer { + height: 37px; +} +.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td { + background-color: rgb(126,172,237); + font-weight:bold; + color: black; } diff --git a/src/utils/request.js b/src/utils/request.js index 8eaacaf2..dcdec3af 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.106:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index d612721c..931821e2 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -42,17 +42,17 @@ - + - + - + @@ -72,7 +72,7 @@ {{ scope.row.货位名称 }} - + - - -

领料单明细:{{ pickingListNumberShow }}

-
- + + 备料确认 领料确认 -
+
+ + +

领料单明细:{{ pickingListNumberShow }}

+
+
@@ -100,7 +102,7 @@ {{ scope.row.出库数量 }} - + @@ -117,9 +119,9 @@ 未确认 - + @@ -185,7 +187,7 @@ - + @@ -236,7 +238,7 @@
- + @@ -251,7 +253,7 @@
- + @@ -266,7 +268,7 @@ - + @@ -823,14 +825,11 @@ export default { + diff --git a/src/views/PurchasingCenter/BacklogGoodsPrepare/index.vue b/src/views/PurchasingCenter/BacklogGoodsPrepare/index.vue index 64b47dc9..1b3137ba 100644 --- a/src/views/PurchasingCenter/BacklogGoodsPrepare/index.vue +++ b/src/views/PurchasingCenter/BacklogGoodsPrepare/index.vue @@ -57,7 +57,7 @@ {{ scope.row.操作时间 }} - + diff --git a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue index 74e3c374..12faf6c8 100644 --- a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue +++ b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue @@ -164,7 +164,6 @@ export default { this.machineValue ? check2 = 1 : check2 = 0 this.groupValue ? check3 = 1 : check3 = 0 searchProjectTotal(1, this.projectValue, check2, this.machineValue, check3, this.groupValue).then(response => { - console.log(response.data) this.tableData1 = response.data }) } else {