diff --git a/src/assets/scss/global.scss b/src/assets/scss/global.scss index 1497c36..84e3839 100644 --- a/src/assets/scss/global.scss +++ b/src/assets/scss/global.scss @@ -419,3 +419,7 @@ a:hover{ top: 85%; left: 0; } +.el-table .cell, .el-table th div { + padding-right: 0px; + padding-left: 0px; +} diff --git a/src/views/modules/board/productionBlankingBoard.vue b/src/views/modules/board/productionBlankingBoard.vue index ec825a8..6e1f963 100644 --- a/src/views/modules/board/productionBlankingBoard.vue +++ b/src/views/modules/board/productionBlankingBoard.vue @@ -34,14 +34,14 @@ prop="partDescSpec" header-align="center" align="left" - min-width="102" + min-width="100" label="硫化产品名称"> diff --git a/src/views/modules/production/dailyPlanReport.vue b/src/views/modules/production/dailyPlanReport.vue index 08613a1..63f1b44 100644 --- a/src/views/modules/production/dailyPlanReport.vue +++ b/src/views/modules/production/dailyPlanReport.vue @@ -123,6 +123,13 @@ min-width="70" label="是否入库"> + + + + + + + { - cancelTask(row).then(({data}) => { + let inData={ + site:row.site, + taskNo:row.taskNo, + userId:this.$store.state.user.name + } + cancelTask(inData).then(({data}) => { if (data && data.code === 0) { this.search (); this.$message({ diff --git a/src/views/modules/production/searchHunlianTask.vue b/src/views/modules/production/searchHunlianTask.vue index 6326fab..33c7e99 100644 --- a/src/views/modules/production/searchHunlianTask.vue +++ b/src/views/modules/production/searchHunlianTask.vue @@ -168,7 +168,13 @@ min-width="100" label="周计划日期"> - + + + + + + + 关闭