Merge branch 'projects/mesxc-test' into projects/mesxc-dy

This commit is contained in:
helloDy 2024-04-08 17:03:21 +08:00
commit 2592551e66
92 changed files with 8336 additions and 7263 deletions

View File

@ -18,7 +18,7 @@ VUE_APP_TITLE = MES系统
# VUE_APP_BASE_API = 'http://192.168.2.173:48080' # VUE_APP_BASE_API = 'http://192.168.2.173:48080'
# VUE_APP_BASE_API = 'http://192.168.1.49:48082' # VUE_APP_BASE_API = 'http://192.168.1.49:48082'
# VUE_APP_BASE_API = 'http://192.168.1.8:48082' # VUE_APP_BASE_API = 'http://192.168.1.8:48082'
# VUE_APP_BASE_API = 'http://192.168.4.173:48082' # VUE_APP_BASE_API = 'http://192.168.4.173:9001'
# VUE_APP_BASE_API = 'http://192.168.1.104:48082' # VUE_APP_BASE_API = 'http://192.168.1.104:48082'
VUE_APP_BASE_API = 'http://192.168.0.33:48082' VUE_APP_BASE_API = 'http://192.168.0.33:48082'
# VUE_APP_BASE_API = 'http://192.168.1.62:48082' # VUE_APP_BASE_API = 'http://192.168.1.62:48082'

View File

@ -54,3 +54,27 @@ export function energyQuantityManualExport(data) {
responseType: 'blob' responseType: 'blob'
}) })
} }
// 获得能源表名配置分页
export function energyTablePage(data) {
return request({
url: '/base/energy-table/page',
method: 'post',
data: data
})
}
// 获得能源表名配置
export function energyTableGet(query) {
return request({
url: '/base/energy-table/get',
method: 'get',
params: query
})
}
// 更新能源表名配置
export function energyTableUpdate(data) {
return request({
url: '/base/energy-table/update',
method: 'put',
data: data
})
}

View File

@ -32,6 +32,7 @@ const actions = {
} }
// 处理 dictValue 层级 // 处理 dictValue 层级
dictDataMap[dictData.dictType].push({ dictDataMap[dictData.dictType].push({
id: dictData.id,
value: dictData.value, value: dictData.value,
label: dictData.label, label: dictData.label,
colorType: dictData.colorType, colorType: dictData.colorType,

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2021-07-19 15:18:30 * @Date: 2021-07-19 15:18:30
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-03-29 16:49:00 * @LastEditTime: 2024-04-03 10:54:53
* @Description: * @Description:
--> -->
<template> <template>
@ -34,7 +34,7 @@
<el-col :style="{ margin: 8 + 'px' + ' 0' }" :span="12"> <el-col :style="{ margin: 8 + 'px' + ' 0' }" :span="12">
<base-container :beilv="1" :size="'eqStatus'" :title="'周转进度'" :title-icon="'order'" :back="'energy'"> <base-container :beilv="1" :size="'eqStatus'" :title="'周转进度'" :title-icon="'order'" :back="'energy'">
<div class="order" style="width:100%; overflow: hidden scroll;height: 350px;"> <div class="order" style="width:100%; overflow: hidden scroll;height: 350px;">
<el-row v-for="op in orderProcessList" :key="op.id" style="margin-bottom: 1em"> <el-row v-for="op in orderProcessList" :key="op.id" style="margin-bottom: .5em">
<!-- <p v-if="op.outRate === 1" class="now-secondary-title" <!-- <p v-if="op.outRate === 1" class="now-secondary-title"
style="font-size: 14px; opacity: calc(.6);color:#4679FD"> style="font-size: 14px; opacity: calc(.6);color:#4679FD">
<i class="el-icon-check" /> <i class="el-icon-check" />
@ -42,7 +42,7 @@
</p> --> </p> -->
<!-- <p class="now-secondary-title">{{ op.name }}</p> --> <!-- <p class="now-secondary-title">{{ op.name }}</p> -->
<p class="now-secondary-title" style="font-size: 14px;opacity: calc(.6);">{{ op.name }}</p> <p class="now-secondary-title" style="font-size: 14px;opacity: calc(.6);">{{ op.name }}</p>
<el-progress style="width: 910px;" text-color="rgba(255, 255, 255, .6)" :stroke-width="10" <el-progress style="width: 935px;" text-color="rgba(255, 255, 255, .6)" :stroke-width="10"
define-back-color="rgba(32, 57, 96, 1)" :percentage="op.outRate * 100" class="custom-progress-bar" /> define-back-color="rgba(32, 57, 96, 1)" :percentage="op.outRate * 100" class="custom-progress-bar" />
</el-row> </el-row>
</div> </div>
@ -606,8 +606,10 @@ export default {
background-image: linear-gradient(to right, #4573fe, #47f8dc); background-image: linear-gradient(to right, #4573fe, #47f8dc);
} }
::v-deep .el-progress__text { ::v-deep .el-progress__text {
width: 50px;
margin-top: -70px; margin-top: -70px;
margin-left: 820px; margin-left: 834px;
text-align: right;
// background-color: unset; // background-color: unset;
// background-image: linear-gradient(to right, #4573fe, #47f8dc); // background-image: linear-gradient(to right, #4573fe, #47f8dc);
} }

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2024-01-29 16:50:26 * @Date: 2024-01-29 16:50:26
* @LastEditTime: 2024-04-02 15:01:40 * @LastEditTime: 2024-04-07 16:05:59
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -41,10 +41,11 @@
</div> --> </div> -->
<!-- 像下面这样表格里的limit值也许可以用js动态计算出来 --> <!-- 像下面这样表格里的limit值也许可以用js动态计算出来 -->
<div v-if="coldDetData" class="myLegend"> <div v-if="coldDetData" class="myLegend">
<div class=" barCircleLegend"></div>
<div class=" barCircle"></div>
<h4 class="barText">产线良品率</h4>
<div class="barLegend"></div> <div class="barLegend"></div>
<h4 class="barText">产线产量</h4> <h4 class="barCircleText">产线产量</h4>
<div class="barCircle"></div>
<h4 class="barCircleText">产线良品率</h4>
</div> </div>
<double-y-chart ref="productChart" :id="'doubleYChart'" :name-list="cxNameList" :data-list="cxDataList" <double-y-chart ref="productChart" :id="'doubleYChart'" :name-list="cxNameList" :data-list="cxDataList"
:height="359" :show-legend="true" /> :height="359" :show-legend="true" />
@ -309,6 +310,7 @@ export default {
window.location.reload() window.location.reload()
}, 86400000) }, 86400000)
// this.getData() // this.getData()
// this.getReaiData()
}, },
destroyed() { destroyed() {
this.CutWebsocketClose() this.CutWebsocketClose()
@ -410,13 +412,13 @@ export default {
topNameList.push('产线: ' + ele.lineName + ' ' + '总面积:' + ele.sumArea + '㎡') topNameList.push('产线: ' + ele.lineName + ' ' + '总面积:' + ele.sumArea + '㎡')
productList.push(ele.productArea) productList.push(ele.productArea)
wasteList.push(ele.wastArea) wasteList.push(ele.wastArea)
nameWasteList.push('缺陷面积:' + ele.wastArea + '㎡') nameWasteList.push('缺陷面积:' + this.NumFormat(ele.wastArea) + '㎡')
// yieldList.push({ // yieldList.push({
// name: '', // name: '',
// yield:ele.yield // yield:ele.yield
// }) // })
sumAreaList.push(ele.sumArea) sumAreaList.push(ele.sumArea)
yieldList.push((ele.yield * 100).toFixed(3)) yieldList.push((ele.yield * 100).toFixed(0))
}) })
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.productChart.initChart(nameList, yieldList, sumAreaList) this.$refs.productChart.initChart(nameList, yieldList, sumAreaList)
@ -427,39 +429,82 @@ export default {
this.$refs.fifthPileChart.initChart(nameList, [topNameList[4]], [nameWasteList[4]], [productList[4]], [wasteList[4]]) this.$refs.fifthPileChart.initChart(nameList, [topNameList[4]], [nameWasteList[4]], [productList[4]], [wasteList[4]])
}) })
}, },
getData() { // getReaiData() {
let detData = [ // let detData = [
{ // {
name: '1', // name: '1',
run: '运行', // run: '',
}, // },
{ // {
name: '2', // name: '2',
run: '未运行', // run: '',
}, // },
{ // {
name: '3', // name: '3',
run: '运行', // run: '',
}, // },
{ // {
name: '4', // name: '4',
run: '未运行', // run: '',
}, // },
{ // {
name: '1', // name: '1',
run: '运行', // run: '',
}, // },
] // ]
this.realEqList = detData.map((item, index) => [ // let arr = []
// console.log(item) // let index = 0
`<span style="color:rgba(255,255,255,0.5)" >${index + 1 || ''} // for (let i in detData) {
</span>`, // index++,
`<span style="color:rgba(255,255,255,0.5)">${item.name || ''}</span>`, // arr.push([
`<span style="color:rgba(255,255,255,0.5)"><div style="${item.run == '运行' ? 'box-shadow: 0px 0px 2px 1px #2760FF;width:6px;height:6px;border-radius: 50%;background-color: #2760FF;float:left;margin:10px 10px 0 0 ' : 'box-shadow: 0px 0px 2px 1px #FFBD02;width:6px;height:6px;border-radius: 50%; background-color: #FFBD02;float:left;margin:10px 10px 0 0 '}"></div> ${item.run || ''}</span>`, // `<span style="color:rgba(255,255,255,0.5)" >${index || ''}
]) // </span>`,
this.realEqConfig.data = this.realEqList // // `<span style="color:rgba(255,255,255,0.5)" >${i || ''}
this.$refs['realEqScrollBoard'].updateRows(this.realEqList) // // </span>`,
}, // `<span style="color:rgba(255,255,255,0.5)">${i || ''}</span>`,
// `<span style="color:rgba(255,255,255,0.5)"><div style="${detData[i] == '' ? 'box-shadow: 0px 0px 2px 1px #2760FF;width:6px;height:6px;border-radius: 50%;background-color: #2760FF;float:left;margin:10px 10px 0 0 ' : 'box-shadow: 0px 0px 2px 1px #FFBD02;width:6px;height:6px;border-radius: 50%; background-color: #FFBD02;float:left;margin:10px 10px 0 0 '}"></div> ${detData[i] || ''}</span>`,
// ])
// }
// // this.$nextTick(() => {
// this.annealFunConfig.data = arr
// this.$refs['annealFunScrollBoard'].updateRows(arr)
// // })
// },
// getData() {
// let detData = [
// {
// name: '1',
// run: '',
// },
// {
// name: '2',
// run: '',
// },
// {
// name: '3',
// run: '',
// },
// {
// name: '4',
// run: '',
// },
// {
// name: '1',
// run: '',
// },
// ]
// this.realEqList = detData.map((item, index) => [
// // console.log(item)
// `<span style="color:rgba(255,255,255,0.5)" >${index + 1 || ''}
// </span>`,
// `<span style="color:rgba(255,255,255,0.5)">${item.name || ''}</span>`,
// `<span style="color:rgba(255,255,255,0.5)"><div style="${item.run == '' ? 'box-shadow: 0px 0px 2px 1px #2760FF;width:6px;height:6px;border-radius: 50%;background-color: #2760FF;float:left;margin:10px 10px 0 0 ' : 'box-shadow: 0px 0px 2px 1px #FFBD02;width:6px;height:6px;border-radius: 50%; background-color: #FFBD02;float:left;margin:10px 10px 0 0 '}"></div> ${item.run || ''}</span>`,
// ])
// // this.$nextTick(() => {
// this.realEqConfig.data = this.realEqList
// this.$refs['realEqScrollBoard'].updateRows(this.realEqList)
// // })
// },
CutWebsocketClose(e) { CutWebsocketClose(e) {
this.Cutws.ws.onclose = (event) => { console.log(event );} this.Cutws.ws.onclose = (event) => { console.log(event );}
}, },
@ -572,16 +617,16 @@ export default {
this.cutWsData = event?.data ? JSON.parse(event?.data) : {} this.cutWsData = event?.data ? JSON.parse(event?.data) : {}
if (this.cutWsData.type === 'cutting' && this.cutWsData.name === 'table') { if (this.cutWsData.type === 'cutting' && this.cutWsData.name === 'table') {
let cutArr = this.cutWsData.productHourData.map((item, index) => [ let cutArr = this.cutWsData.productHourData.map((item, index) => [
`<span style="color:rgba(255,255,255,0.7)" >${index + 1 || ''} `<span style="color:rgba(255,255,255,0.5)" >${index + 1 || ''}
</span>`, </span>`,
`<span style="color:rgba(255,255,255,0.7)" >${item.lineName || ''} `<span style="color:rgba(255,255,255,0.5)" >${item.lineName || ''}
</span>`, </span>`,
`<span style="color:rgba(255,255,255,0.7)">${this.formatTime(item.time) || ''}</span>`, `<span style="color:rgba(255,255,255,0.5)">${this.formatTime(item.time) || ''}</span>`,
`<span style="color:rgba(255,255,255,0.7)">${this.getSize(item.size) || ''}</span>`, `<span style="color:rgba(255,255,255,0.5)">${this.getSize(item.size) || ''}</span>`,
`<span style="color:rgba(255,255,255,0.7)">${item.productArea + '㎡' || ''}</span>`, `<span style="color:rgba(255,255,255,0.5)">${this.NumFormat(item.productArea) + '㎡' || ''}</span>`,
`<span style="color:rgba(255,255,255,0.7)">${item.wasteArea + '㎡' || ''}</span>`, `<span style="color:rgba(255,255,255,0.5)">${this.NumFormat(item.wasteArea) + '㎡' || ''}</span>`,
`<div style = "${(item.product * 100).toFixed(2) > 91 ? 'display:block;color:#00FFF7' : 'display:none;'}">${(item.product * 100).toFixed(2) + '%' || ''}</div> `<div style = "${(item.product * 100).toFixed(0) > 91 ? 'display:block;color:#00FFF7' : 'display:none;'}">${(item.product * 100).toFixed(0) + '%' || ''}</div>
<div style = "${(item.product * 100).toFixed(2) < 91 ? 'display:block; color:rgba(255, 209, 96, 1)' : 'display:none;'}">${(item.product * 100).toFixed(2) + '%' || ''}</div>` <div style = "${(item.product * 100).toFixed(0) < 91 ? 'display:block; color:rgba(255, 209, 96, 1)' : 'display:none;'}">${(item.product * 100).toFixed(0) + '%' || ''}</div>`
]) ])
this.cutConfig.data = cutArr this.cutConfig.data = cutArr
// this.$nextTick(() => { // this.$nextTick(() => {
@ -604,16 +649,16 @@ export default {
topNameList.push('产线: ' + ele.lineName + ' ' + '总面积:' + ele.sumArea + '㎡') topNameList.push('产线: ' + ele.lineName + ' ' + '总面积:' + ele.sumArea + '㎡')
productList.push(ele.productArea) productList.push(ele.productArea)
wasteList.push(ele.wastArea) wasteList.push(ele.wastArea)
nameWasteList.push('缺陷面积:' + ele.wastArea + '㎡') nameWasteList.push('缺陷面积:' + this.NumFormat(ele.wastArea) + '㎡')
sumAreaList.push(ele.sumArea) sumAreaList.push(ele.sumArea)
yieldList.push(parseFloat((ele.yield * 100).toFixed(3))) yieldList.push(parseFloat((ele.yield * 100).toFixed(0)))
}) })
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.firstPileChart.initChart(nameList, [topNameList[0]], [nameWasteList[0]], [productList[0]], [wasteList[0]]) this.$refs.firstPileChart.initChart(nameList, [topNameList[0]], [nameWasteList[0]], [productList[0]], [wasteList[0]])
this.$refs.secondPileChart.initChart(nameList, [topNameList[1]], [nameWasteList[1]], [productList[1]], [wasteList[1]]) this.$refs.secondPileChart.initChart(nameList, [topNameList[1]], [nameWasteList[1]], [productList[1]], [wasteList[1]])
this.$refs.thirdPileChart.initChart(nameList, [topNameList[0]], [nameWasteList[0]], [productList[0]], [wasteList[0]]) this.$refs.thirdPileChart.initChart(nameList, [topNameList[2]], [nameWasteList[2]], [productList[2]], [wasteList[2]])
this.$refs.fourthPileChart.initChart(nameList, [topNameList[0]], [nameWasteList[0]], [productList[0]], [wasteList[0]]) this.$refs.fourthPileChart.initChart(nameList, [topNameList[3]], [nameWasteList[3]], [productList[3]], [wasteList[3]])
this.$refs.fifthPileChart.initChart(nameList, [topNameList[0]], [nameWasteList[0]], [productList[0]], [wasteList[0]]) this.$refs.fifthPileChart.initChart(nameList, [topNameList[4]], [nameWasteList[4]], [productList[4]], [wasteList[4]])
this.$refs.productChart.initChart(nameList, yieldList, sumAreaList) this.$refs.productChart.initChart(nameList, yieldList, sumAreaList)
}) })
} }
@ -700,6 +745,25 @@ export default {
// this.funWebsocket.onclose = this.funWebsocketClose // this.funWebsocket.onclose = this.funWebsocketClose
// } // }
}, },
NumFormat(value) {
if (!value) return '0.00'
value = value.toFixed(2)
var intPart = Math.trunc(value) //
// var intPartFormat = intPart.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,') //
var floatPart = '.00' //
var value2Array = value.split('.')
// =2
if (value2Array.length === 2) {
floatPart = value2Array[1].toString() //
if (floatPart.length === 1) {
return intPart + '.' + floatPart + '0'
} else {
return intPart + '.' + floatPart
}
} else {
return intPart + floatPart
}
},
// funWebsocketOnOpen() { // funWebsocketOnOpen() {
// console.log('socket') // console.log('socket')
// this.SJGWebsocket.onmessage() // this.SJGWebsocket.onmessage()
@ -797,7 +861,7 @@ export default {
.myLegend{ .myLegend{
position: absolute; position: absolute;
top: -20px; top: -20px;
right: 50px; right: 20px;
font-size: 12px; font-size: 12px;
color: rgba(255,255,255,.6); color: rgba(255,255,255,.6);
.barLegend{ .barLegend{
@ -807,19 +871,29 @@ export default {
height: 10px; height: 10px;
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
border-radius: 30%;
} }
.barText{ .barText{
// float: right; // float: right;
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
} }
.barCircleLegend{
width: 15px;
height: 1px;
background-color: rgba(255, 209, 96, 1);
position: absolute;
left: -4.1715px;
top: 21.7px;
}
.barCircle{ .barCircle{
width: 7px; width: 6px;
height: 7px; height: 6px;
border-radius: 50%; border-radius: 50%;
background-color: rgba(255, 209, 96, 1); background-color: rgba(255, 209, 96, 1);
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 10px;
margin-bottom: 1.7px;
} }
.barCircleText{ .barCircleText{
display: inline-block; display: inline-block;

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2022-01-21 14:43:06 * @Date: 2022-01-21 14:43:06
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-03-29 14:50:50 * @LastEditTime: 2024-04-03 16:33:24
* @Description: * @Description:
--> -->
<template> <template>
@ -85,7 +85,6 @@ export default {
defaultConfig: { defaultConfig: {
// legend // legend
legend: { legend: {
orient: 'vertical',
left: '75%', left: '75%',
bottom: 0, bottom: 0,
itemHeight: 10, itemHeight: 10,
@ -197,7 +196,7 @@ export default {
// //
...this.defaultConfig.legend, ...this.defaultConfig.legend,
// //
...this.legendConfig // ...this.legendConfig
}, },
color: this.barColor, color: this.barColor,
series: [ series: [

View File

@ -2,7 +2,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2023-09-21 09:06:28 * @Date: 2023-09-21 09:06:28
* @LastEditTime: 2024-04-01 09:12:56 * @LastEditTime: 2024-04-03 16:28:40
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -100,8 +100,9 @@ export default {
show: true, // show: true, //
position: 'top', // position: 'top', //
textStyle: { // textStyle: { //
color: '#ced1d5', color: 'rgba(255,255,255,0.5)', //
fontSize: 12 fontSize: 12,
fontWight: 'bolder'
} }
}, },
} }
@ -193,18 +194,19 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
type: 'solid', type: 'solid',
color: '#213259', // 线 color: '#25528f', // 线
width: '1' // 线 width: '1' // 线
} }
}, },
axisLabel: { axisLabel: {
textStyle: { textStyle: {
align: 'center',
color: 'rgba(255,255,255,0.5)' // color: 'rgba(255,255,255,0.5)' //
} }
}, },
splitLine: { splitLine: {
lineStyle: { lineStyle: {
color: '#213259' color: '#25528f'
} }
}, },
data: nameList data: nameList
@ -226,6 +228,7 @@ export default {
nameTextStyle: {// y nameTextStyle: {// y
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
align: "left", align: "left",
padding: [0, 0, 0, 8]
}, },
position: 'right', position: 'right',
alignTicks: true, alignTicks: true,
@ -233,19 +236,20 @@ export default {
show: true, show: true,
lineStyle: { lineStyle: {
type: 'solid', type: 'solid',
color: '#213259', // 线 color: '#25528f', // 线
width: '1' // 线 width: '1' // 线
} }
}, },
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: '#ced1d5', // color: 'rgba(255,255,255,0.5)', //
formatter: '{value}%' formatter: '{value}%',
align:'left',
} }
}, },
splitLine: { splitLine: {
lineStyle: { lineStyle: {
color: '#213259' color: '#25528f'
} }
} }
// type: 'value' // type: 'value'
@ -270,6 +274,7 @@ export default {
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
// fontSize: 10, // fontSize: 10,
align: "right", align: "right",
padding:[0,4,0,0]
}, },
position: 'left', position: 'left',
alignTicks: true, alignTicks: true,
@ -277,19 +282,21 @@ export default {
show: true, show: true,
lineStyle: { lineStyle: {
type: 'solid', type: 'solid',
color: '#213259', // 线 color: '#25528f', // 线
width: '1' // 线 width: '1' // 线
} }
}, },
axisLabel: { axisLabel: {
// padding: [0, 20, 0, 0],
textStyle: { textStyle: {
margin: 60,
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
formatter: '{value} 片' formatter: '{value} 片'
} }
}, },
splitLine: { splitLine: {
lineStyle: { lineStyle: {
color: '#213259' color: '#25528f'
} }
} }
// type: 'value' // type: 'value'

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2023-09-21 09:06:28 * @Date: 2023-09-21 09:06:28
* @LastEditTime: 2024-03-29 16:26:28 * @LastEditTime: 2024-04-03 17:09:12
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -105,7 +105,7 @@ export default {
show: true, // show: true, //
position: 'top', // position: 'top', //
textStyle: { // textStyle: { //
color: '#ced1d5', color: 'rgba(255,255,255,0.5)', //
fontSize: 12, fontSize: 12,
fontWight:'bolder' fontWight:'bolder'
} }
@ -167,19 +167,19 @@ export default {
type: 'cross' type: 'cross'
} }
}, },
grid: { top: 90, right: 70, bottom: 20, left: 20, containLabel: true }, grid: { top: 70, right: 20, bottom: 10, left: 10, containLabel: true },
legend: { // legend: {
itemWidth: 10, // itemWidth: 10,
itemHeight: 10, // itemHeight: 10,
top: '0%', // top: '2%',
right: '20px', // right: '30px',
data: ['产线良品率', '产线产量'], // data: ['线', '线'],
textStyle: { // textStyle: {
fontSize: 12 * this.beilv, // fontSize: 12 * this.beilv,
color: '#ced1d5', // color: '#ced1d5',
fontWight: 'bolder' // fontWight: 'bolder'
} // }
}, // },
xAxis: { xAxis: {
axisTick: { axisTick: {
show: false show: false
@ -227,6 +227,7 @@ export default {
nameTextStyle: {// y nameTextStyle: {// y
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
align: "left", align: "left",
padding: [0, 0, 0, 2]
}, },
position: 'right', position: 'right',
alignTicks: true, alignTicks: true,
@ -271,6 +272,7 @@ export default {
nameTextStyle: { nameTextStyle: {
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
// fontSize: 10, // fontSize: 10,
padding: [0, 4, 0, 0],
align: "right", align: "right",
}, },
// position: 'left', // position: 'left',

View File

@ -113,7 +113,7 @@ export default {
textStyle: { // textStyle: { //
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
fontSize: 12, fontSize: 12,
fontWeight: 'bolder' fontWeight: 'normal'
} }
}, },
} }
@ -133,7 +133,7 @@ export default {
type: 'shadow' // 线'line' | 'shadow' type: 'shadow' // 线'line' | 'shadow'
} }
}, },
grid: { top: 90, right: 60, bottom: 20, left: 30, containLabel: true }, grid: { top: 70, right: 40, bottom: 10, left: 40, containLabel: true },
// legend: { // legend: {
// itemWidth: 10, // itemWidth: 10,
// itemHeight: 10, // itemHeight: 10,
@ -175,7 +175,7 @@ export default {
name: '单位kwh', name: '单位kwh',
nameTextStyle: { nameTextStyle: {
color: 'rgba(255,255,255,0.5)', // color: 'rgba(255,255,255,0.5)', //
fontSize: 10, fontSize: 12,
align: 'right', align: 'right',
}, },
type: 'value', type: 'value',

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2023-12-27 13:54:52 * @Date: 2023-12-27 13:54:52
* @LastEditTime: 2024-04-01 09:14:45 * @LastEditTime: 2024-04-03 18:12:18
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -114,6 +114,10 @@ export default {
totalData.push(sum); totalData.push(sum);
} }
// } // }
// rawData[1].map((d, did) =>
// console.log((d / totalData[did]).toFixed(3))
// // totalData[did] <= 0 ? 0 : d / totalData[did]
// )
console.log('total', totalData) console.log('total', totalData)
const series = [ const series = [
'良品', '良品',
@ -134,7 +138,7 @@ export default {
// }, // },
color:colors[sid], color:colors[sid],
data: rawData.length != 0 ? rawData[sid].map((d, did) => data: rawData.length != 0 ? rawData[sid].map((d, did) =>
totalData[did] <= 0 ? 0 : d / totalData[did] totalData[did] <= 0 ? 0 : (d / totalData[did]).toFixed(4)
) : [] ) : []
}; };
}); });
@ -163,15 +167,15 @@ export default {
let singleData = series.filter(function (item) { let singleData = series.filter(function (item) {
return item.name == name return item.name == name
}) })
return name + parseFloat((singleData[0].data * 100).toFixed(3)) + '%' return name + parseFloat((singleData[0].data * 100).toFixed(0)) + '%'
}, },
itemWidth: 12, itemWidth: 12,
itemHeight: 12, itemHeight: 12,
bottom: '20', bottom: '20',
left: '20', left: '20',
icon: 'rect', icon: 'roundRect',
textStyle: { textStyle: {
color: 'rgba(255,255,255,.6)', color: 'rgba(255,255,255,.9)',
fontSize:12, fontSize:12,
} }
}, },
@ -204,7 +208,7 @@ export default {
splitNumber: 50, splitNumber: 50,
// boundaryGap: [20, 20], // boundaryGap: [20, 20],
textStyle: { textStyle: {
color: 'rgba(255,255,255,.6)', color: 'rgba(255,255,255,.9)',
verticalAlign: 'bottom', verticalAlign: 'bottom',
fontSize: 16, fontSize: 16,
align: 'left', align: 'left',
@ -232,7 +236,7 @@ export default {
splitNumber: 50, splitNumber: 50,
// boundaryGap: [20, 20], // boundaryGap: [20, 20],
textStyle: { textStyle: {
color: 'rgba(255,255,255,.6)', color: 'rgba(255,255,255,.9)',
verticalAlign: 'bottom', verticalAlign: 'bottom',
fontSize: 16, fontSize: 16,
align: 'right', align: 'right',

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2021-07-19 15:18:30 * @Date: 2021-07-19 15:18:30
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-04-02 09:46:46 * @LastEditTime: 2024-04-03 17:14:03
* @Description: * @Description:
--> -->
<template> <template>
@ -39,11 +39,11 @@
<el-col :style="{ margin: 8 + 'px' + ' 0' }" :span="8" height="100%"> <el-col :style="{ margin: 8 + 'px' + ' 0' }" :span="8" height="100%">
<base-container :height="318" :size="'small'" :title="'工单监控'" :title-icon="'eqMonitoring'"> <base-container :height="318" :size="'small'" :title="'工单监控'" :title-icon="'eqMonitoring'">
<div class="order" style="width: 100%; overflow: hidden scroll; height: 350px"> <div class="order" style="width: 100%; overflow: hidden scroll; height: 350px">
<el-row v-for="op in orderList" :key="op.id" style="margin-bottom: 1em"> <el-row v-for="op in orderList" :key="op.id" style="margin-bottom: .5em">
<!-- <el-col :span="12"> --> <!-- <el-col :span="12"> -->
<p class="now-secondary-title" style="font-size: 14px;opacity: calc(.6);">{{ op.name }}</p> <p class="now-secondary-title" style="font-size: 14px;opacity: calc(.6);">{{ op.name }}</p>
<el-progress style="width: 610px;" text-color="rgba(255, 255, 255, .6)" :stroke-width="10" <el-progress style="width: 620px;" text-color="rgba(255, 255, 255, .6)" :stroke-width="10"
define-back-color="rgba(32, 57, 96, 1)" :percentage="op.progressRate" class="custom-progress-bar" /> define-back-color="rgba(32, 57, 96, 1)" :percentage="op.progressRate" class="custom-progress-bar" />
</el-row> </el-row>
</div> </div>
@ -67,6 +67,13 @@
<el-col :style="{ margin: 8 + 'px' + ' 0' }" :span="12"> <el-col :style="{ margin: 8 + 'px' + ' 0' }" :span="12">
<base-container :show-time="true" :no-content-padding="true" :height="318 + 338 + 16" :size="'eqStatus'" <base-container :show-time="true" :no-content-padding="true" :height="318 + 338 + 16" :size="'eqStatus'"
:title="'产线产量及良品率'" :title-icon="'productLine'"> :title="'产线产量及良品率'" :title-icon="'productLine'">
<div class="myLegend">
<div class=" barCircleLegend"></div>
<div class=" barCircle"></div>
<h4 class="barText">产线良品率</h4>
<div class="barLegend"></div>
<h4 class="barCircleText">产线产量</h4>
</div>
<double-y-chart ref="productLineChart" :id="'doubleYChart'" :height="390" :show-legend="true" /> <double-y-chart ref="productLineChart" :id="'doubleYChart'" :height="390" :show-legend="true" />
</base-container> </base-container>
</el-col> </el-col>
@ -373,7 +380,27 @@ export default {
id: '4', id: '4',
name: '测试工单4', name: '测试工单4',
progressRate: 0.32323, progressRate: 0.32323,
}, },
{
id: '4',
name: '测试工单4',
progressRate: 0.32323,
},
{
id: '4',
name: '测试工单4',
progressRate: 0.32323,
},
{
id: '4',
name: '测试工单4',
progressRate: 0.32323,
},
{
id: '4',
name: '测试工单4',
progressRate: 0.32323,
},
// { // {
// id: '5', // id: '5',
// name: '', // name: '',
@ -389,7 +416,7 @@ export default {
return { return {
id: ele.id, id: ele.id,
name: ele.name, name: ele.name,
progressRate: parseFloat((ele.progressRate * 100).toFixed(3)), progressRate: parseFloat((ele.progressRate * 100).toFixed(0)),
}; };
} }
}); });
@ -417,28 +444,61 @@ export default {
`<span style="color:rgba(255,255,255,0.5)">${item.error || ''}</span>`, `<span style="color:rgba(255,255,255,0.5)">${item.error || ''}</span>`,
]); ]);
this.eqConfig.data = eqArr; this.eqConfig.data = eqArr;
let arr = ['D64', 'D62', 'D61', 'D63', 'D65'] let data = [
// let arr = [5, 6, 2, 4, 7, 9, 15]; {
// 7 lineName: 'D62',
for (let i = 0; i < arr.length - 1; i++) { outputNum: '11111',
passRate: '0.9873'
},
{
lineName: 'D63',
outputNum: '23212',
passRate: '0.9873'
},
{
lineName: 'D61',
outputNum: '423323',
passRate: '0.9873'
},
{
lineName: 'D64',
outputNum: '43434',
passRate: '0.9873'
},
]
let nameList = [];
let passRateList = [];
let outputNumList = [];
// let arr = ['D64', 'D62', 'D61', 'D63', 'D65']
for (let i = 0; i < data.length - 1; i++) {
// //
for (let j = 0; j < arr.length - i - 1; j++) { for (let j = 0; j < data.length - i - 1; j++) {
// //
if (arr[j].substr(arr[j].length - 1, 1) > arr[j + 1].substr(arr[j + 1].length - 1, 1)) { if (data[j].lineName.substr(data[j].lineName.length - 1, 1) > data[j + 1].lineName.substr(data[j + 1].lineName.length - 1, 1)) {
// //
let temp = arr[j]; let temp = data[j];
arr[j] = arr[j + 1]; data[j] = data[j + 1];
arr[j + 1] = temp; data[j + 1] = temp;
} }
} }
} }
console.log(arr); data.forEach((ele) => {
this.$refs['eqScrollBoard'].updateRows(eqArr); // if (item.id == ele.productionLineId) {
this.$refs.productLineChart.initChart( // if (item.name.substr(0, 1) == "D") {
arr, // console.log(ele)
[98, 97, 98.7, 98.5, 98.3], nameList.push(ele.lineName);
[3134, 2323, 3232, 3233, 2321] outputNumList.push(ele.outputNum);
); passRateList.push(ele.passRate);
// }
// }
});
this.$nextTick(() => {
this.$refs.productLineChart.initChart(
nameList,
passRateList,
outputNumList
);
})
// this.getList() // this.getList()
this.initWebSocket(); this.initWebSocket();
this.SJGInitWebSocket(); this.SJGInitWebSocket();
@ -630,7 +690,7 @@ export default {
return { return {
id: ele.id, id: ele.id,
name: ele.name, name: ele.name,
progressRate: parseFloat((ele.progressRate * 100).toFixed(3)), progressRate: parseFloat((ele.progressRate * 100).toFixed(0)),
}; };
} }
}); });
@ -661,29 +721,29 @@ export default {
let nameList = []; let nameList = [];
let passRateList = []; let passRateList = [];
let outputNumList = []; let outputNumList = [];
this.SJGWsData.detData.forEach((ele) => {
// if (item.id == ele.productionLineId) {
// if (item.name.substr(0, 1) == "D") {
// console.log(ele)
nameList.push(ele.lineName);
outputNumList.push(ele.outputNum);
passRateList.push(ele.passRate);
// }
// }
});
// let arr = ['D64', 'D62', 'D61', 'D63', 'D65'] // let arr = ['D64', 'D62', 'D61', 'D63', 'D65']
for (let i = 0; i < nameList.length - 1; i++) { for (let i = 0; i < this.SJGWsData.detData.length - 1; i++) {
// //
for (let j = 0; j < nameList.length - i - 1; j++) { for (let j = 0; j < this.SJGWsData.detData.length - i - 1; j++) {
// //
if (nameList[j].substr(nameList[j].length - 1, 1) > nameList[j + 1].substr(nameList[j + 1].length - 1, 1)) { if (this.SJGWsData.detData[j].lineName.substr(this.SJGWsData.detData[j].lineName.length - 1, 1) > this.SJGWsData.detData[j + 1].lineName.substr(this.SJGWsData.detData[j + 1].lineName.length - 1, 1)) {
// //
let temp = nameList[j]; let temp = this.SJGWsData.detData[j];
nameList[j] = nameList[j + 1]; this.SJGWsData.detData[j] = this.SJGWsData.detData[j + 1];
nameList[j + 1] = temp; this.SJGWsData.detData[j + 1] = temp;
} }
} }
} }
this.SJGWsData.detData.forEach((ele) => {
// if (item.id == ele.productionLineId) {
// if (item.name.substr(0, 1) == "D") {
// console.log(ele)
nameList.push(ele.lineName);
outputNumList.push(ele.outputNum);
passRateList.push(ele.passRate);
// }
// }
});
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.productLineChart.initChart( this.$refs.productLineChart.initChart(
nameList, nameList,
@ -742,6 +802,51 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.myLegend {
position: absolute;
top: -28px;
right: 20px;
font-size: 12px;
color: rgba(255, 255, 255, .6);
.barLegend {
// float: left;
background: linear-gradient(#9DD5FF, #1295FF);
width: 10px;
height: 10px;
display: inline-block;
margin-right: 5px;
border-radius: 30%;
}
.barText {
// float: right;
display: inline-block;
margin-right: 10px;
}
.barCircleLegend {
width: 15px;
height: 1px;
background-color: rgba(255, 209, 96, 1);
position: absolute;
left: -4.1715px;
top: 21.7px;
}
.barCircle {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: rgba(255, 209, 96, 1);
display: inline-block;
margin-right: 10px;
margin-bottom: 1.7px;
}
.barCircleText {
display: inline-block;
}
}
.visual-container { .visual-container {
width: 1920px; width: 1920px;
height: 1080px; height: 1080px;
@ -815,8 +920,9 @@ export default {
background-image: linear-gradient(to right, #4573fe, #47f8dc); background-image: linear-gradient(to right, #4573fe, #47f8dc);
} }
::v-deep .el-progress__text { ::v-deep .el-progress__text {
width: 50px;
margin-top: -70px; margin-top: -70px;
margin-left: 490px; margin-left: 538px;
// background-color: unset; // background-color: unset;
// background-image: linear-gradient(to right, #4573fe, #47f8dc); // background-image: linear-gradient(to right, #4573fe, #47f8dc);
} }

View File

@ -2,38 +2,21 @@
* @Author: zwq * @Author: zwq
* @Date: 2023-08-01 14:55:51 * @Date: 2023-08-01 14:55:51
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-02-28 10:38:34 * @LastEditTime: 2024-04-08 11:49:33
* @Description: * @Description:
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
:formConfigs="formConfig" <base-table :max-height="tableH" :table-props="tableProps" :page="listQuery.pageNo" :limit="listQuery.pageSize"
ref="searchBarForm" :table-data="tableData">
@headBtnClick="buttonClick" /> <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
<base-table @clickBtn="handleClick" />
:table-props="tableProps" </base-table>
:page="listQuery.pageNo" <pagination :limit.sync="listQuery.pageSize" :page.sync="listQuery.pageNo" :total="listQuery.total"
:limit="listQuery.pageSize" @pagination="getDataList" />
:table-data="tableData"> <add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList" />
<method-btn </div>
v-if="tableBtn.length"
slot="handleBtn"
:width="120"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:limit.sync="listQuery.pageSize"
:page.sync="listQuery.pageNo"
:total="listQuery.total"
@pagination="getDataList" />
<add-or-update
v-if="addOrUpdateVisible"
ref="addOrUpdate"
@refreshDataList="getDataList" />
</div>
</template> </template>
<script> <script>
@ -41,6 +24,7 @@ import AddOrUpdate from './add-or-updata';
// import unitDict from './unitDict'; // import unitDict from './unitDict';
import basicPage from '../mixins/basic-page'; import basicPage from '../mixins/basic-page';
import { parseTime } from '../mixins/code-filter'; import { parseTime } from '../mixins/code-filter';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import { import {
getPackingModel, getPackingModel,
} from '@/api/base/printModel.js' } from '@/api/base/printModel.js'
@ -91,7 +75,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -144,7 +128,7 @@ export default {
param: 'createTime', param: 'createTime',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:packaging-print-log:query') ? 'button' : '',
btnName: '搜索', btnName: '搜索',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
@ -314,7 +298,7 @@ export default {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10; this.listQuery.pageSize = 20;
this.listQuery.workOrderId = val.workOrderId; this.listQuery.workOrderId = val.workOrderId;
if (val.createTime && val.createTime.length != 0) { if (val.createTime && val.createTime.length != 0) {
this.listQuery.createTime = val.createTime this.listQuery.createTime = val.createTime
@ -329,7 +313,7 @@ export default {
case 'reset': case 'reset':
this.$refs.searchBarForm.resetForm(); this.$refs.searchBarForm.resetForm();
this.listQuery = { this.listQuery = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
total: 1, total: 1,
}; };

View File

@ -2,13 +2,14 @@
* @Author: zwq * @Author: zwq
* @Date: 2023-08-01 14:55:51 * @Date: 2023-08-01 14:55:51
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2023-12-04 13:38:45 * @LastEditTime: 2024-04-03 15:08:38
* @Description: * @Description:
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
<base-table :table-props="tableProps" :page="listQuery.pageNo" :limit="listQuery.pageSize" :table-data="tableData"> <base-table :max-height="tableH" :table-props="tableProps" :page="listQuery.pageNo" :limit="listQuery.pageSize"
:table-data="tableData">
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn" <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
@clickBtn="handleClick" /> @clickBtn="handleClick" />
</base-table> </base-table>
@ -25,7 +26,9 @@ import AddOrUpdate from './add-or-updata';
import basicPage from '../mixins/basic-page'; import basicPage from '../mixins/basic-page';
import { parseTime } from '../mixins/code-filter'; import { parseTime } from '../mixins/code-filter';
import printModelDesign from '../custom/index' import printModelDesign from '../custom/index'
import { updatePackingModel,} from '@/api/base/printModel.js'; import { updatePackingModel, } from '@/api/base/printModel.js';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import { import {
deletePackingModel, deletePackingModel,
getPackingModelPage, getPackingModelPage,
@ -59,7 +62,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -162,7 +165,7 @@ export default {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10; this.listQuery.pageSize = 20;
this.listQuery.packagingCode = val.packagingCode; this.listQuery.packagingCode = val.packagingCode;
this.listQuery.createTime = val.createTime; this.listQuery.createTime = val.createTime;
this.getDataList(); this.getDataList();
@ -170,7 +173,7 @@ export default {
case 'reset': case 'reset':
this.$refs.searchBarForm.resetForm(); this.$refs.searchBarForm.resetForm();
this.listQuery = { this.listQuery = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
total: 1, total: 1,
}; };

View File

@ -2,38 +2,21 @@
* @Author: zwq * @Author: zwq
* @Date: 2023-08-01 14:55:51 * @Date: 2023-08-01 14:55:51
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2023-12-04 13:44:01 * @LastEditTime: 2024-04-03 15:09:06
* @Description: * @Description:
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
:formConfigs="formConfig" <base-table :max-height="tableH" :table-props="tableProps" :page="listQuery.pageNo" :limit="listQuery.pageSize"
ref="searchBarForm" :table-data="tableData">
@headBtnClick="buttonClick" /> <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
<base-table @clickBtn="handleClick" />
:table-props="tableProps" </base-table>
:page="listQuery.pageNo" <pagination :limit.sync="listQuery.pageSize" :page.sync="listQuery.pageNo" :total="listQuery.total"
:limit="listQuery.pageSize" @pagination="getDataList" />
:table-data="tableData"> <add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList" />
<method-btn </div>
v-if="tableBtn.length"
slot="handleBtn"
:width="120"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:limit.sync="listQuery.pageSize"
:page.sync="listQuery.pageNo"
:total="listQuery.total"
@pagination="getDataList" />
<add-or-update
v-if="addOrUpdateVisible"
ref="addOrUpdate"
@refreshDataList="getDataList" />
</div>
</template> </template>
<script> <script>
@ -41,6 +24,7 @@ import AddOrUpdate from './add-or-updata';
// import unitDict from './unitDict'; // import unitDict from './unitDict';
import basicPage from '../mixins/basic-page'; import basicPage from '../mixins/basic-page';
import { parseTime } from '../mixins/code-filter'; import { parseTime } from '../mixins/code-filter';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import { import {
deletePackingType, deletePackingType,
getPackingTypePage, getPackingTypePage,
@ -64,7 +48,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -154,7 +138,7 @@ export default {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10; this.listQuery.pageSize = 20;
this.listQuery.packagingCode = val.packagingCode; this.listQuery.packagingCode = val.packagingCode;
this.listQuery.createTime = val.createTime; this.listQuery.createTime = val.createTime;
this.getDataList(); this.getDataList();
@ -162,7 +146,7 @@ export default {
case 'reset': case 'reset':
this.$refs.searchBarForm.resetForm(); this.$refs.searchBarForm.resetForm();
this.listQuery = { this.listQuery = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
total: 1, total: 1,
}; };

View File

@ -92,7 +92,9 @@ export default {
param: 'searchTime', param: 'searchTime',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('cost:energyCost:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -116,7 +116,9 @@ export default {
defaultSelect: [], defaultSelect: [],
}, },
{ {
type: 'button', type: this.$auth.hasPermi('cost:energyCostHis:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -124,7 +124,9 @@ export default {
filterable: true, filterable: true,
}, },
{ {
type: 'button', type: this.$auth.hasPermi('cost:rawMaterialConfig:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -97,7 +97,9 @@ export default {
param: 'searchTime', param: 'searchTime',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('cost:rawMaterialCost:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -115,7 +115,9 @@ export default {
defaultSelect: [], defaultSelect: [],
}, },
{ {
type: 'button', type: this.$auth.hasPermi('cost:rawMaterialCostHis:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -1,234 +1,258 @@
<template> <template>
<div style="height: 370px;"> <div style="height: 370px">
<NotMsg v-show="notMsg"/> <NotMsg v-show="notMsg" />
<div id="numRateChart" class="num-rate-chart" style="width:900px;height:420px;" v-show='!notMsg'></div> <div
</div> id="numRateChart"
class="num-rate-chart"
style="width: 900px; height: 420px"
v-show="!notMsg"></div>
</div>
</template> </template>
<script> <script>
import * as echarts from 'echarts'; import * as echarts from 'echarts';
import resize from './../mixins/resize' import resize from './../mixins/resize';
import NotMsg from './../components/NotMsg' import NotMsg from './../components/NotMsg';
export default { export default {
name: 'NumRateChart', name: 'NumRateChart',
mixins: [resize], mixins: [resize],
components:{ NotMsg }, components: { NotMsg },
data() { data() {
return { return {
chart: null, chart: null,
notMsg:true notMsg: true,
} };
}, },
computed: { computed: {
productline() { productline() {
return this.$store.state.websocket.productline return this.$store.state.websocket.productline;
} },
}, },
watch:{ watch: {
productline: { productline: {
handler(newVal, oldVal) { handler(newVal, oldVal) {
if (newVal === oldVal) { if (newVal === oldVal) {
return false return false;
} }
this.updateChart() this.updateChart();
this.$emit('emitFun') this.$emit('emitFun');
} },
} },
}, },
mounted() { mounted() {
this.$el.addEventListener('resize', () => { this.$el.addEventListener('resize', () => {
console.log('resziing.....'); console.log('resziing.....');
}); });
this.updateChart() this.updateChart();
}, },
methods: { methods: {
updateChart() { updateChart() {
if (this.productline && this.productline.length > 0) { if (this.productline && this.productline.length > 0) {
this.notMsg = false this.notMsg = false;
} else { } else {
this.notMsg = true this.notMsg = true;
return return;
} }
let xData = [] let xData = [];
let outputNum = [] let outputNum = [];
let passRate = [] let passRate = [];
this.productline && this.productline.length > 0 && this.productline.map(item => { for (let i = 0; i < this.productline.length - 1; i++) {
if ((item.lineName).includes('D')) { //
xData.push(item.lineName) for (let j = 0; j < this.productline.length - i - 1; j++) {
outputNum.push(item.outputNum) //
passRate.push(item.passRate?item.passRate*100:null) if (
} this.productline[j].lineName.substr(
}) this.productline[j].lineName.length - 1,
if ( 1
this.chart !== null && ) >
this.chart !== '' && this.productline[j + 1].lineName.substr(
this.chart !== undefined this.productline[j + 1].lineName.length - 1,
) { 1
this.chart.dispose() )
} ) {
this.chart = echarts.init(document.getElementById('numRateChart')); //
var option = { let temp = this.productline[j];
grid: { top: 82, right: 60, bottom: 20, left: 90 }, this.productline[j] = this.productline[j + 1];
tooltip: { this.productline[j + 1] = temp;
trigger: "axis", }
axisPointer: { }
type: "shadow", }
}, this.productline &&
className: "num-rate-chart-tooltip" this.productline.length > 0 &&
}, this.productline.map((item) => {
legend: { if (item.lineName.includes('D')) {
itemWidth:10, xData.push(item.lineName);
itemHeight:10, outputNum.push(item.outputNum);
top: '2.5%', passRate.push(item.passRate);
}
});
if (
this.chart !== null &&
this.chart !== '' &&
this.chart !== undefined
) {
this.chart.dispose();
}
this.chart = echarts.init(document.getElementById('numRateChart'));
var option = {
grid: { top: 82, right: 60, bottom: 20, left: 90 },
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
},
className: 'num-rate-chart-tooltip',
},
legend: {
itemWidth: 10,
itemHeight: 10,
top: '2.5%',
right: '20px', right: '20px',
icon: 'rect', icon: 'rect',
data: [ data: [
{name:'产线产量',itemStyle:{color:'#364BFE'}}, { name: '产线产量', itemStyle: { color: '#364BFE' } },
{name:'良品率',itemStyle:{color:'#FFCB59'}} { name: '良品率', itemStyle: { color: '#FFCB59' } },
], ],
textStyle: { textStyle: {
color: "#DFF1FE", color: '#DFF1FE',
fontSize: 12, fontSize: 12,
} },
}, },
xAxis: [ xAxis: [
{ {
type: 'category', type: 'category',
data: xData, data: xData,
axisLabel: { axisLabel: {
color: "#fff", color: '#fff',
fontSize: 12, fontSize: 12,
}, },
axisPointer: { axisPointer: {
type: 'shadow' type: 'shadow',
}, },
axisTick: { show: false }, axisTick: { show: false },
axisLine: { axisLine: {
lineStyle: { lineStyle: {
width: 1, width: 1,
color: "#213259", color: '#213259',
}, },
}, },
} },
], ],
yAxis: [ yAxis: [
{ {
type: 'value', type: 'value',
name: '产量/片', name: '产量/片',
nameTextStyle: { nameTextStyle: {
color: '#fff', color: '#fff',
fontSize: 10, fontSize: 10,
align: 'right', align: 'right',
}, },
axisLabel: { axisLabel: {
color: "#fff", color: '#fff',
fontSize: 12, fontSize: 12,
formatter: '{value}' },
}, axisLine: {
axisLine: { show: true,
show: true, lineStyle: {
lineStyle: { color: '#213259',
color: "#213259", },
}, },
}, splitLine: {
splitLine: { lineStyle: {
lineStyle: { color: '#213259a0',
color: "#213259a0", },
}, },
} },
}, {
{ type: 'value',
type: 'value', name: '良品率',
name: '良品率', nameTextStyle: {
nameTextStyle: { color: '#fff',
color: '#fff', fontSize: 10,
fontSize: 10, align: 'LEFT',
align: 'LEFT', },
}, axisLabel: {
axisLabel: { color: '#fff',
color: "#fff", fontSize: 12,
fontSize: 12, formatter: '{value}%',
formatter: () =>{ },
return value ? '{value} %': '-' axisLine: {
} show: true,
}, lineStyle: {
axisLine: { color: '#213259',
show: true, },
lineStyle: { },
color: "#213259", splitLine: {
}, lineStyle: {
}, color: '#213259a0',
splitLine: { },
lineStyle: { },
color: "#213259a0", },
}, ],
} series: [
} {
], name: '产线产量',
series: [ type: 'bar',
{ tooltip: {
name: '产线产量', valueFormatter: function (value) {
type: 'bar', return value;
tooltip: { },
valueFormatter: function (value) { },
return value; barWidth: 20,
} itemStyle: {
},
barWidth: 20,
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#5CB7FF' },
{ offset: 1, color: '#364BFE' }
])
},
data: outputNum
},
{
name: '良品率',
type: 'line',
yAxisIndex: 1,
tooltip: {
valueFormatter: function (value) {
return value?value + '%':'-';
}
},
itemStyle: {
color: '#FFD160'
},
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#FFCB59' + "40" }, { offset: 0, color: '#5CB7FF' },
{ offset: 0.5, color: '#FFCB59' + "20" }, { offset: 1, color: '#364BFE' },
{ offset: 1, color: '#FFCB59' + "00" }, ]),
]), },
}, data: outputNum,
lineStyle: { },
width: 1 {
}, name: '良品率',
symbol: 'circle', type: 'line',
symbolSize: 5, yAxisIndex: 1,
data: passRate tooltip: {
} valueFormatter: function (value) {
] return value ? value + '%' : '-';
}; },
option && this.chart.setOption(option) },
} itemStyle: {
} color: '#FFD160',
} },
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#FFCB59' + '40' },
{ offset: 0.5, color: '#FFCB59' + '20' },
{ offset: 1, color: '#FFCB59' + '00' },
]),
},
lineStyle: {
width: 1,
},
symbol: 'circle',
symbolSize: 5,
data: passRate,
},
],
};
option && this.chart.setOption(option);
},
},
};
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.num-rate-chart { .num-rate-chart {
width: 100%; width: 100%;
height: 100%; height: 100%;
top: -50px; top: -50px;
} }
</style> </style>
<style> <style>
.num-rate-chart-tooltip { .num-rate-chart-tooltip {
background: #0a2b4f77 !important; background: #0a2b4f77 !important;
border: none !important; border: none !important;
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
} }
.num-rate-chart-tooltip * { .num-rate-chart-tooltip * {
color: #fff !important; color: #fff !important;
} }
</style> </style>

View File

@ -1,66 +1,83 @@
<template> <template>
<div style="flex: 1;"> <div style="flex: 1">
<Container name="各工序缺陷汇总" size="middle" style=""> <Container
<TimePrompt class="timeShow" :timestr="timestr" /> name="各工序缺陷汇总"
<div style="padding: 5px 10px;"> size="middle"
<dv-scroll-board :config="config" style="width:575px;height:380px" ref='defectScrollBoard'/> style="">
</div> <TimePrompt
</Container> class="timeShow"
</div> :timestr="timestr" />
<div style="padding: 5px 10px">
<dv-scroll-board
:config="config"
style="width: 575px; height: 380px"
ref="defectScrollBoard" />
</div>
</Container>
</div>
</template> </template>
<script> <script>
import Container from '../components/Container.vue'; import Container from '../components/Container.vue';
import TimePrompt from '../components/TimePrompt'; import TimePrompt from '../components/TimePrompt';
import { switchShowTime } from '../utils' import { switchShowTime } from '../utils';
export default { export default {
name: 'DefectSum', name: 'DefectSum',
components: { Container, TimePrompt }, components: { Container, TimePrompt },
computed: { computed: {
defectSum() { defectSum() {
return this.$store.state.websocket.defectSum return this.$store.state.websocket.defectSum;
} },
}, },
data() { data() {
return { return {
timestr: '', timestr: '',
config: { config: {
header: ['序号', '产线', '工序','损耗片数','缺陷类型'], header: ['序号', '产线', '工序', '损耗片数', '缺陷类型'],
headerBGC: 'rgba(32, 55, 96, 0.8)', headerBGC: 'rgba(32, 55, 96, 0.8)',
oddRowBGC: 'rgba(32, 55, 96, 0.8)', oddRowBGC: 'rgba(32, 55, 96, 0.8)',
evenRowBGC: 'rgba(14, 32, 62, 0.8)', evenRowBGC: 'rgba(14, 32, 62, 0.8)',
columnWidth: [60], columnWidth: [60],
align: ['center'], align: ['center'],
data: [], data: [
// data: [[1, 'Y61', '','10','']], //
rowNum: 10 [1, 'D61', '成型', '3片', '细长泡'],
} [2, 'D62', '组合落板', '4片', '细长泡'],
} [3, 'D61', '磨边', '6片', '开口泡'],
}, [4, 'D63', '清洗', '5片', '结石'],
mounted() { [5, 'D64', '打孔', '2片', '结石'],
this.timestr = switchShowTime('日') [6, 'D63', '成型', '7片', '开口泡'],
}, [7, 'D61', '上片', '8片', '结石'],
watch:{ ],
defectSum: { // data: [],
rowNum: 10,
},
};
},
mounted() {
this.timestr = switchShowTime('日');
},
watch: {
defectSum: {
handler(newVal, oldVal) { handler(newVal, oldVal) {
let outArr = this.defectSum.map((item, index) => [ let outArr = this.defectSum.map((item, index) => [
index+1, index + 1,
item.productionLineName, item.productionLineName,
item.sectionName, item.sectionName,
item.count, item.count,
item.inspectionTypeName item.inspectionTypeName,
]); ]);
this.config.data = outArr this.config.data = outArr;
this.$refs['defectScrollBoard'].updateRows(outArr) this.$refs['defectScrollBoard'].updateRows(outArr);
this.timestr = switchShowTime('日') this.timestr = switchShowTime('日');
} },
} },
} },
} };
</script> </script>
<style lang='scss' scoped> <style lang='scss' scoped>
.timeShow { .timeShow {
position: absolute; position: absolute;
top: 20px; top: 20px;
left: 240px; left: 240px;
} }
</style> </style>

View File

@ -1,313 +1,324 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="160"
slot="handleBtn" label="操作"
:width="160" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 新增 -->
:total="total" <base-dialog
@pagination="getList"
/>
<!-- 新增 -->
<base-dialog
:dialogTitle="addOrEditTitle" :dialogTitle="addOrEditTitle"
:dialogVisible="centervisible" :dialogVisible="centervisible"
@cancel="handleCancel" @cancel="handleCancel"
@confirm="handleConfirm" @confirm="handleConfirm"
:before-close="handleCancel" :before-close="handleCancel"
width="50%" width="50%">
> <add-or-update
<add-or-update ref="addOrUpdate" @successSubmit="successSubmit" /> ref="addOrUpdate"
@successSubmit="successSubmit" />
</base-dialog> </base-dialog>
<!-- 装车 --> <!-- 装车 -->
<base-dialog <base-dialog
dialogTitle="装车" dialogTitle="装车"
:dialogVisible="centervisible2" :dialogVisible="centervisible2"
@cancel="handleCancel2" @cancel="handleCancel2"
@confirm="handleConfirm2" @confirm="handleConfirm2"
:before-close="handleCancel2" :before-close="handleCancel2"
width="50%" width="50%">
> <loaded-page
<loaded-page ref="loadedPage" @successSubmit="successSubmit2" /> ref="loadedPage"
@successSubmit="successSubmit2" />
</base-dialog> </base-dialog>
<!-- 发货详情 --> <!-- 发货详情 -->
<delivery-log-detail ref='deliveryLogDetail' v-if='showDetail' /> <delivery-log-detail
</div> ref="deliveryLogDetail"
v-if="showDetail" />
</div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { deliveryLogPage, deliveryLogDelete } from '@/api/base/delivery' import { deliveryLogPage, deliveryLogDelete } from '@/api/base/delivery';
import AddOrUpdate from './components/addOrUpdate' import AddOrUpdate from './components/addOrUpdate';
import LoadedPage from './components/loadedPage' import LoadedPage from './components/loadedPage';
import DeliveryLogDetail from './components/deliveryLogDetail.vue' import DeliveryLogDetail from './components/deliveryLogDetail.vue';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'orderName', prop: 'orderName',
label: '订单名', label: '订单名',
minWidth: 100, minWidth: 100,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'name', prop: 'name',
label: '发货单名称', label: '发货单名称',
minWidth: 100, minWidth: 100,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'deliveryTime', prop: 'deliveryTime',
label: '发货时间', label: '发货时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'code', prop: 'code',
label: '发货单号', label: '发货单号',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'deliverPerName', prop: 'deliverPerName',
label: '发货负责人', label: '发货负责人',
minWidth: 100 minWidth: 100,
}, },
{ {
prop: 'principal', prop: 'principal',
label: '运输负责人', label: '运输负责人',
minWidth: 100 minWidth: 100,
}, },
{ {
prop: 'principalCall', prop: 'principalCall',
label: '运输联系方式', label: '运输联系方式',
minWidth: 110, minWidth: 110,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'principalCost', prop: 'principalCost',
label: '运输费用', label: '运输费用',
align: 'right' align: 'right',
}, },
{ {
prop: 'remark', prop: 'remark',
label: '备注', label: '备注',
showOverflowtooltip: true showOverflowtooltip: true,
} },
] ];
export default { export default {
name: "DeliveryLog", name: 'DeliveryLog',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '订单名', type: 'input',
param: 'orderName', label: '订单名',
defaultSelect: '' param: 'orderName',
}, defaultSelect: '',
{ },
type: 'input', {
label: '发货单名称', type: 'input',
param: 'name' label: '发货单名称',
}, param: 'name',
{ },
type: 'input', {
label: '发货单号', type: 'input',
param: 'code' label: '发货单号',
}, param: 'code',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('extend:delivery-log:create') ? 'separate' : '', {
}, type: this.$auth.hasPermi('extend:delivery-log:create')
{ ? 'separate'
type: this.$auth.hasPermi('extend:delivery-log:create') ? 'button' : '', : '',
btnName: '新增', },
name: 'add', {
color: 'success', type: this.$auth.hasPermi('extend:delivery-log:create')
plain: true ? 'button'
} : '',
], btnName: '新增',
// name: 'add',
queryParams: { color: 'success',
pageNo: 1, plain: true,
pageSize: 20, },
orderName: '', ],
code: '', //
name: '' queryParams: {
}, pageNo: 1,
tableProps, pageSize: 20,
list: [], orderName: '',
tableH: this.tableHeight(260), code: '',
total: 0, name: '',
tableBtn: [ },
this.$auth.hasPermi('extend:delivery-log:loaded') tableProps,
? { list: [],
type: 'loaded', total: 0,
btnName: '装车' tableBtn: [
} this.$auth.hasPermi('extend:delivery-log:loaded')
: undefined, ? {
this.$auth.hasPermi('extend:delivery-log:detail') type: 'loaded',
? { btnName: '装车',
type: 'detail', }
btnName: '详情' : undefined,
} this.$auth.hasPermi('extend:delivery-log:detail')
: undefined, ? {
this.$auth.hasPermi('extend:delivery-log:update') type: 'detail',
? { btnName: '详情',
type: 'edit', }
btnName: '编辑' : undefined,
} this.$auth.hasPermi('extend:delivery-log:update')
: undefined, ? {
this.$auth.hasPermi('extend:delivery-log:delete') type: 'edit',
? { btnName: '编辑',
type: 'delete', }
btnName: '删除' : undefined,
} this.$auth.hasPermi('extend:delivery-log:delete')
: undefined ? {
].filter((v) => v), type: 'delete',
addOrEditTitle: '', btnName: '删除',
centervisible: false, }
centervisible2: false, : undefined,
showDetail: false ].filter((v) => v),
} addOrEditTitle: '',
}, centervisible: false,
created() { centervisible2: false,
window.addEventListener('resize', () => { showDetail: false,
this.tableH = this.tableHeight(260) };
}) },
if (location.href.indexOf('?') > 0) { created() {
let arr = location.href.split('?')[1] if (location.href.indexOf('?') > 0) {
this.formConfig[0].defaultSelect = decodeURI(arr.split('=')[1]) let arr = location.href.split('?')[1];
} else { this.formConfig[0].defaultSelect = decodeURI(arr.split('=')[1]);
this.formConfig[0].defaultSelect = '' } else {
} this.formConfig[0].defaultSelect = '';
this.queryParams.orderName = this.formConfig[0].defaultSelect }
this.getList(); this.queryParams.orderName = this.formConfig[0].defaultSelect;
}, this.getList();
components: { AddOrUpdate, LoadedPage, DeliveryLogDetail }, },
watch: { components: { AddOrUpdate, LoadedPage, DeliveryLogDetail },
$route: 'initData' watch: {
}, $route: 'initData',
methods: { },
initData(to) { methods: {
if (to.name === 'DeliveryLog') { initData(to) {
if (location.href.indexOf('?') > 0) { if (to.name === 'DeliveryLog') {
let arr = location.href.split('?')[1] if (location.href.indexOf('?') > 0) {
this.formConfig[0].defaultSelect = decodeURI(arr.split('=')[1]) let arr = location.href.split('?')[1];
} else { this.formConfig[0].defaultSelect = decodeURI(arr.split('=')[1]);
this.formConfig[0].defaultSelect = '' } else {
} this.formConfig[0].defaultSelect = '';
this.queryParams.orderName = this.formConfig[0].defaultSelect }
this.getList() this.queryParams.orderName = this.formConfig[0].defaultSelect;
} this.getList();
}, }
getList() { },
deliveryLogPage({...this.queryParams}).then(res => { getList() {
let arr = res.data.list || [] deliveryLogPage({ ...this.queryParams }).then((res) => {
arr && arr.map(item => { let arr = res.data.list || [];
item.principalCost = item.principalCost.toFixed(2) arr &&
}) arr.map((item) => {
this.list = arr item.principalCost = item.principalCost.toFixed(2);
this.total = res.data.total || 0 });
}) this.list = arr;
}, this.total = res.data.total || 0;
buttonClick(val) { });
if (val.btnName === 'search') { },
this.queryParams.name = val.name buttonClick(val) {
this.queryParams.orderName = val.orderName if (val.btnName === 'search') {
this.queryParams.code = val.code this.queryParams.name = val.name;
this.getList() this.queryParams.orderName = val.orderName;
} else { this.queryParams.code = val.code;
this.addOrEditTitle = '新增' this.getList();
this.centervisible = true } else {
this.$nextTick(() => { this.addOrEditTitle = '新增';
this.$refs.addOrUpdate.init() this.centervisible = true;
}) this.$nextTick(() => {
} this.$refs.addOrUpdate.init();
}, });
handleClick(val) { }
console.log(val) },
switch (val.type) { handleClick(val) {
case 'edit': console.log(val);
this.addOrEditTitle = '编辑' switch (val.type) {
this.centervisible = true case 'edit':
this.$nextTick(() => { this.addOrEditTitle = '编辑';
this.$refs.addOrUpdate.init(val.data.id) this.centervisible = true;
}) this.$nextTick(() => {
break this.$refs.addOrUpdate.init(val.data.id);
case 'delete': });
this.handleDelete(val.data) break;
break case 'delete':
case 'loaded': this.handleDelete(val.data);
this.centervisible2 = true break;
this.$nextTick(() => { case 'loaded':
this.$refs.loadedPage.init(val.data.id, val.data.code, val.data.orderId) this.centervisible2 = true;
}) this.$nextTick(() => {
break this.$refs.loadedPage.init(
default: val.data.id,
this.showDetail = true val.data.code,
this.$nextTick(() => { val.data.orderId
this.$refs.deliveryLogDetail.init(val.data) );
}) });
} break;
}, default:
// this.showDetail = true;
handleCancel() { this.$nextTick(() => {
this.$refs.addOrUpdate.formClear() this.$refs.deliveryLogDetail.init(val.data);
this.centervisible = false });
this.addOrEditTitle = '' }
}, },
handleConfirm() { //
this.$refs.addOrUpdate.submitForm() handleCancel() {
}, this.$refs.addOrUpdate.formClear();
successSubmit() { this.centervisible = false;
this.handleCancel() this.addOrEditTitle = '';
this.getList() },
}, handleConfirm() {
// this.$refs.addOrUpdate.submitForm();
handleDelete(val) { },
this.$modal.confirm('是否确认删除发货单名为"' + val.name + '"的数据项?').then(function() { successSubmit() {
return deliveryLogDelete({ id: val.id }) this.handleCancel();
}).then(() => { this.getList();
this.getList(); },
this.$modal.msgSuccess("操作成功"); //
}).catch(() => {}); handleDelete(val) {
}, this.$modal
// .confirm('是否确认删除发货单名为"' + val.name + '"的数据项?')
handleCancel2() { .then(function () {
this.$refs.loadedPage.formClear() return deliveryLogDelete({ id: val.id });
this.centervisible2 = false })
}, .then(() => {
handleConfirm2() { this.getList();
this.$refs.loadedPage.submitForm() this.$modal.msgSuccess('操作成功');
}, })
successSubmit2() { .catch(() => {});
this.handleCancel2() },
this.getList() //
} handleCancel2() {
} this.$refs.loadedPage.formClear();
} this.centervisible2 = false;
},
handleConfirm2() {
this.$refs.loadedPage.submitForm();
},
successSubmit2() {
this.handleCancel2();
this.getList();
},
},
};
</script> </script>

View File

@ -1,130 +1,124 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="80"
slot="handleBtn" label="操作"
:width="80" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 详情抽屉 -->
:total="total" <delivery-log-det-detail ref="deliveryLogDetail" />
@pagination="getList" </div>
/>
<!-- 详情抽屉 -->
<delivery-log-det-detail ref='deliveryLogDetail'/>
</div>
</template> </template>
<script> <script>
import { deliveryProgressPage } from '@/api/base/delivery' import { deliveryProgressPage } from '@/api/base/delivery';
import DeliveryLogDetDetail from './components/deliveryLogDetDetail.vue' import DeliveryLogDetDetail from './components/deliveryLogDetDetail.vue';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'orderName', prop: 'orderName',
label: '订单名', label: '订单名',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'customerName', prop: 'customerName',
label: '客户名称', label: '客户名称',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位' label: '单位',
}, },
{ {
prop: 'orderNum', prop: 'orderNum',
label: '订单数量' label: '订单数量',
}, },
{ {
prop: 'num', prop: 'num',
label: '发货数量' label: '发货数量',
}, },
{ {
prop: 'rate', prop: 'rate',
label: '累计发货比例(%)' label: '累计发货比例(%)',
} },
] ];
export default { export default {
name: "DeliveryLogDet", name: 'DeliveryLogDet',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '订单名', type: 'input',
param: 'orderName' label: '订单名',
}, param: 'orderName',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
} color: 'primary',
], },
// ],
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 20, pageNo: 1,
orderName: '' pageSize: 20,
}, orderName: '',
tableProps, },
list: [], tableProps,
tableH: this.tableHeight(260), list: [],
total: 0, total: 0,
tableBtn: [ tableBtn: [
this.$auth.hasPermi('extend:delivery-log-det:detail') this.$auth.hasPermi('extend:delivery-log-det:detail')
? { ? {
type: 'detail', type: 'detail',
btnName: '详情' btnName: '详情',
} }
: undefined : undefined,
].filter((v) => v) ].filter((v) => v),
} };
}, },
components: { DeliveryLogDetDetail }, components: { DeliveryLogDetDetail },
created() { created() {
window.addEventListener('resize', () => { this.getList();
this.tableH = this.tableHeight(260) },
}) methods: {
this.getList(); getList() {
}, deliveryProgressPage({ ...this.queryParams }).then((res) => {
methods: { this.list = res.data.list || [];
getList() { this.total = res.data.total || 0;
deliveryProgressPage({...this.queryParams}).then(res => { });
this.list = res.data.list || [] },
this.total = res.data.total || 0 buttonClick(val) {
}) this.queryParams.orderName = val.orderName;
}, this.getList();
buttonClick(val) { },
this.queryParams.orderName = val.orderName handleClick(val) {
this.getList() console.log(val);
}, this.$nextTick(() => {
handleClick(val) { this.$refs.deliveryLogDetail.init(val.data);
console.log(val) });
this.$nextTick(() => { },
this.$refs.deliveryLogDetail.init(val.data) },
}) };
}
}
}
</script> </script>

View File

@ -187,8 +187,11 @@
@click="resetBtn"> @click="resetBtn">
重置 重置
</el-button> </el-button>
<span class="separateStyle"></span> <span
class="separateStyle"
v-hasPermi="['analysis:contrast-analysis:export']"></span>
<el-button <el-button
v-hasPermi="['analysis:contrast-analysis:export']"
type="primary" type="primary"
size="small" size="small"
plain plain

View File

@ -80,10 +80,13 @@
</el-button> </el-button>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<span class="separateStyle"></span> <span
class="separateStyle"
v-hasPermi="['analysis:qoq-analysis:export']"></span>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button <el-button
v-hasPermi="['analysis:qoq-analysis:export']"
type="primary" type="primary"
size="small" size="small"
@click="exportData" @click="exportData"

View File

@ -14,7 +14,7 @@ export default {
return { return {
chartDom: '', chartDom: '',
chart: '', chart: '',
chartHeight: this.tableHeight(214) - 100, chartHeight: this.tableHeight(314),
}; };
}, },
props: { props: {
@ -37,7 +37,7 @@ export default {
}, },
mounted() { mounted() {
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.chartHeight = this.tableHeight(214) - 70; this.chartHeight = this.tableHeight(314);
}); });
}, },
methods: { methods: {

View File

@ -170,8 +170,11 @@
@click="resetBtn"> @click="resetBtn">
重置 重置
</el-button> </el-button>
<span class="separateStyle"></span> <span
class="separateStyle"
v-hasPermi="['analysis:trend-analysis:export']"></span>
<el-button <el-button
v-hasPermi="['analysis:trend-analysis:export']"
type="primary" type="primary"
size="small" size="small"
plain plain

View File

@ -1,102 +1,119 @@
<template> <template>
<div id="analysischartLine" style="width: 100%;height: 100%;"></div> <div
id="analysischartLine"
style="width: 100%"
:style="{ height: chartHeight + 'px' }"></div>
</template> </template>
<script> <script>
import * as echarts from 'echarts' import * as echarts from 'echarts';
import resize from '@/utils/chartMixins/resize' import resize from '@/utils/chartMixins/resize';
export default { export default {
name: "LineChart", name: 'LineChart',
mixins: [resize], mixins: [resize],
data() { data() {
return { return {
chartDom: '', chartDom: '',
chart: '', chart: '',
chartHeight: this.tableHeight(214) - 70 chartHeight: this.tableHeight(250) / 2,
} };
}, },
props: { props: {
chartData: { chartData: {
type: Array, type: Array,
required: true, required: true,
default: () => { default: () => {
return [] return [];
} },
} },
}, },
watch: { watch: {
chartData: function () { chartData: function () {
this.getChart() this.getChart();
} },
}, },
mounted() { mounted() {
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.chartHeight = this.tableHeight(214) - 70 this.chartHeight = this.tableHeight(250) / 2;
}) });
}, },
methods: { methods: {
getChart() { getChart() {
if ( if (
this.chart !== null && this.chart !== null &&
this.chart !== '' && this.chart !== '' &&
this.chart !== undefined this.chart !== undefined
) { ) {
this.chart.dispose() // Dom this.chart.dispose(); // Dom
} }
this.chartDom = document.getElementById('analysischartLine') this.chartDom = document.getElementById('analysischartLine');
this.chart = echarts.init(this.chartDom) this.chart = echarts.init(this.chartDom);
if (this.chartData.length === 0) { if (this.chartData.length === 0) {
return false return false;
} }
let xData = [] let xData = [];
let arr = this.chartData[0].type let arr = this.chartData[0].type;
let keys = Object.keys(this.chartData[0]) let keys = Object.keys(this.chartData[0]);
let yData = [] let yData = [];
for (let j = 0; j < arr.length; j++) { for (let j = 0; j < arr.length; j++) {
for (let k = 0; k < keys.length; k++) { for (let k = 0; k < keys.length; k++) {
if (keys[k].indexOf(arr[j] + '_上年同期') > -1 || keys[k].indexOf(arr[j] + '_能源消耗') > -1) { if (
let obj = { keys[k].indexOf(arr[j] + '_上年同期') > -1 ||
name: '', keys[k].indexOf(arr[j] + '_能源消耗') > -1
type: 'line', ) {
data: [] let obj = {
} name: '',
obj.name = keys[k] type: 'line',
yData.push(obj) data: [],
} };
} obj.name = keys[k];
} yData.push(obj);
for (let i = 0; i < this.chartData.length; i++) { }
xData.push(this.chartData[i].time) }
for (let p = 0; p < yData.length; p++) { }
yData[p].data.push(this.chartData[i][yData[p].name]) for (let i = 0; i < this.chartData.length; i++) {
} xData.push(this.chartData[i].time);
} for (let p = 0; p < yData.length; p++) {
var option = { yData[p].data.push(this.chartData[i][yData[p].name]);
color: ['#FFDC94', '#8EF0AB', '#63BDFF', '#288AFF', '#7164FF', '#FF6860', '#FF9747', '#B0EB42', '#D680FF', '#0043D2'], }
legend: { }
data: keys, var option = {
right: '1%' color: [
}, '#FFDC94',
tooltip: { '#8EF0AB',
trigger: 'axis' '#63BDFF',
}, '#288AFF',
grid: { '#7164FF',
left: '1%', '#FF6860',
right: '1%', '#FF9747',
bottom: '3%', '#B0EB42',
containLabel: true '#D680FF',
}, '#0043D2',
xAxis: { ],
type: 'category', legend: {
data: xData data: keys,
}, right: '1%',
yAxis: { },
type: 'value' tooltip: {
}, trigger: 'axis',
series: yData },
}; grid: {
left: '1%',
right: '1%',
bottom: '3%',
containLabel: true,
},
xAxis: {
type: 'category',
data: xData,
},
yAxis: {
type: 'value',
},
series: yData,
};
option && this.chart.setOption(option); option && this.chart.setOption(option);
} },
} },
} };
</script> </script>

View File

@ -69,10 +69,13 @@
</el-button> </el-button>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<span class="separateStyle"></span> <span
class="separateStyle"
v-hasPermi="['analysis:yoy-analysis:export']"></span>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button <el-button
v-hasPermi="['analysis:yoy-analysis:export']"
type="primary" type="primary"
size="small" size="small"
@click="exportData" @click="exportData"

View File

@ -1,143 +1,153 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-area @submit="getList" @exportD="exportData"/> <search-area
<div v-show='chartData.length'> @submit="getList"
<div class="chartTitle">同比分析图</div> @exportD="exportData" />
<div style='width: 100%;height: 400px;'> <div v-show="chartData.length">
<line-chart ref="analysisLineChart" :chartData="chartData"/> <div class="chartTitle">同比分析图</div>
</div> <div style="width: 100%">
<!-- 表格 --> <line-chart
<base-table ref="analysisLineChart"
:table-props="tableProps" :chartData="chartData" />
:table-data="list" </div>
:max-height="tableH" <!-- 表格 -->
class="yoy-out-table" <base-table
/> :table-props="tableProps"
</div> :table-data="list"
<!-- 没有数据 --> :max-height="tableH"
<div class="no-data-bg" v-show='!chartData.length'></div> class="yoy-out-table" />
</div> </div>
<!-- 没有数据 -->
<div
class="no-data-bg"
v-show="!chartData.length"></div>
</div>
</template> </template>
<script> <script>
import { getYoy } from "@/api/analysis/energyAnalysis" import { getYoy } from '@/api/analysis/energyAnalysis';
import subRate from "./components/subRate.vue" import subRate from './components/subRate.vue';
import SearchArea from "./components/searchArea" import SearchArea from './components/searchArea';
import LineChart from "./components/lineChart" import LineChart from './components/lineChart';
import FileSaver from "file-saver" import FileSaver from 'file-saver';
import * as XLSX from 'xlsx/xlsx.mjs' import * as XLSX from 'xlsx/xlsx.mjs';
export default { export default {
name: 'YoyAnalysis', name: 'YoyAnalysis',
components: { SearchArea, LineChart }, components: { SearchArea, LineChart },
data() { data() {
return { return {
chartData: [], chartData: [],
tableProps: [], tableProps: [],
list: [], list: [],
tableH: this.tableHeight(640) tableH: this.tableHeight(250) / 2,
} };
}, },
mounted() { mounted() {
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.tableH = this.tableHeight(640) this.tableH = this.tableHeight(250) / 2;
}) });
}, },
methods: { methods: {
getList(params) { getList(params) {
getYoy({ ...params }).then((res) => { getYoy({ ...params }).then((res) => {
if (res.code === 0 && res.data) { if (res.code === 0 && res.data) {
this.getTableList(res.data) this.getTableList(res.data);
} else { } else {
this.chartData = [] this.chartData = [];
this.list = [] this.list = [];
} }
}) });
}, },
getTableList(arr) { getTableList(arr) {
let data = arr.data let data = arr.data;
let nameData = arr.nameData let nameData = arr.nameData;
let tempX = [] let tempX = [];
data[0].data.map((item) => { data[0].data.map((item) => {
let obj = {} let obj = {};
obj.prop = item.dynamicName obj.prop = item.dynamicName;
obj.label = item.dynamicName obj.label = item.dynamicName;
obj.id = item.id obj.id = item.id;
obj.children = [] obj.children = [];
tempX.push(obj) tempX.push(obj);
}) });
for (let i = 0; i < nameData.length; i++) { for (let i = 0; i < nameData.length; i++) {
for (let j = 0; j < tempX.length; j++) { for (let j = 0; j < tempX.length; j++) {
if (tempX[j].id === nameData[i].parentId) { if (tempX[j].id === nameData[i].parentId) {
let obj = {} let obj = {};
obj.prop = tempX[j].prop + '_' + nameData[i].name obj.prop = tempX[j].prop + '_' + nameData[i].name;
obj.label = nameData[i].name obj.label = nameData[i].name;
if (obj.label.indexOf('同比')!= -1) { if (obj.label.indexOf('同比') != -1) {
obj.subcomponent = subRate obj.subcomponent = subRate;
} }
tempX[j].children.push(obj) tempX[j].children.push(obj);
} }
} }
} }
this.tableProps = [{prop: 'time',label: '时间'}].concat(tempX) this.tableProps = [{ prop: 'time', label: '时间' }].concat(tempX);
console.log(this.tableProps) console.log(this.tableProps);
// //
this.list = [] this.list = [];
for (let k = 0; k < data.length; k++) { for (let k = 0; k < data.length; k++) {
let obj = {} let obj = {};
obj.time = data[k].time obj.time = data[k].time;
let arr1 = data[k].data let arr1 = data[k].data;
obj.type = [] obj.type = [];
for (let q = 0; q < arr1.length; q++) { for (let q = 0; q < arr1.length; q++) {
let name = arr1[q].dynamicName let name = arr1[q].dynamicName;
obj.type.push(name) obj.type.push(name);
let arr2 = arr1[q].children let arr2 = arr1[q].children;
for (let p = 0; p < arr2.length; p++) { for (let p = 0; p < arr2.length; p++) {
let prop = name + '_' + arr2[p].dynamicName let prop = name + '_' + arr2[p].dynamicName;
obj[prop] = arr2[p].dynamicValue obj[prop] = arr2[p].dynamicValue;
} }
} }
this.list.push(obj) this.list.push(obj);
} }
this.chartData = this.list this.chartData = this.list;
}, },
exportData(val) { exportData(val) {
if (this.list.length > 0) { if (this.list.length > 0) {
var wb = XLSX.utils.table_to_book(document.querySelector(".yoy-out-table")) var wb = XLSX.utils.table_to_book(
let fileName = val.name + "同比分析.xlsx" document.querySelector('.yoy-out-table')
var wbout = XLSX.write(wb, { );
bookType: "xlsx", let fileName = val.name + '同比分析.xlsx';
bookSST: true, var wbout = XLSX.write(wb, {
type: "array" bookType: 'xlsx',
}) bookSST: true,
try { type: 'array',
FileSaver.saveAs( });
new Blob([wbout], { type: "application/octet-stream" }), try {
fileName FileSaver.saveAs(
) new Blob([wbout], { type: 'application/octet-stream' }),
} catch (e) { fileName
if (typeof console !== "undefined") console.log(e, wbout); );
} } catch (e) {
return wbout if (typeof console !== 'undefined') console.log(e, wbout);
} else { }
this.$modal.msgWarning("暂无数据导出") return wbout;
} } else {
} this.$modal.msgWarning('暂无数据导出');
} }
} },
},
};
</script> </script>
<style lang='scss' scoped> <style lang='scss' scoped>
.yoy-out-table {
margin-top: 20px;
}
.chartTitle { .chartTitle {
font-size: 16px; font-size: 16px;
color: #000; color: #000;
} }
.chartTitle::before { .chartTitle::before {
content: ''; content: '';
display: inline-block; display: inline-block;
width: 4px; width: 4px;
height: 18px; height: 18px;
background-color: #0B58FF; background-color: #0b58ff;
border-radius: 1px; border-radius: 1px;
margin-right: 8px; margin-right: 8px;
vertical-align: bottom; vertical-align: bottom;
} }
</style> </style>

View File

@ -1,197 +1,219 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> :formConfigs="formConfig"
<!-- 列表 --> ref="searchBarForm"
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" @headBtnClick="buttonClick" />
:max-height="tableH"> <!-- 列表 -->
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="80" label="操作" :method-list="tableBtn" <base-table
@clickBtn="handleClick" /> :page="queryParams.pageNo"
</base-table> :limit="queryParams.pageSize"
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" :table-props="tableProps"
@pagination="getList" /> :table-data="list"
<!-- 新增 --> :max-height="tableH">
<base-dialog :dialogTitle="addOrEditTitle" :dialogVisible="centervisible" @cancel="handleCancel" <method-btn
@confirm="handleConfirm" :before-close="handleCancel"> v-if="tableBtn.length"
<energy-plc-add ref="energyPlc" @successSubmit="successSubmit" /> slot="handleBtn"
</base-dialog> :width="80"
</div> label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
<!-- 新增 -->
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="centervisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel">
<energy-plc-add
ref="energyPlc"
@successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { getEnergyPlcPage, deleteEnergyPlc } from "@/api/base/energyPlc"; import { getEnergyPlcPage, deleteEnergyPlc } from '@/api/base/energyPlc';
// import { publicFormatter } from '@/utils/dict' import EnergyPlcAdd from './components/energyPlcAdd.vue';
import EnergyPlcAdd from './components/energyPlcAdd.vue' import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'plcTableName', prop: 'plcTableName',
label: '关联表名', label: '关联表名',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'code', prop: 'code',
label: '关联表编码', label: '关联表编码',
minWidth: 150, minWidth: 150,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'name', prop: 'name',
label: '标识名', label: '标识名',
minWidth: 150, minWidth: 150,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'enName', prop: 'enName',
label: '英文标识名' label: '英文标识名',
}, },
{ {
prop: 'collection', prop: 'collection',
label: '是否采集' label: '是否采集',
}, },
{ {
prop: 'description', prop: 'description',
label: '描述', label: '描述',
showOverflowtooltip: true showOverflowtooltip: true,
} },
] ];
export default { export default {
name: "EnergyPlc", name: 'EnergyPlc',
components: { EnergyPlcAdd }, components: { EnergyPlcAdd },
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '标识名', type: 'input',
placeholder: '标识名', label: '标识名',
param: 'name' placeholder: '标识名',
}, param: 'name',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: 'separate' {
}, type: 'separate',
{ },
type: this.$auth.hasPermi('base:energy-plc:create') ? 'button' : '', {
btnName: '新增', type: this.$auth.hasPermi('base:energy-plc:create') ? 'button' : '',
name: 'add', btnName: '新增',
color: 'success', name: 'add',
plain: true color: 'success',
} plain: true,
], },
tableProps, ],
tableBtn: [ tableProps,
this.$auth.hasPermi('base:energy-plc:update') tableBtn: [
? { this.$auth.hasPermi('base:energy-plc:update')
type: 'edit', ? {
btnName: '编辑' type: 'edit',
} btnName: '编辑',
: undefined, }
this.$auth.hasPermi('base:energy-plc:delete') : undefined,
? { this.$auth.hasPermi('base:energy-plc:delete')
type: 'delete', ? {
btnName: '删除' type: 'delete',
} btnName: '删除',
: undefined }
].filter((v) => v), : undefined,
tableH: this.tableHeight(260), ].filter((v) => v),
collectionList: [ collectionList: [
{ value: 0, label: '否' }, { value: 0, label: '否' },
{ value: 1, label: '是' } { value: 1, label: '是' },
], ],
// //
total: 0, total: 0,
// //
list: [], list: [],
// //
addOrEditTitle: "", addOrEditTitle: '',
// //
centervisible: false, centervisible: false,
// //
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 20, pageSize: 20,
name: null name: null,
} },
}; };
}, },
created() { created() {
window.addEventListener('resize', () => { this.getList();
this.tableH = this.tableHeight(260) },
}) methods: {
this.getList(); buttonClick(val) {
}, switch (val.btnName) {
methods: { case 'search':
buttonClick(val) { this.queryParams.pageNo = 1;
switch (val.btnName) { this.queryParams.name = val.name;
case 'search': this.getList();
this.queryParams.pageNo = 1; break;
this.queryParams.name = val.name default:
this.getList() this.addOrEditTitle = '新增';
break this.centervisible = true;
default: this.$nextTick(() => {
this.addOrEditTitle = '新增' this.$refs.energyPlc.init();
this.centervisible = true });
this.$nextTick(() => { }
this.$refs.energyPlc.init() },
}) /** 查询列表 */
} getList() {
}, getEnergyPlcPage(this.queryParams).then((response) => {
/** 查询列表 */ let arr = response.data.list || [];
getList() { arr &&
getEnergyPlcPage(this.queryParams).then(response => { arr.map((item) => {
let arr = response.data.list || []; this.collectionList.map((i) => {
arr && arr.map(item => { if (item.collection === i.value) {
this.collectionList.map(i => { item.collection = i.label;
if (item.collection === i.value) { }
item.collection = i.label });
} });
}) this.list = arr;
}) this.total = response.data.total;
this.list = arr });
this.total = response.data.total; },
}); handleClick(val) {
}, switch (val.type) {
handleClick(val) { case 'edit':
switch (val.type) { this.addOrEditTitle = '编辑';
case 'edit': this.$nextTick(() => {
this.addOrEditTitle = '编辑' this.$refs.energyPlc.init(val.data.id);
this.$nextTick(() => { });
this.$refs.energyPlc.init(val.data.id) this.centervisible = true;
}) break;
this.centervisible = true default:
break this.handleDelete(val.data);
default: }
this.handleDelete(val.data) },
} handleCancel() {
}, this.$refs.energyPlc.formClear();
handleCancel() { this.centervisible = false;
this.$refs.energyPlc.formClear() this.addOrEditTitle = '';
this.centervisible = false },
this.addOrEditTitle = '' handleConfirm() {
}, this.$refs.energyPlc.submitForm();
handleConfirm() { },
this.$refs.energyPlc.submitForm() successSubmit() {
}, this.handleCancel();
successSubmit() { this.getList();
this.handleCancel() },
this.getList() /** 删除按钮操作 */
}, handleDelete(row) {
/** 删除按钮操作 */ this.$modal
handleDelete(row) { .confirm('是否确认删除关联表名为"' + row.name + '"的数据项?')
this.$modal.confirm('是否确认删除关联表名为"' + row.name + '"的数据项?').then(function () { .then(function () {
return deleteEnergyPlc(row.id); return deleteEnergyPlc(row.id);
}).then(() => { })
this.queryParams.pageNo = 1; .then(() => {
this.getList(); this.queryParams.pageNo = 1;
this.$modal.msgSuccess("删除成功"); this.getList();
}).catch(() => { }); this.$modal.msgSuccess('删除成功');
} })
} .catch(() => {});
},
},
}; };
</script> </script>

View File

@ -1,226 +1,258 @@
<template> <template>
<div> <div>
<el-drawer :title="drawerTitle" :visible.sync="visible" size="70%" @close='closeD' :show-close='false'> <el-drawer
<div class="box"> :title="drawerTitle"
<el-form :inline="true"> :visible.sync="visible"
<el-form-item label="关联表名"> size="70%"
<el-input v-model="plcTableName" size='small' readonly></el-input> @close="closeD"
</el-form-item> :show-close="false">
<el-form-item label="对象"> <div class="box">
<el-input v-model="objName" size='small' readonly></el-input> <el-form :inline="true">
</el-form-item> <el-form-item label="关联表名">
<el-form-item v-if="showBtn"> <el-input
<el-button type="success" size='small' plain @click="addNew">新增</el-button> v-model="plcTableName"
</el-form-item> size="small"
</el-form> readonly
<base-table style="width: 250px"></el-input>
:page="queryParams.pageNo" </el-form-item>
:limit="queryParams.pageSize" <el-form-item label="对象">
:table-props="tableProps" <el-input
:table-data="tableData" v-model="objName"
:max-height="tableH" size="small"
> readonly
<method-btn style="width: 250px"></el-input>
v-if="tableBtn.length" </el-form-item>
slot="handleBtn" <el-form-item v-if="showBtn">
:width="100" <el-button
label="操作" type="success"
:method-list="tableBtn" size="small"
@clickBtn="handleClick" plain
/> @click="addNew">
</base-table> 新增
<pagination </el-button>
:page.sync="queryParams.pageNo" </el-form-item>
:limit.sync="queryParams.pageSize" </el-form>
:total="total" <base-table
@pagination="getList" :page="queryParams.pageNo"
/> :limit="queryParams.pageSize"
</div> :table-props="tableProps"
</el-drawer> :table-data="tableData"
<!-- 新增 --> :max-height="tableH">
<base-dialog <method-btn
:dialogTitle="addOrEditTitle" v-if="tableBtn.length"
:dialogVisible="centervisible" slot="handleBtn"
@cancel="handleCancel" :width="100"
@confirm="handleConfirm" label="操作"
:before-close="handleCancel" :method-list="tableBtn"
> @clickBtn="handleClick" />
<energy-plc-param-add ref="energyPlcParam" @successSubmit="successSubmit" /> </base-table>
</base-dialog> <pagination
</div> :page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
</div>
</el-drawer>
<!-- 新增 -->
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="centervisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel">
<energy-plc-param-add
ref="energyPlcParam"
@successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { getEnergyPlcParamPage, deleteEnergyPlcParam } from '@/api/base/energyPlcParam' import {
import EnergyPlcParamAdd from './energyPlcParamAdd' getEnergyPlcParamPage,
import { publicFormatter } from '@/utils/dict' deleteEnergyPlcParam,
} from '@/api/base/energyPlcParam';
import EnergyPlcParamAdd from './energyPlcParamAdd';
import { publicFormatter } from '@/utils/dict';
const tableProps = [ const tableProps = [
{ {
prop: 'typeId', prop: 'typeId',
label: '能源类型' label: '能源类型',
}, filter: publicFormatter('energy_type'),
{ },
prop: 'plcParamName', {
label: '参数列名' prop: 'plcParamName',
}, label: '参数列名',
{ },
prop: 'name', {
label: '参数名称' prop: 'name',
}, label: '参数名称',
{ },
prop: 'unit', {
label: '单位', prop: 'unit',
filter: publicFormatter('energy_unit') label: '单位',
}, filter: publicFormatter('unit_dict'),
{ },
prop: 'collection', {
label: '是否采集' prop: 'collection',
}, label: '是否采集',
{ },
prop: 'description', {
label: '描述' prop: 'description',
} label: '描述',
] },
];
export default { export default {
name: 'EnergyPlcParam', name: 'EnergyPlcParam',
props: { props: {
energyTypeList: { energyTypeList: {
type: Array, type: Array,
required: true, required: true,
default: () => { default: () => {
return [] return [];
} },
} },
}, },
data() { data() {
return { return {
visible: false, visible: false,
drawerTitle: '', drawerTitle: '',
tableProps, tableProps,
tableData: [], tableData: [],
tableBtn: [], tableBtn: [],
tableH: this.tableHeight(115), tableH: this.tableHeight(115),
total: 0, total: 0,
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 30, pageSize: 30,
connectId: null connectId: null,
}, },
plcTableName: '', plcTableName: '',
objName: '', objName: '',
// //
addOrEditTitle: "", addOrEditTitle: '',
// //
centervisible: false, centervisible: false,
collectionList: [ collectionList: [
{value: 0,label: '否'}, { value: 0, label: '否' },
{value: 1,label: '是'} { value: 1, label: '是' },
], ],
showBtn: true showBtn: true,
} };
}, },
components: { EnergyPlcParamAdd }, components: { EnergyPlcParamAdd },
created() { created() {
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.tableH = this.tableHeight(115) this.tableH = this.tableHeight(115);
}) });
}, },
methods: { methods: {
init(data,title) { init(data, title) {
this.visible = true this.visible = true;
this.queryParams.connectId = data.id this.queryParams.connectId = data.id;
this.plcTableName = data.plcTableName this.plcTableName = data.plcTableName;
this.objName = data.objName this.objName = data.objName;
this.getList() this.getList();
if (title === 'detail') { if (title === 'detail') {
this.drawerTitle = '查看参数' this.drawerTitle = '查看参数';
this.showBtn = false this.showBtn = false;
this.tableBtn = [] this.tableBtn = [];
} else { } else {
this.drawerTitle = '参数绑定' this.drawerTitle = '参数绑定';
this.showBtn = true this.showBtn = true;
this.tableBtn = [ this.tableBtn = [
{ {
type: 'edit', type: 'edit',
btnName: '编辑' btnName: '编辑',
}, },
{ {
type: 'delete', type: 'delete',
btnName: '删除' btnName: '删除',
} },
] ];
} }
}, },
getList() { getList() {
getEnergyPlcParamPage({...this.queryParams}).then((res) => { getEnergyPlcParamPage({ ...this.queryParams }).then((res) => {
let arr = res.data.list || [] let arr = res.data.list || [];
arr&&arr.map(item => { arr &&
this.collectionList.map(i => { arr.map((item) => {
if (item.collection === i.value) { this.collectionList.map((i) => {
item.collection = i.label if (item.collection === i.value) {
} item.collection = i.label;
}) }
this.energyTypeList.map(j => { });
if (item.typeId === j.id) { this.energyTypeList.map((j) => {
item.typeId = j.name if (item.typeId === j.id) {
} item.typeId = j.name;
}) }
}) });
this.tableData = arr });
this.total = res.data.total; this.tableData = arr;
}) this.total = res.data.total;
}, });
// },
addNew() { //
this.addOrEditTitle = '新增' addNew() {
this.centervisible = true this.addOrEditTitle = '新增';
this.$nextTick(() => { this.centervisible = true;
this.$refs.energyPlcParam.init({'connectId': this.queryParams.connectId, id: ''}) this.$nextTick(() => {
}) this.$refs.energyPlcParam.init({
}, connectId: this.queryParams.connectId,
handleCancel() { id: '',
this.$refs.energyPlcParam.formClear() });
this.centervisible = false });
this.addOrEditTitle = '' },
}, handleCancel() {
handleConfirm() { this.$refs.energyPlcParam.formClear();
this.$refs.energyPlcParam.submitForm() this.centervisible = false;
}, this.addOrEditTitle = '';
successSubmit() { },
this.handleCancel() handleConfirm() {
this.getList() this.$refs.energyPlcParam.submitForm();
}, },
handleClick(val) { successSubmit() {
console.log(val) this.handleCancel();
switch (val.type) { this.getList();
case 'edit': },
this.addOrEditTitle = '编辑' handleClick(val) {
this.centervisible = true console.log(val);
this.$nextTick(() => { switch (val.type) {
this.$refs.energyPlcParam.init({'connectId': this.queryParams.connectId, id: val.data.id}) case 'edit':
}) this.addOrEditTitle = '编辑';
break this.centervisible = true;
default: this.$nextTick(() => {
this.handleDelete(val.data) this.$refs.energyPlcParam.init({
} connectId: this.queryParams.connectId,
}, id: val.data.id,
/** 删除按钮操作 */ });
handleDelete(row) { });
this.$modal.confirm('是否确认删除参数列名为"' + row.plcParamName + '"的数据项?').then(function() { break;
return deleteEnergyPlcParam(row.id); default:
}).then(() => { this.handleDelete(val.data);
this.queryParams.pageNo = 1; }
this.getList(); },
this.$modal.msgSuccess("删除成功"); /** 删除按钮操作 */
}).catch(() => {}); handleDelete(row) {
}, this.$modal
closeD() { .confirm('是否确认删除参数列名为"' + row.plcParamName + '"的数据项?')
this.$emit('closeDrawer') .then(function () {
} return deleteEnergyPlcParam(row.id);
} })
} .then(() => {
this.queryParams.pageNo = 1;
this.getList();
this.$modal.msgSuccess('删除成功');
})
.catch(() => {});
},
closeD() {
this.$emit('closeDrawer');
},
},
};
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.box { .box {
padding: 0 32px; padding: 0 32px;
} }
</style> </style>

View File

@ -1,132 +1,163 @@
<template> <template>
<el-form ref="form" :rules="rules" label-width="100px" :model="form"> <el-form
<el-row> ref="form"
<el-col :span="12"> :rules="rules"
<el-form-item label="能源类型" prop="typeId"> label-width="100px"
<el-select v-model="form.typeId" placeholder="请选择" style="width: 100%;" filterable> :model="form">
<el-option <el-row>
v-for="item in energyListType" <el-col :span="12">
:key="item.id" <el-form-item
:label="item.name" label="能源类型"
:value="item.id"> prop="typeId">
</el-option> <el-select
</el-select> v-model="form.typeId"
</el-form-item> placeholder="请选择"
</el-col> style="width: 100%"
<el-col :span="12"> filterable>
<el-form-item label="参数列名" prop="plcParamName"> <el-option
<el-input v-model="form.plcParamName"></el-input> v-for="item in energyListType"
</el-form-item> :key="item.id"
</el-col> :label="item.labelName"
</el-row> :value="item.id"></el-option>
<el-row> </el-select>
<el-col :span="12"> </el-form-item>
<el-form-item label="参数名称" prop="name"> </el-col>
<el-input v-model="form.name"></el-input> <el-col :span="12">
</el-form-item> <el-form-item
</el-col> label="参数列名"
<el-col :span="12"> prop="plcParamName">
<el-form-item label="单位" prop="unit"> <el-input v-model="form.plcParamName"></el-input>
<el-select v-model="form.unit" placeholder="请选择" style="width: 100%;"> </el-form-item>
<el-option </el-col>
v-for="item in getDictDatas(DICT_TYPE.ENERGY_UNIT)" </el-row>
:key="item.value" <el-row>
:label="item.label" <el-col :span="12">
:value="item.value"> <el-form-item
</el-option> label="参数名称"
</el-select> prop="name">
</el-form-item> <el-input v-model="form.name"></el-input>
</el-col> </el-form-item>
</el-row> </el-col>
<el-row> <el-col :span="12">
<el-col :span="12"> <el-form-item
<el-form-item label="是否采集" prop="collection"> label="单位"
<el-switch v-model="form.collection"></el-switch> prop="unit">
</el-form-item> <el-select
</el-col> v-model="form.unit"
<el-col :span="12"> placeholder="请选择"
<el-form-item label="描述" prop="description"> style="width: 100%">
<el-input v-model="form.description"></el-input> <el-option
</el-form-item> v-for="item in getDictDatas(DICT_TYPE.UNIT_DICT)"
</el-col> :key="item.value"
</el-row> :label="item.label"
</el-form> :value="item.value"></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item
label="是否采集"
prop="collection">
<el-switch v-model="form.collection"></el-switch>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item
label="描述"
prop="description">
<el-input v-model="form.description"></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</template> </template>
<script> <script>
import { getEnergyPlcParam, updateEnergyPlcParam, createEnergyPlcParam } from '@/api/base/energyPlcParam' import {
import { getEnergyTypeListAll } from '@/api/base/energyType' getEnergyPlcParam,
updateEnergyPlcParam,
createEnergyPlcParam,
} from '@/api/base/energyPlcParam';
import { getEnergyTypeListAll } from '@/api/base/energyType';
export default { export default {
name: 'EnergyPlcParamAdd', name: 'EnergyPlcParamAdd',
data() { data() {
return { return {
form: { form: {
id: '', id: '',
typeId: '', typeId: '',
plcParamName: '', plcParamName: '',
name: '', name: '',
unit: '', unit: '',
description: '', description: '',
collection: true, collection: true,
connectId: '' connectId: '',
}, },
energyListType: [], energyListType: [],
isEdit: false, // isEdit: false, //
rules: { rules: {
typeId: [{ required: true, message: '能源类型不能为空', trigger: 'change' }], typeId: [
plcParamName: [{ required: true, message: '参数列名不能为空', trigger: 'blur' }], { required: true, message: '能源类型不能为空', trigger: 'change' },
name: [{ required: true, message: '参数名称不能为空', trigger: 'blur' }] ],
} plcParamName: [
} { required: true, message: '参数列名不能为空', trigger: 'blur' },
}, ],
methods: { name: [
init(param) { { required: true, message: '参数名称不能为空', trigger: 'blur' },
this.form.connectId = param.connectId ],
getEnergyTypeListAll().then((res) => { },
this.energyListType = res.data || [] };
}) },
if (param.id) { methods: {
this.isEdit = true init(param) {
this.form.id = param.id this.form.connectId = param.connectId;
getEnergyPlcParam(this.form.id).then((res) => { getEnergyTypeListAll().then((res) => {
if (res.code === 0) { this.energyListType = res.data || [];
this.form = res.data });
this.form.collection = this.form.collection === 0 ? false : true if (param.id) {
} this.isEdit = true;
}) this.form.id = param.id;
} else { getEnergyPlcParam(this.form.id).then((res) => {
this.isEdit = false if (res.code === 0) {
this.form.id = '' this.form = res.data;
} this.form.collection = this.form.collection === 0 ? false : true;
}, }
submitForm() { });
this.$refs['form'].validate((valid) => { } else {
if (valid) { this.isEdit = false;
this.form.collection = this.form.collection === false ? 0 : 1 this.form.id = '';
if (this.isEdit) { }
// },
updateEnergyPlcParam({...this.form}).then((res) => { submitForm() {
if (res.code === 0) { this.$refs['form'].validate((valid) => {
this.$modal.msgSuccess("操作成功"); if (valid) {
this.$emit('successSubmit') this.form.collection = this.form.collection === false ? 0 : 1;
} if (this.isEdit) {
}) //
} else { updateEnergyPlcParam({ ...this.form }).then((res) => {
createEnergyPlcParam({...this.form}).then((res) => { if (res.code === 0) {
if (res.code === 0) { this.$modal.msgSuccess('操作成功');
this.$modal.msgSuccess("操作成功"); this.$emit('successSubmit');
this.$emit('successSubmit') }
} });
}) } else {
} createEnergyPlcParam({ ...this.form }).then((res) => {
} else { if (res.code === 0) {
return false this.$modal.msgSuccess('操作成功');
} this.$emit('successSubmit');
}) }
}, });
formClear() { }
this.$refs.form.resetFields() } else {
this.isEdit = false return false;
} }
} });
} },
formClear() {
this.$refs.form.resetFields();
this.isEdit = false;
},
},
};
</script> </script>

View File

@ -57,14 +57,18 @@ import { getTree } from '@/api/analysis/energyAnalysis';
import { getEnergyTypeListAll } from '@/api/base/energyType'; import { getEnergyTypeListAll } from '@/api/base/energyType';
import EnergyPlcConnectAdd from './components/energyPlcConnectAdd'; import EnergyPlcConnectAdd from './components/energyPlcConnectAdd';
import EnergyPlcParam from './components/energyPlcParam'; import EnergyPlcParam from './components/energyPlcParam';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '对象', label: '对象',
minWidth: 130,
showOverflowtooltip: true,
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码', label: '对象编码',
minWidth: 150,
showOverflowtooltip: true, showOverflowtooltip: true,
}, },
{ {
@ -86,11 +90,13 @@ const tableProps = [
{ {
prop: 'varNum', prop: 'varNum',
label: '绑定参数数量', label: '绑定参数数量',
width: 110,
}, },
]; ];
export default { export default {
name: 'EnergyPlcConnect', name: 'EnergyPlcConnect',
components: { EnergyPlcConnectAdd, EnergyPlcParam }, components: { EnergyPlcConnectAdd, EnergyPlcParam },
mixins: [tableHeightMixin],
data() { data() {
return { return {
formConfig: [ formConfig: [
@ -144,7 +150,6 @@ export default {
} }
: undefined, : undefined,
].filter((v) => v), ].filter((v) => v),
tableH: this.tableHeight(260),
// //
total: 0, total: 0,
// //
@ -165,9 +170,6 @@ export default {
}; };
}, },
created() { created() {
window.addEventListener('resize', () => {
this.tableH = this.tableHeight(260);
});
this.getList(); this.getList();
}, },
mounted() { mounted() {

View File

@ -0,0 +1,139 @@
<template>
<div class="energyQuantityManualAddTable">
<el-table
:data="renderData"
border
style="width: 100%"
:header-cell-style="{
background: '#F2F4F9',
color: '#606266',
}">
<el-table-column
prop="tableName"
label="表名*">
<template slot-scope="scope">
<div class="tableInner">
<el-select
v-model="scope.row.tableName"
placeholder="请选择"
style="width: 100%"
@change="changeSelect(scope.row, 'tableName')">
<el-option
v-for="item in tableNameList"
:key="item.value"
:label="item.label"
:value="item.value"></el-option>
</el-select>
</div>
</template>
</el-table-column>
<el-table-column
prop="readingQuantity"
label="抄表数*">
<template slot-scope="scope">
<div class="tableInner">
<el-input-number
v-model="scope.row.readingQuantity"
:min="0"
:max="999999999"
style="width: 100%"
:controls="false"
@change="changeInput(scope.row, 'readingQuantity')"
:precision="2"></el-input-number>
</div>
</template>
</el-table-column>
</el-table>
<el-button
class="addButton"
icon="el-icon-plus"
@click="emitButtonClick">
新增
</el-button>
</div>
</template>
<script>
export default {
name: 'AddTable',
props: {
tableData: {
type: Array,
required: true,
default: () => {
return [];
},
},
tableNameList: {
type: Array,
required: true,
default: () => {
return [];
},
},
},
data() {
return {};
},
computed: {
renderData() {
return this.tableData.map((item, index) => {
return {
...item,
_pageIndex: index + 1,
};
});
},
},
methods: {
emitButtonClick() {
this.$emit('emitButtonClick');
},
changeInput(val1, val2) {
val1.prop = val2;
this.$emit('emitFun', val1);
},
changeSelect(val1, val2) {
val1.prop = val2;
this.$emit('emitFun', val1);
},
},
};
</script>
<style lang='scss' scoped>
.energyQuantityManualAddTable {
.el-table .el-table__cell {
padding: 0;
height: 35px;
}
.addButton {
width: 100%;
height: 35px;
border-top: none;
color: #0b58ff;
border-color: #ebeef5;
border-radius: 0;
}
.addButton:hover {
color: #0b58ff;
border-color: #ebeef5;
background-color: #fff;
}
.addButton:focus {
border-color: #ebeef5;
background-color: #fff;
}
.tableInner .el-input__inner {
border: none;
padding: 0;
height: 33px;
}
}
</style>
<style lang='scss'>
.energyQuantityManualAddTable {
.el-table .el-table__cell {
padding: 0;
height: 35px;
}
}
</style>

View File

@ -1,38 +0,0 @@
<template>
<div class="tableInner">
<!-- <el-input v-model="list[itemProp]" @blur="changeInput" /> -->
<el-input-number v-model="list[itemProp]" @change="changeInput" :min="0" :max="999999999" style='width: 100%;' :controls='false' :precision='2'></el-input-number>
</div>
</template>
<script>
export default {
name: 'InputArea',
props: {
injectData: {
type: Object,
default: () => ({})
},
itemProp: {
type: String
}
},
data() {
return {
list: this.injectData
}
},
methods: {
changeInput() {
console.log(this.list)
this.$emit('emitData', this.list)
}
}
}
</script>
<style scoped>
.tableInner .el-input__inner {
border: none;
padding: 0;
height: 33px;
}
</style>

View File

@ -1,44 +0,0 @@
<template>
<div class="tableInner">
<el-select v-model="list[itemProp]" placeholder="请选择" style="width: 100%;" @change="changeSelect">
<el-option
v-for="item in getDictDatas(DICT_TYPE.TABLE_NAME)"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</div>
</template>
<script>
export default {
name: 'SelectArea',
props: {
injectData: {
type: Object,
default: () => ({})
},
itemProp: {
type: String
}
},
data() {
return {
list: this.injectData
}
},
methods: {
changeSelect() {
console.log(this.list)
this.$emit('emitData', this.list)
}
}
}
</script>
<style scoped>
.tableInner .el-input__inner {
border: none;
padding: 0;
height: 33px;
}
</style>

View File

@ -1,167 +1,212 @@
<template> <template>
<el-form ref="energyQuantityManualForm" :rules="rules" label-width="90px" :model="form"> <el-form
<el-row :gutter="20"> ref="energyQuantityManualForm"
<el-col :span='12'> :rules="rules"
<el-form-item label="能源类型" prop="energyTypeId"> label-width="90px"
<el-select v-model="form.energyTypeId" placeholder="请选择" style="width: 100%;" filterable> :model="form">
<el-option v-for="item in this.energyTypeList" :key="item.id" :label="item.name" :value="item.id"> <el-row :gutter="20">
</el-option> <el-col :span="12">
</el-select> <el-form-item
</el-form-item> label="能源类型"
</el-col> prop="energyTypeId">
<el-col :span='12'> <el-select
<el-form-item label="抄表日期" prop="recordTime"> v-model="form.energyTypeId"
<el-date-picker v-model="form.recordTime" type="date" format="yyyy-MM-dd" value-format="timestamp" placeholder="请选择"
placeholder="选择日期" style="width: 100%;"> style="width: 100%"
</el-date-picker> @change="selEnergyType"
</el-form-item> filterable>
</el-col> <el-option
</el-row> v-for="item in this.energyTypeList"
<el-row :gutter="20"> :key="item.id"
<el-col :span='24'> :label="item.labelName"
<base-table border :table-props="tableProps" :table-data="tableData" :add-button-show="addButtonShow" :value="item.id"></el-option>
@emitFun="inputChange" @emitButtonClick="emitButtonClick" /> </el-select>
</el-col> </el-form-item>
</el-row> </el-col>
</el-form> <el-col :span="12">
<el-form-item
label="抄表日期"
prop="recordTime">
<el-date-picker
v-model="form.recordTime"
type="date"
format="yyyy-MM-dd"
value-format="timestamp"
placeholder="选择日期"
style="width: 100%"></el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="24">
<add-table
:table-data="tableData"
:table-name-list="tableNameList"
@emitFun="inputChange"
@emitButtonClick="emitButtonClick" />
</el-col>
</el-row>
</el-form>
</template> </template>
<script> <script>
import { energyQuantityManualCreate, energyQuantityManualUpdate, energyQuantityManualGet } from '@/api/base/energyQuantityManual' import {
import moment from 'moment' energyQuantityManualCreate,
import InputArea from './InputArea' energyQuantityManualUpdate,
import SelectArea from './SelectArea' energyQuantityManualGet,
const tableProps = [ } from '@/api/base/energyQuantityManual';
{ import moment from 'moment';
prop: 'tableName', import AddTable from './AddTable';
label: '表名*', import { energyTableGet } from '@/api/base/energyQuantityManual';
subcomponent: SelectArea
},
{
prop: 'readingQuantity',
label: '抄表数*',
subcomponent: InputArea
}
]
export default { export default {
name: 'EnergyQuantityManualAdd', name: 'EnergyQuantityManualAdd',
props: { props: {
energyTypeList: { energyTypeList: {
type: Array, type: Array,
required: true, required: true,
default: () => { default: () => {
return [] return [];
} },
} },
}, },
data() { data() {
return { return {
tableProps, tableData: [],
tableData: [], tableNameList: [], //list
addButtonShow: '新增', addButtonShow: '新增',
form: { form: {
id: '', id: '',
energyTypeId: '', energyTypeId: '',
unit: '', unit: '',
recordTime: '' recordTime: '',
}, },
rules: { rules: {
energyTypeId: [{ required: true, message: '能源类型不能为空', trigger: 'change' }], energyTypeId: [
recordTime: [{ required: true, message: '抄表日期不能为空', trigger: 'change' }] { required: true, message: '能源类型不能为空', trigger: 'change' },
}, ],
isEdit: false recordTime: [
} { required: true, message: '抄表日期不能为空', trigger: 'change' },
}, ],
methods: { },
init(params) { isEdit: false,
this.form.recordTime = moment().valueOf() };
if (params.type === 'add') { },
this.isEdit = false components: { AddTable },
} else if (params.type === 'meterReading') { methods: {
this.isEdit = false init(params) {
this.form.energyTypeId = params.energyTypeId this.form.recordTime = moment().valueOf();
let obj = {} if (params.type === 'add') {
obj.tableName = params.tableName + '' this.isEdit = false;
obj.readingQuantity = 0 } else if (params.type === 'meterReading') {
this.tableData.push(obj) this.isEdit = false;
} else { this.form.energyTypeId = params.energyTypeId;
this.isEdit = true this.selEnergyType(this.form.energyTypeId);
this.form.id = params.id let obj = {};
this.addButtonShow = '' obj.tableName = params.tableName + '';
energyQuantityManualGet({ id: this.form.id }).then(res => { obj.readingQuantity = 0;
if (res.code === 0) { this.tableData.push(obj);
this.form.energyTypeId = res.data.energyTypeId } else {
this.form.recordTime = res.data.recordTime ? res.data.recordTime : null this.isEdit = true;
let obj = {} this.form.id = params.id;
obj.tableName = res.data.tableName ? res.data.tableName + '' : '' this.addButtonShow = '';
obj.readingQuantity = res.data.readingQuantity energyQuantityManualGet({ id: this.form.id }).then((res) => {
this.tableData.push(obj) if (res.code === 0) {
} this.form.energyTypeId = res.data.energyTypeId;
}) this.selEnergyType(this.form.energyTypeId);
} this.form.recordTime = res.data.recordTime
}, ? res.data.recordTime
inputChange(val) { : null;
this.tableData[val._pageIndex - 1][val.prop] = val[val.prop] let obj = {};
}, obj.tableName = res.data.tableName ? res.data.tableName + '' : '';
emitButtonClick() { obj.readingQuantity = res.data.readingQuantity;
let obj = {} this.tableData.push(obj);
obj.tableName = '' }
obj.readingQuantity = 0 });
this.tableData.push(obj) }
}, },
submitForm() { inputChange(val) {
this.$refs['energyQuantityManualForm'].validate((valid) => { this.tableData[val._pageIndex - 1][val.prop] = val[val.prop];
if (valid) { console.log(this.tableData);
// },
if (this.tableData.length === 0) { emitButtonClick() {
this.$modal.msgError("抄表数据不能为空"); if (!this.form.energyTypeId) {
return false this.$modal.msgWarning('请先选择能源类型');
} else { return false;
for (let item of this.tableData) { }
console.log(item) let obj = {};
if (!item.tableName || (!item.readingQuantity && item.readingQuantity !== 0)) { obj.tableName = '';
this.$modal.msgError("抄表数据有空值,请检查"); obj.readingQuantity = 0;
return false this.tableData.push(obj);
} },
} selEnergyType(id) {
} //
if (this.isEdit) { this.tableData = [];
// this.tableNameList = [];
energyQuantityManualUpdate({ energyTableGet({ energyTypeId: id }).then((res) => {
id: this.form.id, this.tableNameList = res.data.tableObjs || [];
energyTypeId: this.form.energyTypeId, if (this.tableNameList.length === 0) {
recordTime: this.form.recordTime, this.$modal.msgWarning(
tableName: this.tableData[0].tableName, '当前能源类型暂无配置表名,请先到《表名配置》页面配置'
readingQuantity: this.tableData[0].readingQuantity );
}).then((res) => { }
if (res.code === 0) { });
this.$modal.msgSuccess("操作成功"); },
this.$emit('successSubmit') submitForm() {
} this.$refs['energyQuantityManualForm'].validate((valid) => {
}) if (valid) {
} else { //
energyQuantityManualCreate({ if (this.tableData.length === 0) {
energyTypeId: this.form.energyTypeId, this.$modal.msgError('抄表数据不能为空');
recordTime: this.form.recordTime, return false;
data: this.tableData } else {
}).then((res) => { for (let item of this.tableData) {
if (res.code === 0) { console.log(item);
this.$modal.msgSuccess("操作成功"); if (
this.$emit('successSubmit') !item.tableName ||
} (!item.readingQuantity && item.readingQuantity !== 0)
}) ) {
} this.$modal.msgError('抄表数据有空值,请检查');
} else { return false;
return false }
} }
}) }
}, if (this.isEdit) {
formClear() { //
this.$refs.energyQuantityManualForm.resetFields() energyQuantityManualUpdate({
this.form.unit = '' id: this.form.id,
this.isEdit = false energyTypeId: this.form.energyTypeId,
this.addButtonShow = '新增' recordTime: this.form.recordTime,
this.tableData = [] tableName: this.tableData[0].tableName,
} readingQuantity: this.tableData[0].readingQuantity,
} }).then((res) => {
} if (res.code === 0) {
this.$modal.msgSuccess('操作成功');
this.$emit('successSubmit');
}
});
} else {
energyQuantityManualCreate({
energyTypeId: this.form.energyTypeId,
recordTime: this.form.recordTime,
data: this.tableData,
}).then((res) => {
if (res.code === 0) {
this.$modal.msgSuccess('操作成功');
this.$emit('successSubmit');
}
});
}
} else {
return false;
}
});
},
formClear() {
this.$refs.energyQuantityManualForm.resetFields();
this.form.unit = '';
this.isEdit = false;
this.addButtonShow = '新增';
this.tableData = [];
},
},
};
</script> </script>

View File

@ -1,271 +1,323 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> :formConfigs="formConfig"
<!-- 列表 --> ref="searchBarForm"
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" @headBtnClick="buttonClick" />
:max-height="tableH" @selection-change="selectChange"> <!-- 列表 -->
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn" <base-table
@clickBtn="handleClick" /> :page="queryParams.pageNo"
</base-table> :limit="queryParams.pageSize"
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" :table-props="tableProps"
@pagination="getList" /> :table-data="list"
<!-- 新增 --> :max-height="tableH"
<base-dialog :dialogTitle="addOrEditTitle" :dialogVisible="centervisible" @cancel="handleCancel" @selection-change="selectChange">
@confirm="handleConfirm" :before-close="handleCancel"> <method-btn
<energy-quantity-manual-add ref="energyQuantityManualAdd" :energyTypeList="energyTypeList" v-if="tableBtn.length"
@successSubmit="successSubmit" /> slot="handleBtn"
</base-dialog> :width="120"
</div> label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
<!-- 新增 -->
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="centervisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel">
<energy-quantity-manual-add
ref="energyQuantityManualAdd"
:energyTypeList="energyTypeList"
@successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { energyQuantityManualPage, energyQuantityManualDelete, energyQuantityManualExport } from "@/api/base/energyQuantityManual" import {
import { getEnergyTypeListAll } from "@/api/base/energyType" energyQuantityManualPage,
import { publicFormatter } from '@/utils/dict' energyQuantityManualDelete,
import { parseTime, parseTimeTable } from '@/utils/ruoyi' energyQuantityManualExport,
// import FileSaver from "file-saver" } from '@/api/base/energyQuantityManual';
// import * as XLSX from 'xlsx/xlsx.mjs' import { getEnergyTypeListAll } from '@/api/base/energyType';
import EnergyQuantityManualAdd from './components/energyQuantityManualAdd' import { publicFormatter } from '@/utils/dict';
import moment from 'moment' import { parseTimeTable } from '@/utils/ruoyi';
import EnergyQuantityManualAdd from './components/energyQuantityManualAdd';
import moment from 'moment';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'energyType', prop: 'energyTypeLabel',
label: '能源类型', label: '能源类型',
minWidth: 110, minWidth: 110,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('energy_unit'), filter: publicFormatter('unit_dict'),
minWidth: 110 minWidth: 110,
}, },
{ {
prop: 'tableName', prop: 'tableName',
label: '能源表名', label: '能源表名',
filter: publicFormatter('table_name'), filter: publicFormatter('table_name'),
minWidth: 110, minWidth: 110,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'recordTime', prop: 'recordTime',
label: '抄表日期', label: '抄表日期',
filter: parseTimeTable('{y}-{m}-{d}'), filter: parseTimeTable('{y}-{m}-{d}'),
minWidth: 110 minWidth: 110,
}, },
{ {
prop: 'readingQuantity', prop: 'readingQuantity',
label: '抄表值' label: '抄表值',
}, },
{ {
prop: 'useQty', prop: 'useQty',
label: '差值' label: '差值',
} },
] ];
export default { export default {
name: "EnergyQuantityManual", name: 'EnergyQuantityManual',
data() { data() {
return { return {
formConfig: [ formConfig: [
{ {
type: 'select', type: 'select',
label: '能源类型', label: '能源类型',
selectOptions: [], labelField: 'labelName',
param: 'energyTypeId', selectOptions: [],
filterable: true param: 'energyTypeId',
}, filterable: true,
{ },
type: 'datePicker', {
label: '抄表日期', type: 'datePicker',
dateType: 'daterange', label: '抄表日期',
format: 'yyyy-MM-dd', dateType: 'daterange',
valueFormat: "timestamp", format: 'yyyy-MM-dd',
rangeSeparator: '-', valueFormat: 'timestamp',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [] param: 'timeVal',
}, defaultSelect: [],
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: 'separate' {
}, type: 'separate',
{ },
type: this.$auth.hasPermi('base:energy-quantity-manual:export') ? 'button' : '', {
btnName: '导出', type: this.$auth.hasPermi('base:energy-quantity-manual:export')
name: 'export', ? 'button'
color: 'primary', : '',
plain: true btnName: '导出',
}, name: 'export',
{ color: 'primary',
type: this.$auth.hasPermi('base:energy-quantity-manual:create') ? 'button' : '', plain: true,
btnName: '新增', },
name: 'add', {
color: 'success', type: this.$auth.hasPermi('base:energy-quantity-manual:create')
plain: true ? 'button'
} : '',
], btnName: '新增',
tableProps, name: 'add',
tableH: this.tableHeight(260), color: 'success',
// plain: true,
total: 0, },
// ],
list: [], tableProps,
tableBtn: [ //
this.$auth.hasPermi('base:energy-quantity-manual:create') total: 0,
? { //
type: 'meterReading', list: [],
btnName: '抄表' tableBtn: [
} this.$auth.hasPermi('base:energy-quantity-manual:create')
: undefined, ? {
this.$auth.hasPermi('base:energy-quantity-manual:update') type: 'meterReading',
? { btnName: '抄表',
type: 'edit', }
btnName: '编辑' : undefined,
} this.$auth.hasPermi('base:energy-quantity-manual:update')
: undefined, ? {
this.$auth.hasPermi('base:energy-quantity-manual:delete') type: 'edit',
? { btnName: '编辑',
type: 'delete', }
btnName: '删除' : undefined,
} this.$auth.hasPermi('base:energy-quantity-manual:delete')
: undefined ? {
].filter((v) => v), type: 'delete',
// btnName: '删除',
queryParams: { }
pageNo: 1, : undefined,
pageSize: 20, ].filter((v) => v),
energyTypeId: '', //
recordTime: [] queryParams: {
}, pageNo: 1,
energyTypeList: [], pageSize: 20,
exportList: [], energyTypeId: '',
addOrEditTitle: '', recordTime: [],
centervisible: false, },
energyTypeList: [],
}; exportList: [],
}, addOrEditTitle: '',
components: { EnergyQuantityManualAdd }, centervisible: false,
created() { };
window.addEventListener('resize', () => { },
this.tableH = this.tableHeight(260) components: { EnergyQuantityManualAdd },
}) mixins: [tableHeightMixin],
let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf() created() {
let start = moment(moment().subtract(7, 'days').format('YYYY-MM-DD 00:00:00')).valueOf() let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf();
this.formConfig[1].defaultSelect = [start, end] let start = moment(
this.queryParams.recordTime[0] = start moment().subtract(7, 'days').format('YYYY-MM-DD 00:00:00')
this.queryParams.recordTime[1] = end ).valueOf();
this.getList(); this.formConfig[1].defaultSelect = [start, end];
this.getTypeList() this.queryParams.recordTime[0] = start;
}, this.queryParams.recordTime[1] = end;
methods: { this.getList();
buttonClick(val) { this.getTypeList();
this.queryParams.pageNo = 1; },
this.queryParams.energyTypeId = val.energyTypeId methods: {
this.queryParams.recordTime[0] = val.timeVal ? moment(moment(val.timeVal[0]).format('YYYY-MM-DD 00:00:00')).valueOf() : null buttonClick(val) {
this.queryParams.recordTime[1] = val.timeVal ? moment(moment(val.timeVal[1]).format('YYYY-MM-DD 23:59:59')).valueOf() : null this.queryParams.pageNo = 1;
switch (val.btnName) { this.queryParams.energyTypeId = val.energyTypeId;
case 'search': this.queryParams.recordTime[0] = val.timeVal
this.getList() ? moment(moment(val.timeVal[0]).format('YYYY-MM-DD 00:00:00')).valueOf()
break : null;
case 'add': this.queryParams.recordTime[1] = val.timeVal
this.addOrEditTitle = '新增' ? moment(moment(val.timeVal[1]).format('YYYY-MM-DD 23:59:59')).valueOf()
this.centervisible = true : null;
let params = {} switch (val.btnName) {
params.type = 'add' case 'search':
this.$nextTick(() => { this.getList();
this.$refs.energyQuantityManualAdd.init(params) break;
}) case 'add':
break this.addOrEditTitle = '新增';
default: this.centervisible = true;
this.$modal.confirm('是否确认导出').then(() => { let params = {};
return energyQuantityManualExport({ energyTypeId: this.queryParams.energyTypeId, recordTime: this.queryParams.recordTime }); params.type = 'add';
}).then(response => { this.$nextTick(() => {
this.$download.excel(response, '能源报表.xls'); this.$refs.energyQuantityManualAdd.init(params);
}).catch(() => { }) });
} break;
}, default:
/** 查询列表 */ this.$modal
getList() { .confirm('是否确认导出')
energyQuantityManualPage(this.queryParams).then(response => { .then(() => {
let arr = response.data.list || [] return energyQuantityManualExport({
arr && arr.map(item => { energyTypeId: this.queryParams.energyTypeId,
item.amount = item.amount ? (!isNaN(parseFloat(item.amount)) && isFinite(item.amount) ? item.amount.toFixed(2) : '') : '' recordTime: this.queryParams.recordTime,
}) });
this.list = arr })
this.total = response.data.total; .then((response) => {
this.exportList = [] this.$download.excel(response, '能源报表.xls');
}); })
}, .catch(() => {});
getTypeList() { }
getEnergyTypeListAll().then((res) => { },
this.formConfig[0].selectOptions = res.data || [] /** 查询列表 */
this.energyTypeList = res.data || [] getList() {
}) energyQuantityManualPage(this.queryParams).then((response) => {
}, let arr = response.data.list || [];
selectChange(val) { arr &&
console.log(val) arr.map((item) => {
this.exportList = val item.amount = item.amount
}, ? !isNaN(parseFloat(item.amount)) && isFinite(item.amount)
handleClick(val) { ? item.amount.toFixed(2)
console.log(val) : ''
switch (val.type) { : '';
case 'edit': this.getDictDatas('energy_type').map((subItem) => {
this.addOrEditTitle = '编辑' if (item.energyType === subItem.value) {
this.centervisible = true item.energyTypeLabel = subItem.label;
let paramA = {} }
paramA.type = 'edit' });
paramA.id = val.data.id });
this.$nextTick(() => { this.list = arr;
this.$refs.energyQuantityManualAdd.init(paramA) this.total = response.data.total;
}) this.exportList = [];
break });
case 'meterReading': },
this.addOrEditTitle = '新增' getTypeList() {
this.centervisible = true getEnergyTypeListAll().then((res) => {
let paramB = {} this.formConfig[0].selectOptions = res.data || [];
paramB.type = 'meterReading' this.energyTypeList = res.data || [];
paramB.energyTypeId = val.data.energyTypeId });
paramB.tableName = val.data.tableName },
this.$nextTick(() => { selectChange(val) {
this.$refs.energyQuantityManualAdd.init(paramB) console.log(val);
}) this.exportList = val;
break },
default: handleClick(val) {
this.handleDelete(val.data) console.log(val);
} switch (val.type) {
}, case 'edit':
// this.addOrEditTitle = '编辑';
handleCancel() { this.centervisible = true;
this.$refs.energyQuantityManualAdd.formClear() let paramA = {};
this.centervisible = false paramA.type = 'edit';
this.addOrEditTitle = '' paramA.id = val.data.id;
}, this.$nextTick(() => {
handleConfirm() { this.$refs.energyQuantityManualAdd.init(paramA);
this.$refs.energyQuantityManualAdd.submitForm() });
}, break;
successSubmit() { case 'meterReading':
this.handleCancel() this.addOrEditTitle = '新增';
this.getList() this.centervisible = true;
}, let paramB = {};
/** 删除按钮操作 */ paramB.type = 'meterReading';
handleDelete(row) { paramB.energyTypeId = val.data.energyTypeId;
console.log(row.id) paramB.tableName = val.data.tableName;
this.$modal.confirm('是否确认删除能源类型为"' + row.energyType + '"的数据项?').then(function () { this.$nextTick(() => {
return energyQuantityManualDelete({ id: row.id }); this.$refs.energyQuantityManualAdd.init(paramB);
}).then(() => { });
this.queryParams.pageNo = 1; break;
this.getList(); default:
this.$modal.msgSuccess("删除成功"); this.handleDelete(val.data);
}).catch(() => { }); }
} },
} //
handleCancel() {
this.$refs.energyQuantityManualAdd.formClear();
this.centervisible = false;
this.addOrEditTitle = '';
},
handleConfirm() {
this.$refs.energyQuantityManualAdd.submitForm();
},
successSubmit() {
this.handleCancel();
this.getList();
},
/** 删除按钮操作 */
handleDelete(row) {
console.log(row.id);
this.$modal
.confirm('是否确认删除能源类型为"' + row.energyTypeLabel + '"的数据项?')
.then(function () {
return energyQuantityManualDelete({ id: row.id });
})
.then(() => {
this.queryParams.pageNo = 1;
this.getList();
this.$modal.msgSuccess('删除成功');
})
.catch(() => {});
},
},
}; };
</script> </script>

View File

@ -1,220 +1,254 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> :formConfigs="formConfig"
<!-- 列表 --> ref="searchBarForm"
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" @headBtnClick="buttonClick" />
:selectWidth="55" :max-height="tableH" @selection-change="selectChange" /> <!-- 列表 -->
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" <base-table
@pagination="getList" /> :page="queryParams.pageNo"
</div> :limit="queryParams.pageSize"
:table-props="tableProps"
:table-data="list"
:selectWidth="55"
:max-height="tableH"
@selection-change="selectChange" />
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
</div>
</template> </template>
<script> <script>
import { getEnergyQuantityRealtimePage } from "@/api/base/energyQuantityRealtime" import { getEnergyQuantityRealtimePage } from '@/api/base/energyQuantityRealtime';
import { getEnergyTypeListAll } from "@/api/base/energyType" import { getEnergyTypeListAll } from '@/api/base/energyType';
// import { publicFormatter } from '@/utils/dict' // import { publicFormatter } from '@/utils/dict';
import FileSaver from "file-saver" import FileSaver from 'file-saver';
import * as XLSX from 'xlsx/xlsx.mjs' import * as XLSX from 'xlsx/xlsx.mjs';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '统计对象', label: '统计对象',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码', label: '对象编码',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'energyTypeName', prop: 'energyTypeLabel',
label: '能源类型', label: '能源类型',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'startValue', prop: 'startValue',
label: '初始值' label: '初始值',
}, },
{ {
prop: 'endValue', prop: 'endValue',
label: '当前值' label: '当前值',
}, },
{ {
prop: 'diffValue', prop: 'diffValue',
label: '差值' label: '差值',
}, },
{ {
prop: 'amount', prop: 'amount',
label: '金额' label: '金额',
} },
] ];
export default { export default {
name: "EnergyQuantityRealtime", name: 'EnergyQuantityRealtime',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '能源类型', type: 'select',
selectOptions: [], label: '能源类型',
param: 'energyTypeId', labelField: 'labelName',
filterable: true selectOptions: [],
}, param: 'energyTypeId',
{ filterable: true,
type: 'datePicker', },
label: '时间', {
dateType: 'datetimerange', type: 'datePicker',
format: 'yyyy-MM-dd HH:mm:ss', label: '时间',
valueFormat: "timestamp", dateType: 'datetimerange',
rangeSeparator: '-', format: 'yyyy-MM-dd HH:mm:ss',
startPlaceholder: '开始时间', valueFormat: 'timestamp',
endPlaceholder: '结束时间', rangeSeparator: '-',
param: 'timeVal', startPlaceholder: '开始时间',
defaultSelect: [], endPlaceholder: '结束时间',
width: 350 param: 'timeVal',
}, defaultSelect: [],
{ width: 350,
type: 'button', },
btnName: '查询', {
name: 'search', type: 'button',
color: 'primary' btnName: '查询',
}, name: 'search',
{ color: 'primary',
type: 'separate' },
}, {
{ type: 'separate',
type: this.$auth.hasPermi('base:energy-quantity-realtime:export') ? 'button' : '', },
btnName: '导出', {
name: 'export', type: this.$auth.hasPermi('base:energy-quantity-realtime:export')
color: 'primary', ? 'button'
plain: true : '',
} btnName: '导出',
], name: 'export',
tableProps, color: 'primary',
tableH: this.tableHeight(260), plain: true,
// },
total: 0, ],
// tableProps,
list: [], //
// total: 0,
queryParams: { //
pageNo: 1, list: [],
pageSize: 20, //
energyTypeId: '', queryParams: {
startTime: null, pageNo: 1,
endTime: null pageSize: 20,
}, energyTypeId: '',
energyTypeList: [], startTime: null,
exportList: [] endTime: null,
}; },
}, energyTypeList: [],
created() { exportList: [],
window.addEventListener('resize', () => { };
this.tableH = this.tableHeight(260) },
}) created() {
if (location.href.indexOf('?') > 0) { if (location.href.indexOf('?') > 0) {
let arr = location.href.split('?')[1].split('&') let arr = location.href.split('?')[1].split('&');
this.formConfig[1].defaultSelect = [arr[0].split('=')[1], arr[1].split('=')[1]] this.formConfig[1].defaultSelect = [
} else { arr[0].split('=')[1],
this.formConfig[1].defaultSelect = [Date.now() - 7 * 24 * 3600000, Date.now()] arr[1].split('=')[1],
} ];
this.queryParams.startTime = this.formConfig[1].defaultSelect[0] } else {
this.queryParams.endTime = this.formConfig[1].defaultSelect[1] this.formConfig[1].defaultSelect = [
this.getList(); Date.now() - 7 * 24 * 3600000,
this.getTypeList() Date.now(),
}, ];
watch: { }
$route: 'initData' this.queryParams.startTime = this.formConfig[1].defaultSelect[0];
}, this.queryParams.endTime = this.formConfig[1].defaultSelect[1];
methods: { this.getList();
initData(to) { this.getTypeList();
if (to.name === 'EnergyQuantityRealtime') { },
if (location.href.indexOf('?') > 0) { watch: {
let arr = location.href.split('?')[1].split('&') $route: 'initData',
this.formConfig[1].defaultSelect = [arr[0].split('=')[1], arr[1].split('=')[1]] },
} else { methods: {
this.formConfig[1].defaultSelect = [Date.now() - 7 * 24 * 3600000, Date.now()] initData(to) {
} if (to.name === 'EnergyQuantityRealtime') {
this.queryParams.startTime = this.formConfig[1].defaultSelect[0] if (location.href.indexOf('?') > 0) {
this.queryParams.endTime = this.formConfig[1].defaultSelect[1] let arr = location.href.split('?')[1].split('&');
this.getList() this.formConfig[1].defaultSelect = [
} arr[0].split('=')[1],
}, arr[1].split('=')[1],
buttonClick(val) { ];
this.queryParams.pageNo = 1; } else {
this.queryParams.energyTypeId = val.energyTypeId this.formConfig[1].defaultSelect = [
this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null Date.now() - 7 * 24 * 3600000,
this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null Date.now(),
switch (val.btnName) { ];
case 'search': }
this.getList() this.queryParams.startTime = this.formConfig[1].defaultSelect[0];
break this.queryParams.endTime = this.formConfig[1].defaultSelect[1];
default: this.getList();
this.exportTable() }
} },
}, buttonClick(val) {
/** 查询列表 */ this.queryParams.pageNo = 1;
getList() { this.queryParams.energyTypeId = val.energyTypeId;
getEnergyQuantityRealtimePage(this.queryParams).then(response => { this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null;
let arr = response.data.list || [] this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null;
arr && arr.map(item => { switch (val.btnName) {
item.amount = item.amount ? (!isNaN(parseFloat(item.amount)) && isFinite(item.amount) ? item.amount.toFixed(2) : '') : '' case 'search':
}) this.getList();
this.list = arr break;
this.total = response.data.total; default:
this.exportList = [] this.exportTable();
}); }
}, },
getTypeList() { /** 查询列表 */
getEnergyTypeListAll().then((res) => { getList() {
this.formConfig[0].selectOptions = res.data || [] getEnergyQuantityRealtimePage(this.queryParams).then((response) => {
this.energyTypeList = res.data || [] let arr = response.data.list || [];
}) arr &&
}, arr.map((item) => {
selectChange(val) { item.amount = item.amount
console.log(val) ? !isNaN(parseFloat(item.amount)) && isFinite(item.amount)
this.exportList = val ? item.amount.toFixed(2)
}, : ''
// : '';
exportTable() { this.getDictDatas('energy_type').map((subItem) => {
if (this.exportList.length > 0) { if (item.energyTypeName === subItem.value) {
let body = this.exportList.map((x) => [ item.energyTypeLabel = subItem.label;
x.objName, }
x.objCode, });
x.energyTypeName, });
x.startValue, this.list = arr;
x.endValue, this.total = response.data.total;
x.diffValue, this.exportList = [];
x.amount });
]) },
let header = [] getTypeList() {
this.tableProps.map((y) => { getEnergyTypeListAll().then((res) => {
header.push(y.label) this.formConfig[0].selectOptions = res.data || [];
}) this.energyTypeList = res.data || [];
body.unshift(header) });
console.log(body) },
const filename = '能源抄表.xlsx' selectChange(val) {
const ws_name = 'Sheet1' console.log(val);
const wb = XLSX.utils.book_new() this.exportList = val;
const ws = XLSX.utils.aoa_to_sheet(body) },
XLSX.utils.book_append_sheet(wb, ws, ws_name) //
let wbout = XLSX.write(wb, { exportTable() {
bookType: 'xlsx', if (this.exportList.length > 0) {
bookSST: false, let body = this.exportList.map((x) => [
type: 'array' x.objName,
}) x.objCode,
FileSaver.saveAs( x.energyTypeLabel,
new Blob([wbout], { x.startValue,
type: 'application/octet-stream' x.endValue,
}), x.diffValue,
filename x.amount,
) ]);
} else { let header = [];
this.$modal.msgWarning('请勾选需要导出的数据') this.tableProps.map((y) => {
} header.push(y.label);
} });
} body.unshift(header);
console.log(body);
const filename = '能源抄表.xlsx';
const ws_name = 'Sheet1';
const wb = XLSX.utils.book_new();
const ws = XLSX.utils.aoa_to_sheet(body);
XLSX.utils.book_append_sheet(wb, ws, ws_name);
let wbout = XLSX.write(wb, {
bookType: 'xlsx',
bookSST: false,
type: 'array',
});
FileSaver.saveAs(
new Blob([wbout], {
type: 'application/octet-stream',
}),
filename
);
} else {
this.$modal.msgWarning('请勾选需要导出的数据');
}
},
},
}; };
</script> </script>

View File

@ -40,6 +40,7 @@ import { getEnergyTypePage, deleteEnergyType } from '@/api/base/energyType';
import { publicFormatter } from '@/utils/dict'; import { publicFormatter } from '@/utils/dict';
import InnerTable from './components/InnerTable'; import InnerTable from './components/InnerTable';
import EnergyTypeAdd from './components/energyTypeAdd'; import EnergyTypeAdd from './components/energyTypeAdd';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'code', prop: 'code',
@ -48,9 +49,8 @@ const tableProps = [
minWidth: 150, minWidth: 150,
}, },
{ {
prop: 'name', prop: 'energyTypeLabel',
label: '能源类型', label: '能源类型',
filter: publicFormatter('energy_type'),
}, },
{ {
prop: 'unit', prop: 'unit',
@ -70,6 +70,7 @@ const tableProps = [
export default { export default {
name: 'EnergyType', name: 'EnergyType',
components: { EnergyTypeAdd }, components: { EnergyTypeAdd },
mixins: [tableHeightMixin],
data() { data() {
return { return {
formConfig: [ formConfig: [
@ -96,7 +97,7 @@ export default {
} }
: undefined, : undefined,
].filter((v) => v), ].filter((v) => v),
tableH: this.tableHeight(220), heightNum: 220,
pricingMethodList: [ pricingMethodList: [
{ value: 0, label: '分时间段计价' }, { value: 0, label: '分时间段计价' },
{ value: 1, label: '分使用量计价' }, { value: 1, label: '分使用量计价' },
@ -118,9 +119,6 @@ export default {
}; };
}, },
created() { created() {
window.addEventListener('resize', () => {
this.tableH = this.tableHeight(220);
});
this.getList(); this.getList();
}, },
methods: { methods: {
@ -142,6 +140,11 @@ export default {
item.pricingMethod = i.label; item.pricingMethod = i.label;
} }
}); });
this.getDictDatas('energy_type').map((subItem) => {
if (item.name === subItem.value) {
item.energyTypeLabel = subItem.label;
}
});
}); });
this.list = arr; this.list = arr;
this.total = response.data.total; this.total = response.data.total;
@ -174,8 +177,9 @@ export default {
}, },
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
console.log(row);
this.$modal this.$modal
.confirm('是否确认删除能源类型为"' + row.name + '"的数据项?') .confirm('是否确认删除能源类型为"' + row.energyTypeLabel + '"的数据项?')
.then(function () { .then(function () {
return deleteEnergyType(row.id); return deleteEnergyType(row.id);
}) })

View File

@ -0,0 +1,76 @@
<template>
<el-form
ref="form"
label-width="100px"
:model="form">
<el-form-item
label="能源类型"
prop="energyType">
<el-input v-model="form.energyType"></el-input>
</el-form-item>
<el-form-item
label="能源表名"
prop="tableIds">
<el-select
v-model="form.tableIds"
placeholder="请选择"
style="width: 100%"
:multiple="true"
filterable>
<el-option
v-for="dict in getDictDatas('table_name')"
:key="dict.id"
:label="dict.label"
:value="dict.id" />
</el-select>
</el-form-item>
</el-form>
</template>
<script>
import {
energyTableGet,
energyTableUpdate,
} from '@/api/base/energyQuantityManual';
export default {
name: 'TableNameConfigUpdate',
data() {
return {
form: {
energyType: '',
energyTypeId: '',
tableIds: [],
},
};
},
methods: {
init(id) {
energyTableGet({ energyTypeId: id }).then((res) => {
this.form.energyType = res.data.energyType || '';
this.form.energyTypeId = res.data.energyTypeId || '';
this.form.tableIds =
res.data.tableObjs &&
res.data.tableObjs.map((item) => {
return item.id;
});
});
},
submitForm() {
this.$refs['form'].validate((valid) => {
//
energyTableUpdate({ ...this.form }).then((res) => {
if (res.code === 0) {
this.$modal.msgSuccess('操作成功');
this.$emit('successSubmit');
}
});
});
},
formClear() {
this.form.energyType = '';
this.form.energyTypeId = '';
this.form.tableIds = [];
this.isEdit = false;
},
},
};
</script>

View File

@ -0,0 +1,108 @@
<template>
<div class="app-container">
<!-- 列表 -->
<base-table
:page="queryParams.pageNo"
:limit="queryParams.pageSize"
:table-props="tableProps"
:table-data="list"
:max-height="tableH">
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="80"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<!-- 新增 -->
<base-dialog
dialogTitle="编辑"
:dialogVisible="centervisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel">
<table-name-config-update
ref="tableNameConfigU"
@successSubmit="successSubmit" />
</base-dialog>
</div>
</template>
<script>
import { energyTablePage } from '@/api/base/energyQuantityManual';
import { publicFormatter } from '@/utils/dict';
import tableNameConfigUpdate from './components/tableNameConfigUpdate.vue';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [
{
prop: 'energyType',
label: '能源类型',
width: 200,
filter: publicFormatter('energy_type'),
},
{
prop: 'tableName',
label: '能源表名',
},
];
export default {
name: 'TableNameConfig',
components: { tableNameConfigUpdate },
data() {
return {
tableProps,
tableBtn: [
this.$auth.hasPermi('base:table-name-config:edit')
? {
type: 'edit',
btnName: '编辑',
}
: undefined,
].filter((v) => v),
list: [],
queryParams: {
pageNo: 1,
pageSize: 100,
},
heightNum: 165,
centervisible: false,
};
},
mixins: [tableHeightMixin],
created() {
this.getList();
},
methods: {
getList() {
energyTablePage({ ...this.queryParams }).then((res) => {
let temp = res.data.list || [];
this.list = temp.map((item) => {
return {
energyType: item.energyType,
energyTypeId: item.energyTypeId,
tableName: item.tables.join('、'),
};
});
});
},
handleClick(val) {
console.log('编辑');
this.centervisible = true;
this.$nextTick(() => {
this.$refs.tableNameConfigU.init(val.data.energyTypeId);
});
},
handleCancel() {
this.$refs.tableNameConfigU.formClear();
this.centervisible = false;
},
handleConfirm() {
this.$refs.tableNameConfigU.submitForm();
},
successSubmit() {
this.handleCancel();
this.getList();
},
},
};
</script>

View File

@ -33,11 +33,28 @@
v-model="objIds" v-model="objIds"
:options="objList" :options="objList"
:props="{ checkStrictly: true, value: 'id', label: 'name' }" :props="{ checkStrictly: true, value: 'id', label: 'name' }"
popper-class="cascaderParent"
@change="selectObj" @change="selectObj"
clearable></el-cascader> clearable></el-cascader>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12">
<el-form-item
label="监控能源类型"
prop="energyTypeId">
<el-select
v-model="form.energyTypeId"
placeholder="请选择"
style="width: 100%"
filterable
@change="toggleType">
<el-option
v-for="item in this.energyTypeList"
:key="item.id"
:label="item.labelName"
:value="item.id"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col <el-col
:span="12" :span="12"
v-if="form.method == 2"> v-if="form.method == 2">
@ -56,24 +73,6 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12">
<el-form-item
label="监控能源类型"
prop="energyTypeId">
<el-select
v-model="form.energyTypeId"
placeholder="请选择"
style="width: 100%"
filterable
@change="toggleType">
<el-option
v-for="item in this.energyTypeList"
:key="item.id"
:label="item.name"
:value="item.id"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col <el-col
:span="12" :span="12"
v-if="form.method == 1"> v-if="form.method == 1">
@ -183,6 +182,7 @@ export default {
limitType: '', limitType: '',
minValue: 0, minValue: 0,
maxValue: 0, maxValue: 0,
tableName: '',
}, },
objIds: [], // objIds: [], //
isEdit: false, // isEdit: false, //
@ -215,6 +215,9 @@ export default {
if (res.code === 0) { if (res.code === 0) {
this.form = res.data; this.form = res.data;
this.form.plcParamId = res.data.plcParamId || ''; this.form.plcParamId = res.data.plcParamId || '';
this.form.tableName = this.form.tableName
? this.form.tableName + ''
: '';
this.form.method = this.form.method ? this.form.method + '' : ''; this.form.method = this.form.method ? this.form.method + '' : '';
this.form.limitType = this.form.limitType this.form.limitType = this.form.limitType
? this.form.limitType + '' ? this.form.limitType + ''
@ -295,7 +298,7 @@ export default {
}, },
selectObj(val) { selectObj(val) {
this.form.objectId = val[val.length - 1]; this.form.objectId = val[val.length - 1];
this.form.objectType = val.length - 1; this.form.objectType = val.length;
if (this.form.energyTypeId && this.form.type) { if (this.form.energyTypeId && this.form.type) {
this.getDetailList(); this.getDetailList();
this.form.plcParamId = ''; this.form.plcParamId = '';
@ -353,8 +356,3 @@ export default {
}, },
}; };
</script> </script>
<style>
.cascaderParent .el-cascader-panel .el-scrollbar:first-child .el-radio {
display: none;
}
</style>

View File

@ -48,9 +48,10 @@ import {
deleteEnergyLimit, deleteEnergyLimit,
} from '@/api/monitoring/energyLimit'; } from '@/api/monitoring/energyLimit';
import { getEnergyTypeListAll } from '@/api/base/energyType'; import { getEnergyTypeListAll } from '@/api/base/energyType';
import { getTree } from '@/api/base/factory'; import { getTree } from '@/api/analysis/energyAnalysis';
import { publicFormatter } from '@/utils/dict'; import { publicFormatter } from '@/utils/dict';
import EnergyLimitAdd from './components/energyLimitAdd'; import EnergyLimitAdd from './components/energyLimitAdd';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'method', prop: 'method',
@ -60,20 +61,27 @@ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '监控对象', label: '监控对象',
minWidth: 100,
showOverflowtooltip: true,
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码', label: '对象编码',
minWidth: 140,
showOverflowtooltip: true,
}, },
{ {
prop: 'tableName', prop: 'tableName',
label: '能源表名', label: '能源表名',
filter: publicFormatter('table_name'), filter: publicFormatter('table_name'),
minWidth: 120,
showOverflowtooltip: true,
}, },
{ {
prop: 'energyType', prop: 'energyType',
label: '能源类型', label: '能源类型',
filter: publicFormatter('energy_type'), filter: publicFormatter('energy_type'),
showOverflowtooltip: true,
}, },
{ {
prop: 'type', prop: 'type',
@ -97,6 +105,7 @@ const tableProps = [
export default { export default {
name: 'EnergyLimit', name: 'EnergyLimit',
components: { EnergyLimitAdd }, components: { EnergyLimitAdd },
mixins: [tableHeightMixin],
data() { data() {
return { return {
formConfig: [ formConfig: [
@ -104,6 +113,7 @@ export default {
type: 'select', type: 'select',
label: '能源类型', label: '能源类型',
selectOptions: [], selectOptions: [],
labelField: 'labelName',
param: 'energyTypeId', param: 'energyTypeId',
}, },
{ {
@ -148,7 +158,6 @@ export default {
} }
: undefined, : undefined,
].filter((v) => v), ].filter((v) => v),
tableH: this.tableHeight(260),
// //
total: 0, total: 0,
// //
@ -173,9 +182,6 @@ export default {
}; };
}, },
created() { created() {
window.addEventListener('resize', () => {
this.tableH = this.tableHeight(260);
});
this.getList(); this.getList();
this.getTypeList(); this.getTypeList();
// //

View File

@ -1,248 +1,270 @@
<template> <template>
<div class="app-container energyOverlimitLog"> <div class="app-container energyOverlimitLog">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> :formConfigs="formConfig"
<el-tabs v-model="activeName" @tab-click="toggleTab"> ref="searchBarForm"
<el-tab-pane label="自动抄表" name="auto"></el-tab-pane> @headBtnClick="buttonClick" />
<el-tab-pane label="手动抄表" name="manual"></el-tab-pane> <el-tabs
</el-tabs> v-model="activeName"
<!-- 列表 --> @tab-click="toggleTab">
<div v-if="activeName === 'auto'"> <el-tab-pane
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" label="自动抄表"
:max-height="tableH" /> name="auto"></el-tab-pane>
</div> <el-tab-pane
<div v-if="activeName === 'manual'"> label="手动抄表"
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps2" name="manual"></el-tab-pane>
:table-data="list2" :max-height="tableH" /> </el-tabs>
</div> <!-- 列表 -->
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" <div v-if="activeName === 'auto'">
@pagination="getList" /> <base-table
</div> :page="queryParams.pageNo"
:limit="queryParams.pageSize"
:table-props="tableProps"
:table-data="list"
:max-height="tableH" />
</div>
<div v-if="activeName === 'manual'">
<base-table
:page="queryParams.pageNo"
:limit="queryParams.pageSize"
:table-props="tableProps2"
:table-data="list2"
:max-height="tableH" />
</div>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
</div>
</template> </template>
<script> <script>
import { getEnergyOverlimitLogPage } from "@/api/monitoring/energyOverlimitLog"; import { getEnergyOverlimitLogPage } from '@/api/monitoring/energyOverlimitLog';
import { getEnergyTypeListAll } from "@/api/base/energyType"; import { getEnergyTypeListAll } from '@/api/base/energyType';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '监控对象' label: '监控对象',
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码' label: '对象编码',
}, },
{ {
prop: 'energyType', prop: 'energyType',
label: '能源类型' label: '能源类型',
}, filter: publicFormatter('energy_type'),
{ },
prop: 'type', {
label: '监控模式' prop: 'type',
}, label: '监控模式',
{ },
prop: 'paramName', {
label: '监控参数' prop: 'paramName',
}, label: '监控参数',
{ },
prop: 'limitType', {
label: '指标类型', prop: 'limitType',
filter: publicFormatter('monitor_index_type') label: '指标类型',
}, filter: publicFormatter('monitor_index_type'),
{ },
prop: 'realityValue', {
label: '实际值' prop: 'realityValue',
}, label: '实际值',
{ },
prop: 'limitValue', {
label: '阈值' prop: 'limitValue',
}, label: '阈值',
{ },
prop: 'overValue', {
label: '超出值' prop: 'overValue',
}, label: '超出值',
{ },
prop: 'time', {
label: '提醒时间', prop: 'time',
filter: parseTime, label: '提醒时间',
minWidth: 160 filter: parseTime,
} minWidth: 160,
] },
];
const tableProps2 = [ const tableProps2 = [
{ {
prop: 'energyType', prop: 'energyType',
label: '能源类型' label: '能源类型',
}, filter: publicFormatter('energy_type'),
{ },
prop: 'limitType', {
label: '指标类型', prop: 'limitType',
filter: publicFormatter('monitor_index_type') label: '指标类型',
}, filter: publicFormatter('monitor_index_type'),
{ },
prop: 'realityValue', {
label: '实际值' prop: 'realityValue',
}, label: '实际值',
{ },
prop: 'limitValue', {
label: '阈值' prop: 'limitValue',
}, label: '阈值',
{ },
prop: 'overValue', {
label: '超出值' prop: 'overValue',
}, label: '超出值',
{ },
prop: 'time', {
label: '提醒时间', prop: 'time',
filter: parseTime, label: '提醒时间',
minWidth: 160 filter: parseTime,
} minWidth: 160,
] },
];
export default { export default {
name: "EnergyOverlimitLog", name: 'EnergyOverlimitLog',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '能源类型', type: 'select',
selectOptions: [], label: '能源类型',
param: 'energyTypeId' labelField: 'labelName',
}, selectOptions: [],
{ param: 'energyTypeId',
type: 'select', },
label: '指标类型', {
selectOptions: this.getDictDatas(this.DICT_TYPE.MONITOR_INDEX_TYPE), type: 'select',
labelField: 'label', label: '指标类型',
valueField: 'value', selectOptions: this.getDictDatas(this.DICT_TYPE.MONITOR_INDEX_TYPE),
param: 'indexType' labelField: 'label',
}, valueField: 'value',
{ param: 'indexType',
type: 'button', },
btnName: '查询', {
name: 'search', type: 'button',
color: 'primary' btnName: '查询',
} name: 'search',
], color: 'primary',
activeName: 'auto', },
tableProps, ],
tableProps2, activeName: 'auto',
tableH: this.tableHeight(260), tableProps,
total: 0, tableProps2,
list: [], total: 0,
list2: [], list: [],
// list2: [],
queryParams: { heightNum: 300,
pageNo: 1, //
pageSize: 20, queryParams: {
energyTypeId: '', pageNo: 1,
indexType: '', pageSize: 20,
method: '1' energyTypeId: '',
}, indexType: '',
typeList: [ method: '1',
{ id: 1, name: '合并' }, },
{ id: 2, name: '详细' } typeList: [
] { id: 1, name: '合并' },
}; { id: 2, name: '详细' },
}, ],
created() { };
window.addEventListener('resize', () => { },
this.tableH = this.tableHeight(260) created() {
}) this.getList();
this.getList(); this.getTypeList();
this.getTypeList() },
}, methods: {
methods: { buttonClick(val) {
buttonClick(val) { this.queryParams.pageNo = 1;
this.queryParams.pageNo = 1; this.queryParams.energyTypeId = val.energyTypeId;
this.queryParams.energyTypeId = val.energyTypeId this.queryParams.indexType = val.indexType;
this.queryParams.indexType = val.indexType this.getList();
this.getList() },
}, /** 查询列表 */
/** 查询列表 */ getList() {
getList() { getEnergyOverlimitLogPage(this.queryParams).then((response) => {
getEnergyOverlimitLogPage(this.queryParams).then(response => { let arr = response.data.list || [];
let arr = response.data.list || []; arr &&
arr && arr.map((item) => { arr.map((item) => {
this.typeList.map((i) => { this.typeList.map((i) => {
if (item.type === i.id) { if (item.type === i.id) {
item.type = i.name item.type = i.name;
} }
}) });
if (item.minValue && item.maxValue) { if (item.minValue && item.maxValue) {
item.limitValue = item.minValue + '-' + item.maxValue item.limitValue = item.minValue + '-' + item.maxValue;
} else if (item.minValue) { } else if (item.minValue) {
item.limitValue = '最小值' + item.minValue item.limitValue = '最小值' + item.minValue;
} else if (item.maxValue) { } else if (item.maxValue) {
item.limitValue = '最大值' + item.maxValue item.limitValue = '最大值' + item.maxValue;
} else { } else {
item.limitValue = '' item.limitValue = '';
} }
}) });
if (this.queryParams.method === '1') { if (this.queryParams.method === '1') {
this.list = arr this.list = arr;
this.list2 = [] this.list2 = [];
} else { } else {
this.list2 = arr this.list2 = arr;
this.list1 = [] this.list1 = [];
} }
this.total = response.data.total; this.total = response.data.total;
}); });
}, },
getTypeList() { getTypeList() {
getEnergyTypeListAll().then((res) => { getEnergyTypeListAll().then((res) => {
console.log(res) console.log(res);
this.formConfig[0].selectOptions = res.data || [] this.formConfig[0].selectOptions = res.data || [];
}) });
}, },
toggleTab() { toggleTab() {
if (this.activeName === 'auto') { if (this.activeName === 'auto') {
this.queryParams.method = '1' this.queryParams.method = '1';
} else { } else {
this.queryParams.method = '2' this.queryParams.method = '2';
} }
this.queryParams.pageNo = 1 this.queryParams.pageNo = 1;
this.getList() this.getList();
} },
} },
}; };
</script> </script>
<style lang='scss'> <style lang='scss'>
.energyOverlimitLog { .energyOverlimitLog {
.el-tabs__nav::after { .el-tabs__nav::after {
content: ""; content: '';
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 2px; height: 2px;
background-color: #e4e7ed; background-color: #e4e7ed;
} }
.el-tabs__nav-wrap::after { .el-tabs__nav-wrap::after {
width: 0; width: 0;
} }
.el-tabs__item { .el-tabs__item {
padding: 0 10px; padding: 0 10px;
} }
.el-tabs__item:hover { .el-tabs__item:hover {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
.el-tabs__item.is-active { .el-tabs__item.is-active {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
.el-tabs__item { .el-tabs__item {
color: rgba(0, 0, 0, 0.45); color: rgba(0, 0, 0, 0.45);
} }
.searchBarBox { .searchBarBox {
margin-bottom: 0; margin-bottom: 0;
} }
} }
</style> </style>

View File

@ -56,6 +56,7 @@ const tableProps = [
{ {
prop: 'energyType', prop: 'energyType',
label: '能源类型', label: '能源类型',
filter: publicFormatter('energy_type'),
}, },
{ {
prop: 'startNum', prop: 'startNum',
@ -71,7 +72,7 @@ const tableProps = [
}, },
]; ];
export default { export default {
name: 'EnergyLimit', name: 'EnergyReport',
data() { data() {
return { return {
isFold: false, isFold: false,
@ -79,6 +80,7 @@ export default {
{ {
type: 'select', type: 'select',
label: '能源类型', label: '能源类型',
labelField: 'labelName',
selectOptions: [], selectOptions: [],
param: 'energyTypeId', param: 'energyTypeId',
filterable: true, filterable: true,
@ -179,7 +181,7 @@ export default {
return energyReportPageExportAuto({ ...this.queryParams }); return energyReportPageExportAuto({ ...this.queryParams });
}) })
.then((response) => { .then((response) => {
this.$download.excel(response, '能统计报表.xls'); this.$download.excel(response, '能统计报表.xls');
}) })
.catch(() => {}); .catch(() => {});
} }

View File

@ -1,161 +1,171 @@
<template> <template>
<div class="app-container" id='energyReportSearchBox'> <div
class="app-container"
<!-- 搜索工作栏 --> id="energyReportSearchBox">
<search-bar <!-- 搜索工作栏 -->
:formConfigs="formConfig" <search-bar
ref="searchBarForm" :formConfigs="formConfig"
:isFold="isFold" ref="searchBarForm"
@headBtnClick="buttonClick" :isFold="isFold"
/> @headBtnClick="buttonClick" />
<!-- 列表 --> <!-- 列表 -->
<base-table <base-table
:page="queryParams.pageNo" :page="queryParams.pageNo"
:limit="queryParams.pageSize" :limit="queryParams.pageSize"
:table-props="tableProps" :table-props="tableProps"
:table-data="list" :table-data="list"
:max-height="tableH" :max-height="tableH" />
/> <pagination
<pagination :page.sync="queryParams.pageNo"
:page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize"
:limit.sync="queryParams.pageSize" :total="total"
:total="total" @pagination="getList" />
@pagination="getList" </div>
/>
</div>
</template> </template>
<script> <script>
import { energyReportPage, energyReportPageExport } from "@/api/monitoring/energyReport"; import {
import { getEnergyTypeListAll } from "@/api/base/energyType" energyReportPage,
energyReportPageExport,
} from '@/api/monitoring/energyReport';
import { publicFormatter } from '@/utils/dict';
import { getEnergyTypeListAll } from '@/api/base/energyType';
const tableProps = [ const tableProps = [
{ {
prop: 'statisticName', prop: 'statisticName',
label: '统计方案' label: '统计方案',
}, },
{ {
prop: 'energyType', prop: 'energyType',
label: '能源类型' label: '能源类型',
}, filter: publicFormatter('energy_type'),
{ },
prop: 'startValue', {
label: '抄表数(起始)' prop: 'startValue',
}, label: '抄表数(起始)',
{ },
prop: 'endValue', {
label: '抄表数(结束)' prop: 'endValue',
}, label: '抄表数(结束)',
{ },
prop: 'diffValue', {
label: '消耗量' prop: 'diffValue',
} label: '消耗量',
] },
];
export default { export default {
name: "EnergyReportSearch", name: 'EnergyReportSearch',
data() { data() {
return { return {
isFold: false, isFold: false,
formConfig: [ formConfig: [
{ {
type: 'input', type: 'input',
label: '统计方案', label: '统计方案',
param: 'statisticName' param: 'statisticName',
}, },
{ {
type: 'select', type: 'select',
label: '能源类型', label: '能源类型',
selectOptions: [], labelField: 'labelName',
param: 'energyTypeId', selectOptions: [],
filterable: true param: 'energyTypeId',
}, filterable: true,
{ },
type: 'datePicker', {
label: '时间', type: 'datePicker',
dateType: 'datetimerange', label: '时间',
format: 'yyyy-MM-dd HH:mm:ss', dateType: 'datetimerange',
valueFormat: "timestamp", format: 'yyyy-MM-dd HH:mm:ss',
rangeSeparator: '-', valueFormat: 'timestamp',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 350, defaultSelect: [],
clearable: false width: 350,
}, clearable: false,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: 'separate' {
}, type: 'separate',
{ },
type: this.$auth.hasPermi('monitoring:energy-report-search:export') ? 'button' : '', {
btnName: '导出', type: this.$auth.hasPermi('monitoring:energy-report-search:export')
name: 'add', ? 'button'
color: 'primary', : '',
plain: true btnName: '导出',
} name: 'add',
], color: 'primary',
tableProps, plain: true,
tableH: this.tableHeight(260), },
// ],
total: 0, tableProps,
// tableH: this.tableHeight(260),
list: [], //
// total: 0,
queryParams: { //
pageNo: 1, list: [],
pageSize: 20, //
statisticName: null, queryParams: {
startTime: null, pageNo: 1,
endTime: null pageSize: 20,
}, statisticName: null,
energyTypeList: [] startTime: null,
}; endTime: null,
}, },
mounted() { energyTypeList: [],
window.addEventListener('resize', () => { };
this.tableH = this.tableHeight(260) },
this.isFold = this.searchBarWidth('energyReportSearchBox', 1180) mounted() {
}) window.addEventListener('resize', () => {
this.getList() this.tableH = this.tableHeight(260);
this.getTypeList() this.isFold = this.searchBarWidth('energyReportSearchBox', 1180);
this.isFold = this.searchBarWidth('energyReportSearchBox', 1180) });
}, this.getList();
methods: { this.getTypeList();
getTypeList() { this.isFold = this.searchBarWidth('energyReportSearchBox', 1180);
getEnergyTypeListAll().then((res) => { },
this.formConfig[1].selectOptions = res.data || [] methods: {
}) getTypeList() {
}, getEnergyTypeListAll().then((res) => {
buttonClick(val) { this.formConfig[1].selectOptions = res.data || [];
switch (val.btnName) { });
case 'search': },
this.queryParams.pageNo = 1 buttonClick(val) {
this.queryParams.statisticName = val.statisticName switch (val.btnName) {
this.queryParams.energyTypeId = val.energyTypeId case 'search':
this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null this.queryParams.pageNo = 1;
this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null this.queryParams.statisticName = val.statisticName;
this.getList() this.queryParams.energyTypeId = val.energyTypeId;
break this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null;
default: this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null;
this.$modal.confirm('是否确认导出').then(() => { this.getList();
return energyReportPageExport({...this.queryParams}); break;
}).then(response => { default:
this.$download.excel(response, '能源统计查询报表.xls'); this.$modal
}).catch(() => {}) .confirm('是否确认导出')
} .then(() => {
}, return energyReportPageExport({ ...this.queryParams });
/** 查询列表 */ })
getList() { .then((response) => {
energyReportPage({...this.queryParams}).then(response => { this.$download.excel(response, '能源统计查询报表.xls');
this.list = response.data.list || []; })
this.total = response.data.total; .catch(() => {});
}); }
} },
} /** 查询列表 */
getList() {
energyReportPage({ ...this.queryParams }).then((response) => {
this.list = response.data.list || [];
this.total = response.data.total;
});
},
},
}; };
</script> </script>

View File

@ -1,128 +1,160 @@
<template> <template>
<el-form ref="form" :rules="rules" label-width="100px" :model="form"> <el-form
<el-row> ref="form"
<el-col :span="12"> :rules="rules"
<el-form-item label="方案名称" prop="name"> label-width="100px"
<el-input v-model="form.name"></el-input> :model="form">
</el-form-item> <el-row>
</el-col> <el-col :span="12">
<el-col :span="12"> <el-form-item
<el-form-item label="方案编码" prop="code"> label="方案名称"
<el-input v-model="form.code" disabled></el-input> prop="name">
</el-form-item> <el-input v-model="form.name"></el-input>
</el-col> </el-form-item>
</el-row> </el-col>
<el-row> <el-col :span="12">
<el-col :span="12"> <el-form-item
<el-form-item label="统计类型" prop="type"> label="方案编码"
<el-select v-model="form.type" placeholder="请选择" style="width: 100%;"> prop="code">
<el-option <el-input
v-for="item in getDictDatas(DICT_TYPE.STATISTIC_TYPE)" v-model="form.code"
:key="item.value" disabled></el-input>
:label="item.label" </el-form-item>
:value="item.value"> </el-col>
</el-option> </el-row>
</el-select> <el-row>
</el-form-item> <el-col :span="12">
</el-col> <el-form-item
<el-col :span="12"> label="统计类型"
<el-form-item label="能源类型" prop="energyTypeId"> prop="type">
<el-select v-model="form.energyTypeId" placeholder="请选择" style="width: 100%;" filterable> <el-select
<el-option v-model="form.type"
v-for="item in energyListType" placeholder="请选择"
:key="item.id" style="width: 100%">
:label="item.name" <el-option
:value="item.id"> v-for="item in getDictDatas(DICT_TYPE.STATISTIC_TYPE)"
</el-option> :key="item.value"
</el-select> :label="item.label"
</el-form-item> :value="item.value"></el-option>
</el-col> </el-select>
</el-row> </el-form-item>
<el-row> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="备注" prop="remark"> <el-form-item
<el-input v-model="form.remark"></el-input> label="能源类型"
</el-form-item> prop="energyTypeId">
</el-col> <el-select
</el-row> v-model="form.energyTypeId"
</el-form> placeholder="请选择"
style="width: 100%"
filterable>
<el-option
v-for="item in energyListType"
:key="item.id"
:label="item.labelName"
:value="item.id"></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item
label="备注"
prop="remark">
<el-input v-model="form.remark"></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</template> </template>
<script> <script>
import { getCode, createEnergyStatistics, updateEnergyStatistics, getEnergyStatistics } from "@/api/monitoring/energyStatistics"; import {
import { getEnergyTypeListAll } from '@/api/base/energyType' getCode,
createEnergyStatistics,
updateEnergyStatistics,
getEnergyStatistics,
} from '@/api/monitoring/energyStatistics';
import { getEnergyTypeListAll } from '@/api/base/energyType';
import { number } from 'echarts'; import { number } from 'echarts';
export default { export default {
name: 'EnergyStatisticsAdd', name: 'EnergyStatisticsAdd',
data() { data() {
return { return {
form: { form: {
id: '', id: '',
name: '', name: '',
code: '', code: '',
type: '', type: '',
energyTypeId: '' energyTypeId: '',
}, },
plcList: [], plcList: [],
objList: [], objList: [],
isEdit: false, // isEdit: false, //
rules: { rules: {
name: [{ required: true, message: '方案名称不能为空', trigger: 'blur' }], name: [
type: [{ required: true, message: '统计类型不能为空', trigger: 'change' }], { required: true, message: '方案名称不能为空', trigger: 'blur' },
energyTypeId: [{ required: true, message: '能源类型不能为空', trigger: 'change' }] ],
}, type: [
energyListType: [], { required: true, message: '统计类型不能为空', trigger: 'change' },
} ],
}, energyTypeId: [
methods: { { required: true, message: '能源类型不能为空', trigger: 'change' },
init(id) { ],
getEnergyTypeListAll().then((res) => { },
this.energyListType = res.data || [] energyListType: [],
}) };
if (id) { },
this.isEdit = true methods: {
this.form.id = id init(id) {
getEnergyStatistics( id ).then((res) => { getEnergyTypeListAll().then((res) => {
if (res.code === 0) { this.energyListType = res.data || [];
this.form = res.data });
this.form.type = this.form.type + '' if (id) {
} this.isEdit = true;
}) this.form.id = id;
} else { getEnergyStatistics(id).then((res) => {
getCode().then((res) => { if (res.code === 0) {
this.form.code = res.data this.form = res.data;
}) this.form.type = this.form.type + '';
this.isEdit = false }
this.form.id = '' });
} } else {
}, getCode().then((res) => {
submitForm() { this.form.code = res.data;
this.$refs['form'].validate((valid) => { });
if (valid) { this.isEdit = false;
if (this.isEdit) { this.form.id = '';
// }
updateEnergyStatistics({...this.form}).then((res) => { },
if (res.code === 0) { submitForm() {
this.$modal.msgSuccess("操作成功"); this.$refs['form'].validate((valid) => {
this.$emit('successSubmit') if (valid) {
} if (this.isEdit) {
}) //
} else { updateEnergyStatistics({ ...this.form }).then((res) => {
createEnergyStatistics({...this.form}).then((res) => { if (res.code === 0) {
if (res.code === 0) { this.$modal.msgSuccess('操作成功');
this.$modal.msgSuccess("操作成功"); this.$emit('successSubmit');
this.$emit('successSubmit') }
} });
}) } else {
} createEnergyStatistics({ ...this.form }).then((res) => {
} else { if (res.code === 0) {
return false this.$modal.msgSuccess('操作成功');
} this.$emit('successSubmit');
}) }
}, });
formClear() { }
this.$refs.form.resetFields() } else {
this.isEdit = false return false;
} }
} });
} },
formClear() {
this.$refs.form.resetFields();
this.isEdit = false;
},
},
};
</script> </script>

View File

@ -1,230 +1,271 @@
<template> <template>
<div> <div>
<el-drawer :title="drawerTitle" :visible.sync="visible" size="70%" @close='closeD' :show-close='false'> <el-drawer
<div class="box"> :title="drawerTitle"
<el-form :inline="true"> :visible.sync="visible"
<el-form-item label="方案名称"> size="70%"
<el-input v-model="name" size='small' readonly></el-input> @close="closeD"
</el-form-item> :show-close="false">
<el-form-item label="能源类型"> <div class="box">
<el-input v-model="energyType" size='small' readonly></el-input> <el-form :inline="true">
</el-form-item> <el-form-item label="方案名称">
<el-form-item> <el-input
<el-button type="success" size='small' v-if="showBtn" plain @click="addNew">新增</el-button> v-model="name"
<el-button type="danger" size='small' v-if="showBtn" plain @click="deleteAll">批量删除</el-button> size="small"
</el-form-item> readonly></el-input>
</el-form> </el-form-item>
<base-table <el-form-item label="能源类型">
:page="queryParams.pageNo" <el-input
:limit="queryParams.pageSize" v-model="energyTypeLabel"
:table-props="tableProps" size="small"
:table-data="tableData" readonly></el-input>
:max-height="tableH" </el-form-item>
:selectWidth="55" <el-form-item>
@selection-change="selectChange" <el-button
> type="success"
<method-btn size="small"
v-if="tableBtn.length" v-if="showBtn"
slot="handleBtn" plain
:width="80" @click="addNew">
label="操作" 新增
:method-list="tableBtn" </el-button>
@clickBtn="handleClick" <el-button
/> type="danger"
</base-table> size="small"
<pagination v-if="showBtn"
:page.sync="queryParams.pageNo" plain
:limit.sync="queryParams.pageSize" @click="deleteAll">
:total="total" 批量删除
@pagination="getList" </el-button>
/> </el-form-item>
</div> </el-form>
</el-drawer> <base-table
<!-- 新增 --> :page="queryParams.pageNo"
<energy-statistics-det-add ref="energyStatistics" @closeDet="closeDet" /> :limit="queryParams.pageSize"
</div> :table-props="tableProps"
:table-data="tableData"
:max-height="tableH"
:selectWidth="55"
@selection-change="selectChange">
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="80"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
</div>
</el-drawer>
<!-- 新增 -->
<energy-statistics-det-add
ref="energyStatistics"
@closeDet="closeDet" />
</div>
</template> </template>
<script> <script>
import { getEnergyStatisticsDetPage, deleteEnergyStatisticsDet, deleteMany } from '@/api/monitoring/energyStatisticsDet' import {
import EnergyStatisticsDetAdd from './energyStatisticsDetAdd' getEnergyStatisticsDetPage,
import { publicFormatter } from '@/utils/dict' deleteEnergyStatisticsDet,
deleteMany,
} from '@/api/monitoring/energyStatisticsDet';
import EnergyStatisticsDetAdd from './energyStatisticsDetAdd';
import { publicFormatter } from '@/utils/dict';
const tableProps = [ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '所属对象' label: '所属对象',
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码' label: '对象编码',
}, },
{ {
prop: 'paramName', prop: 'paramName',
label: '参数名称' label: '参数名称',
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('energy_unit') filter: publicFormatter('unit_dict'),
}, },
{ {
prop: 'desc', prop: 'desc',
label: '描述' label: '描述',
} },
] ];
export default { export default {
name: 'EnergyStatisticsDet', name: 'EnergyStatisticsDet',
props: { props: {
energyTypeList: { energyTypeList: {
type: Array, type: Array,
required: true, required: true,
default: () => { default: () => {
return [] return [];
} },
} },
}, },
data() { data() {
return { return {
visible: false, visible: false,
drawerTitle: '', drawerTitle: '',
tableProps, tableProps,
tableData: [], tableData: [],
tableBtn: [], tableBtn: [],
tableH: this.tableHeight(115), tableH: this.tableHeight(115),
total: 0, total: 0,
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 30, pageSize: 30,
statisticsId: null statisticsId: null,
}, },
name: '', name: '',
energyType: '', energyTypeLabel: '',
energyTypeId: '', energyTypeId: '',
// //
addOrEditTitle: "", addOrEditTitle: '',
// //
centervisible: false, centervisible: false,
collectionList: [ collectionList: [
{value: 0,label: '否'}, { value: 0, label: '否' },
{value: 1,label: '是'} { value: 1, label: '是' },
], ],
showBtn: true, showBtn: true,
selectedList: [] selectedList: [],
} };
}, },
components: { EnergyStatisticsDetAdd }, components: { EnergyStatisticsDetAdd },
created() { created() {
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.tableH = this.tableHeight(115) this.tableH = this.tableHeight(115);
}) });
}, },
methods: { methods: {
init(data,title) { init(data, title) {
this.visible = true this.visible = true;
this.queryParams.statisticsId = data.id this.queryParams.statisticsId = data.id;
this.name = data.name this.name = data.name;
this.energyType = data.energyType this.energyTypeLabel = data.energyTypeLabel;
this.energyTypeId = data.energyTypeId this.energyTypeId = data.energyTypeId;
this.getList() this.getList();
if (title === 'detail') { if (title === 'detail') {
this.drawerTitle = '查看参数' this.drawerTitle = '查看参数';
this.showBtn = false this.showBtn = false;
this.tableBtn = [] this.tableBtn = [];
} else { } else {
this.drawerTitle = '参数绑定' this.drawerTitle = '参数绑定';
this.showBtn = true this.showBtn = true;
this.tableBtn = [ this.tableBtn = [
{ {
type: 'delete', type: 'delete',
btnName: '删除' btnName: '删除',
} },
] ];
} }
}, },
getList() { getList() {
console.log(this.queryParams) console.log(this.queryParams);
getEnergyStatisticsDetPage({...this.queryParams}).then((res) => { getEnergyStatisticsDetPage({ ...this.queryParams }).then((res) => {
let arr = res.data.list || [] let arr = res.data.list || [];
arr&&arr.map(item => { arr &&
this.collectionList.map(i => { arr.map((item) => {
if (item.collection === i.value) { this.collectionList.map((i) => {
item.collection = i.label if (item.collection === i.value) {
} item.collection = i.label;
}) }
this.energyTypeList.map(j => { });
if (item.typeId === j.id) { this.energyTypeList.map((j) => {
item.typeId = j.name if (item.typeId === j.id) {
} item.typeId = j.name;
}) }
}) });
this.tableData = arr });
this.total = res.data.total; this.tableData = arr;
}) this.total = res.data.total;
}, });
// },
addNew() { //
this.$nextTick(() => { addNew() {
this.$refs.energyStatistics.init({'statisticsId': this.queryParams.statisticsId, energyTypeId:this.energyTypeId}) this.$nextTick(() => {
}) this.$refs.energyStatistics.init({
}, statisticsId: this.queryParams.statisticsId,
selectChange(val) { energyTypeId: this.energyTypeId,
console.log(val) });
this.selectedList = val });
}, },
// selectChange(val) {
deleteAll() { console.log(val);
let arr = [] this.selectedList = val;
if (this.selectedList.length === 0) { },
this.$modal.msgWarning("请选勾选数据") //
return false deleteAll() {
} else { let arr = [];
this.selectedList.map((item) => { if (this.selectedList.length === 0) {
arr.push(item.id) this.$modal.msgWarning('请选勾选数据');
}) return false;
} } else {
this.$modal.confirm('是否确认删除所有勾选的数据项?').then(function() { this.selectedList.map((item) => {
return deleteMany(arr); arr.push(item.id);
}).then(() => { });
this.queryParams.pageNo = 1 }
this.getList() this.$modal
this.$modal.msgSuccess("删除成功") .confirm('是否确认删除所有勾选的数据项?')
}).catch(() => {}) .then(function () {
}, return deleteMany(arr);
handleCancel() { })
this.$refs.energyStatistics.formClear() .then(() => {
this.centervisible = false this.queryParams.pageNo = 1;
this.addOrEditTitle = '' this.getList();
}, this.$modal.msgSuccess('删除成功');
handleConfirm() { })
this.$refs.energyStatistics.submitForm() .catch(() => {});
}, },
successSubmit() { handleCancel() {
this.handleCancel() this.$refs.energyStatistics.formClear();
this.getList() this.centervisible = false;
}, this.addOrEditTitle = '';
handleClick(val) { },
this.handleDelete(val.data) handleConfirm() {
}, this.$refs.energyStatistics.submitForm();
/** 删除按钮操作 */ },
handleDelete(row) { successSubmit() {
this.$modal.confirm('是否确认删除参数列名为"' + row.paramName + '"的数据项?').then(function() { this.handleCancel();
return deleteEnergyStatisticsDet(row.id); this.getList();
}).then(() => { },
this.queryParams.pageNo = 1 handleClick(val) {
this.getList() this.handleDelete(val.data);
this.$modal.msgSuccess("删除成功") },
}).catch(() => {}) /** 删除按钮操作 */
}, handleDelete(row) {
closeD() { this.$modal
this.$emit('closeDrawer') .confirm('是否确认删除参数列名为"' + row.paramName + '"的数据项?')
}, .then(function () {
closeDet() { // return deleteEnergyStatisticsDet(row.id);
this.getList() })
} .then(() => {
} this.queryParams.pageNo = 1;
} this.getList();
this.$modal.msgSuccess('删除成功');
})
.catch(() => {});
},
closeD() {
this.$emit('closeDrawer');
},
closeDet() {
//
this.getList();
},
},
};
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.box { .box {
padding: 0 32px; padding: 0 32px;
} }
</style> </style>

View File

@ -1,179 +1,178 @@
<template> <template>
<el-drawer <el-drawer
title="新增" title="新增"
:visible.sync="centervisible" :visible.sync="centervisible"
size="60%" size="60%"
@close='closeA' @close="closeA"
:show-close='false'> :show-close="false">
<div class="box"> <div class="box">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
:removeBlue='true' :removeBlue="true"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH"
:max-height="tableH" :selectWidth="55"
:selectWidth="55" @selection-change="selectChange"></base-table>
@selection-change="selectChange" <pagination
> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" </div>
:total="total" </el-drawer>
@pagination="getList"
/>
</div>
</el-drawer>
</template> </template>
<script> <script>
import { addParamPage, createEnergyStatisticsDet } from '@/api/monitoring/energyStatisticsDet' import {
import { publicFormatter } from '@/utils/dict' addParamPage,
createEnergyStatisticsDet,
} from '@/api/monitoring/energyStatisticsDet';
import { publicFormatter } from '@/utils/dict';
const tableProps = [ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '所属对象' label: '所属对象',
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码' label: '对象编码',
}, },
{ {
prop: 'paramName', prop: 'paramName',
label: '参数名称' label: '参数名称',
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('energy_unit') filter: publicFormatter('unit_dict'),
}, },
{ {
prop: 'desc', prop: 'desc',
label: '描述' label: '描述',
} },
] ];
export default { export default {
name: 'EnergyStatisticsDetAdd', name: 'EnergyStatisticsDetAdd',
data() { data() {
return { return {
centervisible: false, centervisible: false,
formConfig: [ formConfig: [
{ {
type: 'select', type: 'select',
label: '对象类型', label: '对象类型',
selectOptions: this.getDictDatas(this.DICT_TYPE.OBJECT_TYPE), selectOptions: this.getDictDatas(this.DICT_TYPE.OBJECT_TYPE),
labelField: 'label', labelField: 'label',
valueField: 'value', valueField: 'value',
param: 'objType' param: 'objType',
}, },
{ {
type: 'input', type: 'input',
label: '参数名称', label: '参数名称',
placeholder: '参数名称', placeholder: '参数名称',
param: 'paramName' param: 'paramName',
}, },
{ {
type: 'button', type: 'button',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary' color: 'primary',
}, },
{ {
type: 'separate' type: 'separate',
}, },
{ {
type: 'button', type: 'button',
btnName: '关联', btnName: '关联',
name: 'add', name: 'add',
color: 'primary', color: 'primary',
plain: true plain: true,
} },
], ],
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 20, pageSize: 20,
energyTypeId: null, energyTypeId: null,
statisticId: null, statisticId: null,
paramName: '', paramName: '',
objType: '' objType: '',
}, },
tableProps, tableProps,
list: [], list: [],
total: 0, total: 0,
tableH: this.tableHeight(260), tableH: this.tableHeight(260),
selectedList: [] selectedList: [],
} };
}, },
methods: { methods: {
init(param) { init(param) {
this.queryParams.statisticId = param.statisticsId this.queryParams.statisticId = param.statisticsId;
this.queryParams.energyTypeId = param.energyTypeId this.queryParams.energyTypeId = param.energyTypeId;
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.tableH = this.tableHeight(260) this.tableH = this.tableHeight(260);
}) });
this.centervisible = true this.centervisible = true;
this.getList() this.getList();
}, },
getList() { getList() {
addParamPage({...this.queryParams}).then((res) => { addParamPage({ ...this.queryParams }).then((res) => {
this.list = res.data.list || [] this.list = res.data.list || [];
this.total = res.data.total this.total = res.data.total;
}) });
}, },
buttonClick(val) { buttonClick(val) {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.queryParams.pageNo = 1; this.queryParams.pageNo = 1;
this.queryParams.objType = val.objType this.queryParams.objType = val.objType;
this.queryParams.paramName = val.paramName this.queryParams.paramName = val.paramName;
this.getList() this.getList();
break break;
default: default:
// //
this.connectParam() this.connectParam();
} }
}, },
// //
selectChange(val) { selectChange(val) {
this.selectedList = val this.selectedList = val;
}, },
// //
connectParam() { connectParam() {
let param = { let param = {
statisticsId: this.queryParams.statisticId, statisticsId: this.queryParams.statisticId,
plcParamIds: [] plcParamIds: [],
} };
if (this.selectedList.length === 0) { if (this.selectedList.length === 0) {
this.$modal.msgWarning("请选勾选数据") this.$modal.msgWarning('请选勾选数据');
return false return false;
} else { } else {
this.selectedList.map((item) => { this.selectedList.map((item) => {
param.plcParamIds.push(item.id) param.plcParamIds.push(item.id);
}) });
} }
createEnergyStatisticsDet({...param}).then((res) => { createEnergyStatisticsDet({ ...param }).then((res) => {
if (res.code === 0) { if (res.code === 0) {
this.$modal.msgSuccess("操作成功"); this.$modal.msgSuccess('操作成功');
this.queryParams.pageNo = 1; this.queryParams.pageNo = 1;
this.getList() this.getList();
} }
}) });
}, },
closeA() { closeA() {
this.$emit('closeDet') this.$emit('closeDet');
} },
} },
} };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.box { .box {
padding: 0 32px; padding: 0 32px;
} }
</style> </style>

View File

@ -1,222 +1,259 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> :formConfigs="formConfig"
<!-- 列表 --> ref="searchBarForm"
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" @headBtnClick="buttonClick" />
:max-height="tableH"> <!-- 列表 -->
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="160" label="操作" :method-list="tableBtn" <base-table
@clickBtn="handleClick" /> :page="queryParams.pageNo"
</base-table> :limit="queryParams.pageSize"
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" :table-props="tableProps"
@pagination="getList" /> :table-data="list"
<!-- 新增 --> :max-height="tableH">
<base-dialog :dialogTitle="addOrEditTitle" :dialogVisible="centervisible" @cancel="handleCancel" <method-btn
@confirm="handleConfirm" :before-close="handleCancel"> v-if="tableBtn.length"
<energy-statistics-add ref="energyStatistics" @successSubmit="successSubmit" /> slot="handleBtn"
</base-dialog> :width="160"
<!-- 参数绑定/查看 --> label="操作"
<energy-statistics-det ref="plcParam" @closeDrawer="closeDrawer" :method-list="tableBtn"
:energyTypeList="energyTypeList"></energy-statistics-det> @clickBtn="handleClick" />
</div> </base-table>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
<!-- 新增 -->
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="centervisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel">
<energy-statistics-add
ref="energyStatistics"
@successSubmit="successSubmit" />
</base-dialog>
<!-- 参数绑定/查看 -->
<energy-statistics-det
ref="plcParam"
@closeDrawer="closeDrawer"
:energyTypeList="energyTypeList"></energy-statistics-det>
</div>
</template> </template>
<script> <script>
import { getEnergyStatisticsPage, deleteEnergyStatistics } from "@/api/monitoring/energyStatistics"; import {
import { publicFormatter } from '@/utils/dict' getEnergyStatisticsPage,
import { getEnergyTypeListAll } from '@/api/base/energyType' deleteEnergyStatistics,
import EnergyStatisticsAdd from './components/energyStatisticsAdd' } from '@/api/monitoring/energyStatistics';
import EnergyStatisticsDet from './components/energyStatisticsDet' import { publicFormatter } from '@/utils/dict';
import { getEnergyTypeListAll } from '@/api/base/energyType';
import EnergyStatisticsAdd from './components/energyStatisticsAdd';
import EnergyStatisticsDet from './components/energyStatisticsDet';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'name', prop: 'name',
label: '方案名称' label: '方案名称',
}, },
{ {
prop: 'code', prop: 'code',
label: '方案编码', label: '方案编码',
minWidth: 120, minWidth: 120,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'type', prop: 'type',
label: '统计类型', label: '统计类型',
filter: publicFormatter('statistic_type') filter: publicFormatter('statistic_type'),
}, },
{ {
prop: 'energyType', prop: 'energyTypeLabel',
label: '能源类型' label: '能源类型',
}, showOverflowtooltip: true,
{ },
prop: 'paramNum', {
label: '统计参数数量' prop: 'paramNum',
}, label: '统计参数数量',
{ },
prop: 'remark', {
label: '备注' prop: 'remark',
} label: '备注',
] },
];
export default { export default {
name: "EnergyStatistics", name: 'EnergyStatistics',
components: { EnergyStatisticsAdd, EnergyStatisticsDet }, components: { EnergyStatisticsAdd, EnergyStatisticsDet },
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '方案名称', type: 'input',
placeholder: '方案名称', label: '方案名称',
param: 'name' placeholder: '方案名称',
}, param: 'name',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: 'separate' {
}, type: 'separate',
{ },
type: this.$auth.hasPermi('monitoring:energy-statistics:create') ? 'button' : '', {
btnName: '新增', type: this.$auth.hasPermi('monitoring:energy-statistics:create')
name: 'add', ? 'button'
color: 'success', : '',
plain: true btnName: '新增',
} name: 'add',
], color: 'success',
tableProps, plain: true,
tableBtn: [ },
this.$auth.hasPermi('monitoring:energy-statistics:bind') ],
? { tableProps,
type: 'connect', tableBtn: [
btnName: '绑定' this.$auth.hasPermi('monitoring:energy-statistics:bind')
} ? {
: undefined, type: 'connect',
{ btnName: '绑定',
type: 'detail', }
btnName: '详情' : undefined,
}, {
this.$auth.hasPermi('monitoring:energy-statistics:update') type: 'detail',
? { btnName: '详情',
type: 'edit', },
btnName: '编辑' this.$auth.hasPermi('monitoring:energy-statistics:update')
} ? {
: undefined, type: 'edit',
this.$auth.hasPermi('monitoring:energy-statistics:delete') btnName: '编辑',
? { }
type: 'delete', : undefined,
btnName: '删除' this.$auth.hasPermi('monitoring:energy-statistics:delete')
} ? {
: undefined type: 'delete',
].filter((v) => v), btnName: '删除',
tableH: this.tableHeight(260), }
// : undefined,
total: 0, ].filter((v) => v),
// //
list: [], total: 0,
// //
addOrEditTitle: "", list: [],
// //
centervisible: false, addOrEditTitle: '',
// //
queryParams: { centervisible: false,
pageNo: 1, //
pageSize: 20, queryParams: {
name: null pageNo: 1,
}, pageSize: 20,
energyTypeList: [] name: null,
}; },
}, energyTypeList: [],
created() { };
window.addEventListener('resize', () => { },
this.tableH = this.tableHeight(260) created() {
}) this.getList();
this.getList(); },
}, mounted() {
mounted() { //
// this.getEnergyTypeList();
this.getEnergyTypeList() },
}, methods: {
methods: { buttonClick(val) {
buttonClick(val) { switch (val.btnName) {
switch (val.btnName) { case 'search':
case 'search': this.queryParams.pageNo = 1;
this.queryParams.pageNo = 1; this.queryParams.name = val.name;
this.queryParams.name = val.name this.getList();
this.getList() break;
break default:
default: this.addOrEditTitle = '新增';
this.addOrEditTitle = '新增' this.centervisible = true;
this.centervisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.energyStatistics.init();
this.$refs.energyStatistics.init() });
}) }
} },
}, /** 查询列表 */
/** 查询列表 */ getList() {
getList() { getEnergyStatisticsPage(this.queryParams).then((response) => {
getEnergyStatisticsPage(this.queryParams).then(response => { let arr = response.data.list || [];
let arr = response.data.list || []; arr.map((item) => {
this.list = arr this.getDictDatas('energy_type').map((subItem) => {
this.total = response.data.total; if (item.energyType === subItem.value) {
}); item.energyTypeLabel = subItem.label;
}, }
handleClick(val) { });
console.log(val) });
switch (val.type) { this.list = arr;
case 'edit': this.total = response.data.total;
this.addOrEditTitle = '编辑' });
this.$nextTick(() => { },
this.$refs.energyStatistics.init(val.data.id) handleClick(val) {
}) console.log(val);
this.centervisible = true switch (val.type) {
break case 'edit':
case 'delete': this.addOrEditTitle = '编辑';
this.handleDelete(val.data) this.$nextTick(() => {
break this.$refs.energyStatistics.init(val.data.id);
case 'detail': });
this.$nextTick(() => { this.centervisible = true;
this.$refs.plcParam.init(val.data, 'detail') break;
}) case 'delete':
break this.handleDelete(val.data);
default: break;
this.$nextTick(() => { case 'detail':
this.$refs.plcParam.init(val.data, 'connect') this.$nextTick(() => {
}) this.$refs.plcParam.init(val.data, 'detail');
} });
}, break;
handleCancel() { default:
this.$refs.energyStatistics.formClear() this.$nextTick(() => {
this.centervisible = false this.$refs.plcParam.init(val.data, 'connect');
this.addOrEditTitle = '' });
}, }
handleConfirm() { },
this.$refs.energyStatistics.submitForm() handleCancel() {
}, this.$refs.energyStatistics.formClear();
successSubmit() { this.centervisible = false;
this.handleCancel() this.addOrEditTitle = '';
this.getList() },
}, handleConfirm() {
/** 删除按钮操作 */ this.$refs.energyStatistics.submitForm();
handleDelete(row) { },
this.$modal.confirm('是否确认删除方案名称为"' + row.name + '"的数据项?').then(function () { successSubmit() {
return deleteEnergyStatistics(row.id); this.handleCancel();
}).then(() => { this.getList();
this.queryParams.pageNo = 1; },
this.getList(); /** 删除按钮操作 */
this.$modal.msgSuccess("删除成功"); handleDelete(row) {
}).catch(() => { }); this.$modal
}, .confirm('是否确认删除方案名称为"' + row.name + '"的数据项?')
closeDrawer() { .then(function () {
this.getList() return deleteEnergyStatistics(row.id);
}, })
getEnergyTypeList() { .then(() => {
getEnergyTypeListAll().then((res) => { this.queryParams.pageNo = 1;
this.energyTypeList = res.data || [] this.getList();
}) this.$modal.msgSuccess('删除成功');
} })
} .catch(() => {});
},
closeDrawer() {
this.getList();
},
getEnergyTypeList() {
getEnergyTypeListAll().then((res) => {
this.energyTypeList = res.data || [];
});
},
},
}; };
</script> </script>

View File

@ -1,271 +1,289 @@
<template> <template>
<div class="orderEnergyContainer"> <div class="orderEnergyContainer">
<div class="box1"> <div class="box1">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> </div>
</div> <div class="box2">
<div class="box2"> <div class="boxTitle">
<div class="boxTitle"> <span class="blueTitle"></span>
<span class="blueTitle"></span> <span>工单信息</span>
<span>工单信息</span> </div>
</div> <el-row>
<el-row> <el-col :span="4">
<el-col :span='4'> <div class="blodTip">工单名称</div>
<div class="blodTip">工单名称</div> <div class="lightTip">{{ orderMsg.name }}</div>
<div class="lightTip">{{ orderMsg.name }}</div> </el-col>
</el-col> <el-col :span="4">
<el-col :span='4'> <div class="blodTip">产品名称</div>
<div class="blodTip">产品名称</div> <div class="lightTip">{{ orderMsg.productName }}</div>
<div class="lightTip">{{orderMsg.productName }}</div> </el-col>
</el-col> <el-col :span="4">
<el-col :span='4'> <div class="blodTip">计划完成数量</div>
<div class="blodTip">计划完成数量</div> <div class="lightTip">{{ orderMsg.planQuantity }}</div>
<div class="lightTip">{{orderMsg.planQuantity }}</div> </el-col>
</el-col> <el-col :span="4">
<el-col :span='4'> <div class="blodTip">实际开始时间</div>
<div class="blodTip">实际开始时间</div> <div class="lightTip">{{ parseTime(orderMsg.startProduceTime) }}</div>
<div class="lightTip">{{ parseTime(orderMsg.startProduceTime) }}</div> </el-col>
</el-col> <el-col :span="4">
<el-col :span='4'> <div class="blodTip">实际完成时间</div>
<div class="blodTip">实际完成时间</div> <div class="lightTip">
<div class="lightTip">{{ parseTime(orderMsg.finishProduceTime) }}</div> {{ parseTime(orderMsg.finishProduceTime) }}
</el-col> </div>
<el-col :span='4'> </el-col>
<div class="blodTip">实际加工数量</div> <el-col :span="4">
<div class="lightTip">{{orderMsg.actualQuantity }}</div> <div class="blodTip">实际加工数量</div>
</el-col> <div class="lightTip">{{ orderMsg.actualQuantity }}</div>
</el-row> </el-col>
</div> </el-row>
<div class="box3"> </div>
<div class="boxTitle"> <div class="box3">
<span class="blueTitle"></span> <div class="boxTitle">
<span>能耗信息</span> <span class="blueTitle"></span>
</div> <span>能耗信息</span>
<div class="toggleTabBox"> </div>
<div :class="{ active: activeModule === 'dataList' }" @click="toggleTab('dataList')">数据列表</div> <div class="toggleTabBox">
<div :class="{ active: activeModule === 'barChart' }" @click="toggleTab('barChart')">柱状图</div> <div
</div> :class="{ active: activeModule === 'dataList' }"
<div> @click="toggleTab('dataList')">
<div v-show="activeModule === 'dataList'"> 数据列表
<!-- 表格 --> </div>
<base-table <div
:page="queryParams.pageNo" :class="{ active: activeModule === 'barChart' }"
:limit="queryParams.pageSize" @click="toggleTab('barChart')">
:table-props="tableProps" 柱状图
:table-data="tableData" </div>
:max-height="tableH" </div>
/> <div>
</div> <div v-show="activeModule === 'dataList'">
<!-- 图形 --> <!-- 表格 -->
<div v-show="activeModule === 'barChart'"> <base-table
<bar-chart ref="orderEnergyChart" :chartData="chartData"/> :page="queryParams.pageNo"
</div> :limit="queryParams.pageSize"
</div> :table-props="tableProps"
</div> :table-data="tableData"
</div> :max-height="tableH" />
</div>
<!-- 图形 -->
<div v-show="activeModule === 'barChart'">
<bar-chart
ref="orderEnergyChart"
:chartData="chartData" />
</div>
</div>
</div>
</div>
</template> </template>
<script> <script>
const tableProps = [ const tableProps = [
{ {
prop: 'objName', prop: 'objName',
label: '对象名称' label: '对象名称',
}, },
{ {
prop: 'objCode', prop: 'objCode',
label: '对象编码' label: '对象编码',
}, },
{ {
prop: 'energyType', prop: 'energyType',
label: '能源类型' label: '能源类型',
}, },
{ {
prop: 'startNum', prop: 'startNum',
label: '工单开始值' label: '工单开始值',
}, },
{ {
prop: 'endNum', prop: 'endNum',
label: '工单结束值/当前值' label: '工单结束值/当前值',
}, },
{ {
prop: 'useNum', prop: 'useNum',
label: '使用量' label: '使用量',
} },
] ];
import { getEnergyTypeListAll } from '@/api/base/energyType' import { getEnergyTypeListAll } from '@/api/base/energyType';
import { workOrderList } from '@/api/base/orderManage' import { workOrderList } from '@/api/base/orderManage';
import { getWorkOrderMsg, getOrderEnergyData } from '@/api/monitoring/orderEnergy' import {
import BarChart from "./components/barChart" getWorkOrderMsg,
getOrderEnergyData,
} from '@/api/monitoring/orderEnergy';
import BarChart from './components/barChart';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
export default { export default {
name: 'OrderEnergy', name: 'OrderEnergy',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '工单', type: 'select',
selectOptions: [], label: '工单',
param: 'workOrderId', selectOptions: [],
clearable: false param: 'workOrderId',
}, clearable: false,
{ },
type: 'select', {
label: '能源类型', type: 'select',
selectOptions: [], label: '能源类型',
param: 'energyTypeId', selectOptions: [],
filterable: true, param: 'energyTypeId',
width: 120, labelField: 'labelName',
clearable: false filterable: true,
}, width: 120,
{ clearable: false,
type: 'select', },
label: '对象维度', {
selectOptions: this.getDictDatas(this.DICT_TYPE.OBJECT_TYPE), type: 'select',
labelField: 'label', label: '对象维度',
valueField: 'value', selectOptions: this.getDictDatas(this.DICT_TYPE.OBJECT_TYPE),
param: 'objType', labelField: 'label',
width: 100, valueField: 'value',
clearable: false param: 'objType',
}, width: 100,
{ clearable: false,
type: 'button', },
btnName: '查询', {
name: 'search', type: 'button',
color: 'primary' btnName: '查询',
} name: 'search',
], color: 'primary',
tableProps, },
tableData: [], ],
tableH: this.tableHeight(400), tableProps,
// tableData: [],
queryParams: { heightNum: 400,
workOrderId: '', //
objType: '', queryParams: {
energyTypeId: '' workOrderId: '',
}, objType: '',
orderMsg: {}, energyTypeId: '',
chartData: [], },
activeModule: 'dataList' orderMsg: {},
} chartData: [],
}, activeModule: 'dataList',
components: { BarChart }, };
mounted() { },
window.addEventListener('resize', () => { components: { BarChart },
this.tableH = this.tableHeight(400) mounted() {
}) this.getListArr();
this.getListArr() },
}, methods: {
methods: { getListArr() {
getListArr() { workOrderList().then((res) => {
workOrderList().then(res => { this.formConfig[0].selectOptions = res.data || [];
this.formConfig[0].selectOptions = res.data || [] });
}) getEnergyTypeListAll().then((res) => {
getEnergyTypeListAll().then(res => { this.formConfig[1].selectOptions = res.data || [];
this.formConfig[1].selectOptions = res.data || [] });
}) },
}, buttonClick(val) {
buttonClick(val) { if (!val.workOrderId) {
if (!val.workOrderId) { this.$modal.msgWarning('工单不能为空');
this.$modal.msgWarning('工单不能为空') return false;
return false }
} if (!val.energyTypeId) {
if (!val.energyTypeId) { this.$modal.msgWarning('能源类型不能为空');
this.$modal.msgWarning('能源类型不能为空') return false;
return false }
} if (!val.objType) {
if (!val.objType) { this.$modal.msgWarning('对象维度不能为空');
this.$modal.msgWarning('对象维度不能为空') return false;
return false }
} this.queryParams.workOrderId = val.workOrderId;
this.queryParams.workOrderId = val.workOrderId this.queryParams.objType = val.objType;
this.queryParams.objType = val.objType this.queryParams.energyTypeId = val.energyTypeId;
this.queryParams.energyTypeId = val.energyTypeId getWorkOrderMsg({ ...this.queryParams }).then((res) => {
getWorkOrderMsg({ ...this.queryParams }).then(res => { this.orderMsg = res.data || {};
this.orderMsg = res.data || {} getOrderEnergyData({
getOrderEnergyData({ ...this.queryParams,
...this.queryParams, startProduceTime: res.data.startProduceTime || '',
startProduceTime: res.data.startProduceTime || '', finishProduceTime: res.data.finishProduceTime || '',
finishProduceTime: res.data.finishProduceTime || '' }).then((result) => {
}).then(result => { this.tableData = result.data || [];
this.tableData = result.data || [] this.chartData = result.data || [];
this.chartData = result.data || [] });
}) });
}) },
}, toggleTab(val) {
toggleTab(val) { this.activeModule = val;
this.activeModule = val if (this.activeModule === 'barChart') {
if (this.activeModule === 'barChart') { this.$nextTick((res) => {
this.$nextTick((res) => { this.$refs.orderEnergyChart.getChart();
this.$refs.orderEnergyChart.getChart() });
}) }
} },
}, headBtnClick() {},
headBtnClick() {} },
} };
}
</script> </script>
<style lang='scss' scoped> <style lang='scss' scoped>
.orderEnergyContainer { .orderEnergyContainer {
background-color: rgb(242, 244, 249); background-color: rgb(242, 244, 249);
.box1, .box2, .box3 { .box1,
background-color: #fff; .box2,
border-radius: 9px; .box3 {
} background-color: #fff;
.box1 { border-radius: 9px;
height: 64px; }
padding: 12px 16px 0; .box1 {
} height: 64px;
.box2 { padding: 12px 16px 0;
height: 122px; }
margin: 8px 0; .box2 {
padding: 16px; height: 122px;
.blodTip { margin: 8px 0;
font-weight: 600; padding: 16px;
color: rgba(0,0,0,0.85); .blodTip {
margin-bottom: 8px; font-weight: 600;
} color: rgba(0, 0, 0, 0.85);
.lightTip { margin-bottom: 8px;
font-weight: 400; }
color: rgba(102,102,102,0.75); .lightTip {
} font-weight: 400;
} color: rgba(102, 102, 102, 0.75);
.box3 { overflow: hidden;
padding: 16px; white-space: nowrap;
height: calc(100vh - 330px); text-overflow: ellipsis;
.toggleTabBox { }
display: inline-block; }
div { .box3 {
display: inline-block; padding: 16px;
padding:0 8px 4px; height: calc(100vh - 330px);
color: rgba(102, 102, 102, 0.5); .toggleTabBox {
border-bottom: 2px solid rgba(242, 244, 249, 1); display: inline-block;
cursor: pointer; div {
} display: inline-block;
.active { padding: 0 8px 4px;
color: rgba(0,0,0,0.85); color: rgba(102, 102, 102, 0.5);
border-bottom-color: #0B58FF; border-bottom: 2px solid rgba(242, 244, 249, 1);
} cursor: pointer;
} }
} .active {
.boxTitle { color: rgba(0, 0, 0, 0.85);
display: inline-block; border-bottom-color: #0b58ff;
font-size: 16px; }
font-weight: 400; }
color: #000000; }
margin:0 10px 20px 0; .boxTitle {
} display: inline-block;
.blueTitle { font-size: 16px;
content: ''; font-weight: 400;
display: inline-block; color: #000000;
width: 4px; margin: 0 10px 20px 0;
height: 18px; }
background-color: #0B58FF; .blueTitle {
border-radius: 1px; content: '';
margin-right: 8px; display: inline-block;
vertical-align: bottom; width: 4px;
} height: 18px;
background-color: #0b58ff;
border-radius: 1px;
margin-right: 8px;
vertical-align: bottom;
}
} }
</style> </style>

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
<base-table v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo" <base-table :max-height="tableH" v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo"
:limit="listQuery.pageSize" :table-data="tableData"> :limit="listQuery.pageSize" :table-data="tableData">
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn" <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
@clickBtn="handleClick" /> @clickBtn="handleClick" />
@ -16,7 +16,7 @@
<script> <script>
import AddOrUpdate from './add-or-updata'; import AddOrUpdate from './add-or-updata';
// import DetailOrUpdate from './detail-or-updata'; // import DetailOrUpdate from './detail-or-updata';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import basicPage from '../../core/mixins/basic-page'; import basicPage from '../../core/mixins/basic-page';
import StatusBtn from './statusBtn.vue' import StatusBtn from './statusBtn.vue'
import { import {
@ -54,7 +54,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -112,7 +112,7 @@ export default {
param: 'code', param: 'code',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('extend:process-equ-material-bom:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
<base-table v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo" <base-table :max-height="tableH" v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo"
:limit="listQuery.pageSize" :table-data="tableData"> :limit="listQuery.pageSize" :table-data="tableData">
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn" <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
@clickBtn="handleClick" /> @clickBtn="handleClick" />
@ -16,7 +16,7 @@
<script> <script>
import AddOrUpdate from './add-or-updata'; import AddOrUpdate from './add-or-updata';
// import DetailOrUpdate from './detail-or-updata'; // import DetailOrUpdate from './detail-or-updata';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import basicPage from '../../core/mixins/basic-page'; import basicPage from '../../core/mixins/basic-page';
import StatusBtn from './statusBtn.vue' import StatusBtn from './statusBtn.vue'
import { import {
@ -54,7 +54,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -113,7 +113,7 @@ export default {
param: 'code', param: 'code',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('extend:process-equ-value-bom:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -1,244 +1,292 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> :formConfigs="formConfig"
<!-- 列表 --> ref="searchBarForm"
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" @headBtnClick="buttonClick" />
:max-height="tableH"> <!-- 列表 -->
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn" <base-table
@clickBtn="handleClick" /> :page="queryParams.pageNo"
</base-table> :limit="queryParams.pageSize"
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" :table-props="tableProps"
@pagination="getList" /> :table-data="list"
<!-- 新增 --> :max-height="tableH">
<base-dialog :dialogTitle="addOrEditTitle" :dialogVisible="centervisible" @cancel="handleCancel" <method-btn
@confirm="handleConfirm" :before-close="handleCancel" width='50%'> v-if="tableBtn.length"
<group-class-add ref="classList" @successSubmit="successSubmit" /> slot="handleBtn"
</base-dialog> :width="120"
</div> label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
<!-- 新增 -->
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="centervisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
width="50%">
<group-class-add
ref="classList"
@successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { getGroupClassesPage, deleteGroupClasses, updateGroupClasses } from "@/api/base/groupClasses"; import {
import GroupClassAdd from './components/groupClassAdd' getGroupClassesPage,
import { formatDate } from '@/utils' deleteGroupClasses,
import { publicFormatter } from '@/utils/dict' updateGroupClasses,
} from '@/api/base/groupClasses';
import GroupClassAdd from './components/groupClassAdd';
import { formatDate } from '@/utils';
import { publicFormatter } from '@/utils/dict';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'enableTimeStr', prop: 'enableTimeStr',
label: '生效时段', label: '生效时段',
minWidth: 300 minWidth: 300,
}, },
{ {
prop: 'roomNameDict', prop: 'roomNameDict',
label: '车间名称', label: '车间名称',
filter: publicFormatter('workshop'), filter: publicFormatter('workshop'),
minWidth: 100 minWidth: 100,
}, },
{ {
prop: 'name', prop: 'name',
label: '班次名称' label: '班次名称',
}, },
{ {
prop: 'timeStr', prop: 'timeStr',
label: '班次时间', label: '班次时间',
minWidth: 100 minWidth: 100,
}, },
{ {
prop: 'code', prop: 'code',
label: '班次编码', label: '班次编码',
minWidth: 200 minWidth: 200,
}, },
{ {
prop: 'status', prop: 'status',
label: '班次状态' label: '班次状态',
}, },
{ {
prop: 'remark', prop: 'remark',
label: '备注' label: '备注',
} },
] ];
export default { export default {
name: "GroupClasses", name: 'GroupClasses',
components: { GroupClassAdd }, components: { GroupClassAdd },
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '班次名称', type: 'input',
placeholder: '班次名称', label: '班次名称',
param: 'name' placeholder: '班次名称',
}, param: 'name',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: 'separate' {
}, type: 'separate',
{ },
type: this.$auth.hasPermi('base:group-classes:create') ? 'button' : '', {
btnName: '新增', type: this.$auth.hasPermi('base:group-classes:create')
name: 'add', ? 'button'
color: 'success', : '',
plain: true btnName: '新增',
} name: 'add',
], color: 'success',
tableProps, plain: true,
tableBtn: [ },
this.$auth.hasPermi('base:group-classes:cancel') ],
? { tableProps,
type: 'cancel', tableBtn: [
btnName: '作废', this.$auth.hasPermi('base:group-classes:cancel')
showParam: { ? {
type: '&', type: 'cancel',
data: [ btnName: '作废',
{ showParam: {
type: 'unequal', type: '&',
name: 'status', data: [
value: '不可用' {
} type: 'unequal',
] name: 'status',
} value: '不可用',
} },
: undefined, ],
this.$auth.hasPermi('base:group-classes:update') },
? { }
type: 'edit', : undefined,
btnName: '编辑' this.$auth.hasPermi('base:group-classes:update')
} ? {
: undefined, type: 'edit',
this.$auth.hasPermi('base:group-classes:delete') btnName: '编辑',
? { }
type: 'delete', : undefined,
btnName: '删除' this.$auth.hasPermi('base:group-classes:delete')
} ? {
: undefined type: 'delete',
].filter((v) => v), btnName: '删除',
tableH: this.tableHeight(260), }
// : undefined,
total: 0, ].filter((v) => v),
// //
list: [], total: 0,
// //
addOrEditTitle: "", list: [],
// //
centervisible: false, addOrEditTitle: '',
// //
queryParams: { centervisible: false,
pageNo: 1, //
pageSize: 20, queryParams: {
name: null pageNo: 1,
} pageSize: 20,
}; name: null,
}, },
created() { };
window.addEventListener('resize', () => { },
this.tableH = this.tableHeight(260) created() {
}) this.getList();
this.getList() },
}, methods: {
methods: { buttonClick(val) {
buttonClick(val) { switch (val.btnName) {
switch (val.btnName) { case 'search':
case 'search': this.queryParams.pageNo = 1;
this.queryParams.pageNo = 1; this.queryParams.name = val.name;
this.queryParams.name = val.name this.getList();
this.getList() break;
break default:
default: this.addOrEditTitle = '新增';
this.addOrEditTitle = '新增' this.centervisible = true;
this.centervisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.classList.init();
this.$refs.classList.init() });
}) }
} },
}, /** 查询列表 */
/** 查询列表 */ getList() {
getList() { getGroupClassesPage(this.queryParams).then((res) => {
getGroupClassesPage(this.queryParams).then(res => { if (res.code === 0 && res.data.list.length > 0) {
if (res.code === 0 && res.data.list.length > 0) { res.data.list.map((item) => {
res.data.list.map(item => { item.enableTimeStr =
item.enableTimeStr = formatDate(item.enableTime) + '至' + (item.disableTime ? formatDate(item.disableTime) : '永久') formatDate(item.enableTime) +
item.timeStr = item.startTime.slice(0, 5) + '-' + item.endTime.slice(0, 5) '至' +
item.status = item.status === true ? '可用' : '不可用' (item.disableTime ? formatDate(item.disableTime) : '永久');
}) item.timeStr =
this.list = res.data.list; item.startTime.slice(0, 5) + '-' + item.endTime.slice(0, 5);
this.total = res.data.total; item.status = item.status === true ? '可用' : '不可用';
} else { });
this.list = [] this.list = res.data.list;
this.total = 0 this.total = res.data.total;
} } else {
}); this.list = [];
}, this.total = 0;
handleClick(val) { }
switch (val.type) { });
case 'edit': },
this.addOrEditTitle = '编辑' handleClick(val) {
this.$nextTick(() => { switch (val.type) {
this.$refs.classList.init(val.data.id) case 'edit':
}) this.addOrEditTitle = '编辑';
this.centervisible = true this.$nextTick(() => {
break this.$refs.classList.init(val.data.id);
case 'cancel': });
this.discard(val.data) this.centervisible = true;
break break;
default: case 'cancel':
this.handleDelete(val.data) this.discard(val.data);
} break;
}, default:
handleCancel() { this.handleDelete(val.data);
this.$refs.classList.formClear() }
this.centervisible = false },
this.addOrEditTitle = '' handleCancel() {
}, this.$refs.classList.formClear();
handleConfirm() { this.centervisible = false;
this.$refs.classList.submitForm() this.addOrEditTitle = '';
}, },
successSubmit() { handleConfirm() {
this.handleCancel() this.$refs.classList.submitForm();
this.getList() },
}, successSubmit() {
discard(row) { this.handleCancel();
let obj = {} this.getList();
obj.id = row.id },
obj.startTime = row.startTime discard(row) {
obj.endTime = row.endTime let obj = {};
obj.enableTime = row.enableTime obj.id = row.id;
obj.disableTime = Date.parse(new Date()) obj.startTime = row.startTime;
this.$modal.confirm('是否确认作废班次名称为"' + row.name + '"的数据项?').then(function () { obj.endTime = row.endTime;
return updateGroupClasses({ ...obj }) obj.enableTime = row.enableTime;
}).then(() => { obj.disableTime = Date.parse(new Date());
this.getList(); this.$modal
this.$modal.msgSuccess("操作成功"); .confirm('是否确认作废班次名称为"' + row.name + '"的数据项?')
}).catch(() => { }); .then(function () {
}, return updateGroupClasses({ ...obj });
/** 删除按钮操作 */ })
handleDelete(row) { .then(() => {
console.log(row) this.getList();
let _this = this this.$modal.msgSuccess('操作成功');
if (row.status === '可用') {// })
_this.$modal.confirm('删除的班次"' + row.name + '"可能会影响交接班计划,请点取消再次确认!').then(function () { .catch(() => {});
return _this.$modal.confirm('是否确认删除班次名称为"' + row.name + '"的数据项?').then(function () { },
return deleteGroupClasses(row.id); /** 删除按钮操作 */
}).then(() => { handleDelete(row) {
_this.getList(); console.log(row);
_this.$modal.msgSuccess("删除成功"); let _this = this;
}).catch(() => { }); if (row.status === '可用') {
}) //
} else { _this.$modal
_this.$modal.confirm('是否确认删除班次名称为"' + row.name + '"的数据项?').then(function () { .confirm(
return deleteGroupClasses(row.id); '删除的班次"' +
}).then(() => { row.name +
_this.getList(); '"可能会影响交接班计划,请点取消再次确认!'
_this.$modal.msgSuccess("删除成功"); )
}).catch(() => { }); .then(function () {
} return _this.$modal
} .confirm('是否确认删除班次名称为"' + row.name + '"的数据项?')
} .then(function () {
return deleteGroupClasses(row.id);
})
.then(() => {
_this.getList();
_this.$modal.msgSuccess('删除成功');
})
.catch(() => {});
});
} else {
_this.$modal
.confirm('是否确认删除班次名称为"' + row.name + '"的数据项?')
.then(function () {
return deleteGroupClasses(row.id);
})
.then(() => {
_this.getList();
_this.$modal.msgSuccess('删除成功');
})
.catch(() => {});
}
},
},
}; };
</script> </script>

View File

@ -1,253 +1,260 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 --> <search-bar
<search-bar :formConfigs="formConfig"
:formConfigs="formConfig" ref="searchBarForm"
ref="searchBarForm" @headBtnClick="buttonClick" />
@headBtnClick="buttonClick" <!-- 列表 -->
/> <base-table
<!-- 列表 --> :page="queryParams.pageNo"
<base-table :limit="queryParams.pageSize"
:page="queryParams.pageNo" :table-props="tableProps"
:limit="queryParams.pageSize" :table-data="list"
:table-props="tableProps" :max-height="tableH"
:table-data="list" @emitFun="handleTableEvents">
:max-height="tableH" <method-btn
@emitFun="handleTableEvents" v-if="tableBtn.length"
> slot="handleBtn"
<method-btn :width="80"
v-if="tableBtn.length" label="操作"
slot="handleBtn" :method-list="tableBtn"
:width="80" @clickBtn="handleClick" />
label="操作" </base-table>
:method-list="tableBtn" <pagination
@clickBtn="handleClick" :page.sync="queryParams.pageNo"
/> :limit.sync="queryParams.pageSize"
</base-table> :total="total"
<pagination @pagination="getList" />
:page.sync="queryParams.pageNo" <!-- 新增 -->
:limit.sync="queryParams.pageSize" <base-dialog
:total="total" :dialogTitle="addOrEditTitle"
@pagination="getList" :dialogVisible="centervisible"
/> @cancel="handleCancel"
<!-- 新增 --> @confirm="handleConfirm"
<base-dialog :before-close="handleCancel"
:dialogTitle="addOrEditTitle" width="40%">
:dialogVisible="centervisible" <group-team-add
@cancel="handleCancel" ref="groupList"
@confirm="handleConfirm" @successSubmit="successSubmit" />
:before-close="handleCancel" </base-dialog>
width='40%' <!-- 组员编辑 -->
> <worker-edit
<group-team-add ref="groupList" @successSubmit="successSubmit" /> v-if="paramVisible"
</base-dialog> ref="workerEditParam"
<!-- 组员编辑 --> @closeDrawer="closeDrawer"></worker-edit>
<worker-edit v-if='paramVisible' ref='workerEditParam' @closeDrawer="closeDrawer"></worker-edit> </div>
</div>
</template> </template>
<script> <script>
import { getGroupTeamPage, deleteGroupTeam, updateGroupTeam } from "@/api/base/groupTeam"; import {
import { parseTime } from '@/utils/ruoyi' getGroupTeamPage,
import GroupTeamAdd from './components/groupTeamAdd' deleteGroupTeam,
import StatusBtn from './components/statusBtn' updateGroupTeam,
import WorkerOperate from './components/workerOperate' } from '@/api/base/groupTeam';
import WorkerEdit from './components/workerEdit' import { parseTime } from '@/utils/ruoyi';
import { publicFormatter } from '@/utils/dict' import GroupTeamAdd from './components/groupTeamAdd';
import StatusBtn from './components/statusBtn';
import WorkerOperate from './components/workerOperate';
import WorkerEdit from './components/workerEdit';
import { publicFormatter } from '@/utils/dict';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'createTime', prop: 'createTime',
label: '创建时间', label: '创建时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'roomNameDict', prop: 'roomNameDict',
label: '车间名称', label: '车间名称',
filter: publicFormatter('workshop') filter: publicFormatter('workshop'),
}, },
{ {
prop: 'name', prop: 'name',
label: '班组名称' label: '班组名称',
}, },
{ {
prop: 'code', prop: 'code',
label: '编码', label: '编码',
minWidth: 220 minWidth: 220,
}, },
{ {
prop: 'num', prop: 'num',
label: '班组人数' label: '班组人数',
}, },
{ {
prop: 'leaderName', prop: 'leaderName',
label: '组长' label: '组长',
}, },
{ {
prop: 'enabled', prop: 'enabled',
label: '班组状态', label: '班组状态',
subcomponent: StatusBtn subcomponent: StatusBtn,
}, },
{ {
prop: 'workerName', prop: 'workerName',
label: '组员', label: '组员',
subcomponent: WorkerOperate subcomponent: WorkerOperate,
}, },
] ];
export default { export default {
name: "GroupTeam", name: 'GroupTeam',
components: { GroupTeamAdd, WorkerEdit }, components: { GroupTeamAdd, WorkerEdit },
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '班组名称', type: 'input',
placeholder: '班组名称', label: '班组名称',
param: 'name' placeholder: '班组名称',
}, param: 'name',
{ },
type: 'input', {
label: '组长', type: 'input',
placeholder: '组长', label: '组长',
param: 'leaderName' placeholder: '组长',
}, param: 'leaderName',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: 'separate' {
}, type: 'separate',
{ },
type: this.$auth.hasPermi('base:group-team:create') ? 'button' : '', {
btnName: '新增', type: this.$auth.hasPermi('base:group-team:create') ? 'button' : '',
name: 'add', btnName: '新增',
color: 'success', name: 'add',
plain: true color: 'success',
} plain: true,
], },
tableProps, ],
tableBtn: [ tableProps,
this.$auth.hasPermi('base:group-team:update') tableBtn: [
? { this.$auth.hasPermi('base:group-team:update')
type: 'edit', ? {
btnName: '编辑' type: 'edit',
} btnName: '编辑',
: undefined, }
this.$auth.hasPermi('base:group-team:delete') : undefined,
? { this.$auth.hasPermi('base:group-team:delete')
type: 'delete', ? {
btnName: '删除' type: 'delete',
} btnName: '删除',
: undefined }
].filter((v) => v), : undefined,
tableH: this.tableHeight(260), ].filter((v) => v),
// //
total: 0, total: 0,
// //
list: [], list: [],
// //
addOrEditTitle: "", addOrEditTitle: '',
// //
centervisible: false, centervisible: false,
// //
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 20, pageSize: 20,
name: null, name: null,
code: null code: null,
}, },
paramVisible: false paramVisible: false,
}; };
}, },
created() { created() {
window.addEventListener('resize', () => { this.getList();
this.tableH = this.tableHeight(260) },
}) methods: {
this.getList(); buttonClick(val) {
}, switch (val.btnName) {
methods: { case 'search':
buttonClick(val) { this.queryParams.pageNo = 1;
switch (val.btnName) { this.queryParams.leaderName = val.leaderName;
case 'search': this.queryParams.name = val.name;
this.queryParams.pageNo = 1; this.getList();
this.queryParams.leaderName = val.leaderName break;
this.queryParams.name = val.name default:
this.getList() this.addOrEditTitle = '新增';
break this.centervisible = true;
default: this.$nextTick(() => {
this.addOrEditTitle = '新增' this.$refs.groupList.init();
this.centervisible = true });
this.$nextTick(() => { }
this.$refs.groupList.init() },
}) /** 查询列表 */
} getList() {
}, getGroupTeamPage(this.queryParams).then((response) => {
/** 查询列表 */ this.list = response.data.list;
getList() { this.total = response.data.total;
getGroupTeamPage(this.queryParams).then(response => { });
this.list = response.data.list; },
this.total = response.data.total; handleClick(val) {
}); switch (val.type) {
}, case 'edit':
handleClick(val) { this.addOrEditTitle = '编辑';
switch (val.type) { this.$nextTick(() => {
case 'edit': this.$refs.groupList.init(val.data.id);
this.addOrEditTitle = '编辑' });
this.$nextTick(() => { this.centervisible = true;
this.$refs.groupList.init(val.data.id) break;
}) default:
this.centervisible = true this.handleDelete(val.data);
break }
default: },
this.handleDelete(val.data) //
} handleTableEvents(params) {
}, console.log(params);
// if (params.name === 'state') {
handleTableEvents(params) { //
console.log(params) updateGroupTeam({ ...params.payload }).then((res) => {
if (params.name === 'state') {// if (res.code === 0) {
updateGroupTeam({ ...params.payload }).then((res) => { this.$modal.msgSuccess('操作成功');
if (res.code === 0) { }
this.$modal.msgSuccess("操作成功"); });
} } else {
}) // &
}else {// & this.paramVisible = true;
this.paramVisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.workerEditParam.init(params);
this.$refs.workerEditParam.init(params) });
}) }
} },
}, handleCancel() {
handleCancel() { this.$refs.groupList.formClear();
this.$refs.groupList.formClear() this.centervisible = false;
this.centervisible = false this.addOrEditTitle = '';
this.addOrEditTitle = '' },
}, handleConfirm() {
handleConfirm() { this.$refs.groupList.submitForm();
this.$refs.groupList.submitForm() },
}, successSubmit() {
successSubmit() { this.handleCancel();
this.handleCancel() this.getList();
this.getList() },
}, /** 删除按钮操作 */
/** 删除按钮操作 */ handleDelete(row) {
handleDelete(row) { this.$modal
this.$modal.confirm('是否确认删除班组名称为"' + row.name + '"的数据项?').then(function() { .confirm('是否确认删除班组名称为"' + row.name + '"的数据项?')
return deleteGroupTeam(row.id); .then(function () {
}).then(() => { return deleteGroupTeam(row.id);
this.queryParams.pageNo = 1; })
this.getList(); .then(() => {
this.$modal.msgSuccess("删除成功"); this.queryParams.pageNo = 1;
}).catch(() => {}); this.getList();
}, this.$modal.msgSuccess('删除成功');
closeDrawer() { })
this.getList() .catch(() => {});
} },
} closeDrawer() {
this.getList();
},
},
}; };
</script> </script>

View File

@ -1,152 +1,150 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="160"
slot="handleBtn" label="操作"
:width="160" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <!-- 查看详情 -->
/> <group-team-view-detail
</base-table> v-if="paramVisible"
<!-- 查看详情 --> ref="groupTeamViewDetail" />
<group-team-view-detail v-if="paramVisible" ref="groupTeamViewDetail"/> </div>
</div>
</template> </template>
<script> <script>
import { getByWorkOrder } from '@/api/monitoring/groupTeamView' import { getByWorkOrder } from '@/api/monitoring/groupTeamView';
import { workOrderList } from '@/api/base/workOrder' import { workOrderList } from '@/api/base/workOrder';
import GroupTeamViewDetail from './components/groupTeamViewDetail.vue' import GroupTeamViewDetail from './components/groupTeamViewDetail.vue';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'roomNameDict', prop: 'roomNameDict',
label: '车间名称', label: '车间名称',
filter: publicFormatter('workshop'), filter: publicFormatter('workshop'),
showOverflowtooltip: true, showOverflowtooltip: true,
minWidth: 100 minWidth: 100,
}, },
{ {
prop: 'name', prop: 'name',
label: '班组名称' label: '班组名称',
}, },
{ {
prop: 'leaderName', prop: 'leaderName',
label: '班组长' label: '班组长',
}, },
{ {
prop: 'num', prop: 'num',
label: '人数' label: '人数',
}, },
{ {
prop: 'workCount', prop: 'workCount',
label: '上班次数' label: '上班次数',
} },
] ];
export default { export default {
name: 'GroupTeamView', name: 'GroupTeamView',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '工单', type: 'select',
selectOptions: [], label: '工单',
param: 'workOrderId', selectOptions: [],
clearable: false, param: 'workOrderId',
filterable: true clearable: false,
}, filterable: true,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
} color: 'primary',
], },
// ],
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 1000, pageNo: 1,
workOrderId: '' pageSize: 1000,
}, workOrderId: '',
workOrderList: [], },
workOrderName: '', heightNum: 220,
tableBtn: [ workOrderList: [],
this.$auth.hasPermi('base:group-team-view:detail') workOrderName: '',
? { tableBtn: [
type: 'detail', this.$auth.hasPermi('base:group-team-view:detail')
btnName: '详情' ? {
} type: 'detail',
: undefined btnName: '详情',
].filter((v) => v), }
tableProps, : undefined,
tableH: this.tableHeight(220), ].filter((v) => v),
list: [], tableProps,
paramVisible: false list: [],
} paramVisible: false,
}, };
components: { GroupTeamViewDetail }, },
mounted() { components: { GroupTeamViewDetail },
window.addEventListener('resize', () => { mounted() {
this.tableH = this.tableHeight(220) this.getOrderList();
}) },
this.getOrderList() methods: {
}, // list
methods: { getOrderList() {
// list workOrderList().then((res) => {
getOrderList() { console.log(res);
workOrderList().then(res => { this.formConfig[0].selectOptions = res.data || [];
console.log(res) this.workOrderList = res.data || [];
this.formConfig[0].selectOptions = res.data || [] });
this.workOrderList = res.data || [] },
}) //
}, buttonClick(val) {
// if (!val.workOrderId) {
buttonClick(val) { this.$modal.msgWarning('工单不能为空');
if (!val.workOrderId) { return false;
this.$modal.msgWarning('工单不能为空') }
return false this.queryParams.workOrderId = val.workOrderId;
} this.getList();
this.queryParams.workOrderId = val.workOrderId },
this.getList() // table
}, getList() {
// table getByWorkOrder({ id: this.queryParams.workOrderId }).then((res) => {
getList() { this.list = res.data || [];
getByWorkOrder({ id: this.queryParams.workOrderId }).then(res => { });
this.list = res.data || [] },
}) handleClick(val) {
}, this.paramVisible = true;
handleClick(val) { let params = {};
this.paramVisible = true params.teamId = val.data.id;
let params = {} params.teamName = val.data.name;
params.teamId = val.data.id this.workOrderList.map((item) => {
params.teamName = val.data.name if (val.data.workOrderId === item.id) {
this.workOrderList.map(item => { this.workOrderName = item.name;
if (val.data.workOrderId === item.id) { }
this.workOrderName = item.name });
} params.workOrderId = val.data.workOrderId;
}) params.workOrderName = this.workOrderName;
params.workOrderId = val.data.workOrderId params.roomNameDict = val.data.roomNameDict;
params.workOrderName = this.workOrderName this.$nextTick(() => {
params.roomNameDict = val.data.roomNameDict this.$refs.groupTeamViewDetail.init(params);
this.$nextTick(() => { });
this.$refs.groupTeamViewDetail.init(params) },
}) },
} };
}
}
</script> </script>

View File

@ -1,130 +1,146 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-area @submit="buttonClick" /> <search-area @submit="buttonClick" />
<!-- <search-bar <!-- <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick"
/> --> /> -->
<!-- 列表 --> <!-- 列表 -->
<base-table :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-props="tableProps" :table-data="list" <base-table
:max-height="tableH"> :page="queryParams.pageNo"
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="80" label="操作" :method-list="tableBtn" :limit="queryParams.pageSize"
@clickBtn="handleClick" /> :table-props="tableProps"
</base-table> :table-data="list"
<pagination :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize" :total="total" :max-height="tableH">
@pagination="getList" /> <method-btn
<!-- 查看生产情况 --> v-if="tableBtn.length"
<team-production-detail v-if='paramVisible' ref='schedulingMonitoringDetail' /> slot="handleBtn"
</div> :width="80"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
:total="total"
@pagination="getList" />
<!-- 查看生产情况 -->
<team-production-detail
v-if="paramVisible"
ref="schedulingMonitoringDetail" />
</div>
</template> </template>
<script> <script>
import { groupTeamSchedulingPage } from '@/api/monitoring/teamProduction' import { groupTeamSchedulingPage } from '@/api/monitoring/teamProduction';
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import TeamProductionDetail from './components/teamProductionDetail' import TeamProductionDetail from './components/teamProductionDetail';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import SearchArea from './components/searchArea' import SearchArea from './components/searchArea';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'roomNameDict', prop: 'roomNameDict',
label: '车间名称', label: '车间名称',
filter: publicFormatter('workshop'), filter: publicFormatter('workshop'),
showOverflowtooltip: true, showOverflowtooltip: true,
minWidth: 100 minWidth: 100,
}, },
// { // {
// prop: 'createTime', // prop: 'createTime',
// label: '', // label: '',
// filter: parseTime, // filter: parseTime,
// minWidth: 160 // minWidth: 160
// }, // },
{ {
prop: 'startDay', prop: 'startDay',
label: '上班日期', label: '上班日期',
minWidth: 100 minWidth: 100,
}, },
{ {
prop: 'startTime', prop: 'startTime',
label: '上班时间', label: '上班时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'endTime', prop: 'endTime',
label: '下班时间', label: '下班时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'classesName', prop: 'classesName',
label: '班次名称', label: '班次名称',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'teamName', prop: 'teamName',
label: '班组名称', label: '班组名称',
showOverflowtooltip: true showOverflowtooltip: true,
} },
] ];
export default { export default {
name: 'GroupTeamScheduling', name: 'GroupTeamScheduling',
data() { mixins: [tableHeightMixin],
return { data() {
// return {
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 20, pageNo: 1,
classesId: '', pageSize: 20,
teamName: '', classesId: '',
startDay: [] teamName: '',
}, startDay: [],
tableProps, },
tableBtn: [ tableProps,
this.$auth.hasPermi('base:team-production:detail') tableBtn: [
? { this.$auth.hasPermi('base:team-production:detail')
type: 'productionDetail', ? {
btnName: '查看', type: 'productionDetail',
showTip: '生产情况' btnName: '查看',
} showTip: '生产情况',
: undefined }
].filter((v) => v), : undefined,
list: [], ].filter((v) => v),
tableH: this.tableHeight(260), list: [],
total: 0, total: 0,
paramVisible: false paramVisible: false,
} };
}, },
components: { TeamProductionDetail, SearchArea }, components: { TeamProductionDetail, SearchArea },
mounted() { mounted() {
window.addEventListener('resize', () => { this.getList();
this.tableH = this.tableHeight(260) },
}) methods: {
this.getList() buttonClick(val) {
}, this.queryParams.pageNo = 1;
methods: { this.queryParams.classesId = val.classesId;
buttonClick(val) { this.queryParams.teamName = val.teamName;
this.queryParams.pageNo = 1; this.queryParams.startDay[0] = val.tiemStr
this.queryParams.classesId = val.classesId ? val.tiemStr[0] + ' 00:00:00'
this.queryParams.teamName = val.teamName : '';
this.queryParams.startDay[0] = val.tiemStr ? val.tiemStr[0] + ' 00:00:00' : '' this.queryParams.startDay[1] = val.tiemStr
this.queryParams.startDay[1] = val.tiemStr ? val.tiemStr[1] + ' 23:59:59' : '' ? val.tiemStr[1] + ' 23:59:59'
this.getList() : '';
}, this.getList();
getList() { },
groupTeamSchedulingPage({ ...this.queryParams }).then(res => { getList() {
console.log(res) groupTeamSchedulingPage({ ...this.queryParams }).then((res) => {
this.list = res.data.list || [] console.log(res);
this.total = res.data.total || 0 this.list = res.data.list || [];
}) this.total = res.data.total || 0;
}, });
handleClick(val) { },
console.log(val) handleClick(val) {
this.paramVisible = true console.log(val);
this.$nextTick(() => { this.paramVisible = true;
this.$refs.schedulingMonitoringDetail.init(val.data) this.$nextTick(() => {
}) this.$refs.schedulingMonitoringDetail.init(val.data);
} });
} },
} },
};
</script> </script>

View File

@ -1,440 +1,465 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="240"
slot="handleBtn" label="操作"
:width="240" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 新增&编辑 -->
:total="total" <base-dialog
@pagination="getList" :dialogTitle="addOrEditTitle"
/> :dialogVisible="centervisible"
<!-- 新增&编辑 --> @cancel="handleCancel"
<base-dialog @confirm="handleConfirm"
:dialogTitle="addOrEditTitle" :before-close="handleCancel"
:dialogVisible="centervisible" width="60%">
@cancel="handleCancel" <order-group-add
@confirm="handleConfirm" ref="orderGroupAdd"
:before-close="handleCancel" @successSubmit="successSubmit" />
width='60%' </base-dialog>
> <!-- 查看详情 -->
<order-group-add ref="orderGroupAdd" @successSubmit="successSubmit" /> <!-- 新增工单 -->
</base-dialog> <base-dialog
<!-- 查看详情 --> dialogTitle="绑定厂务订单"
<!-- 新增工单 --> :dialogVisible="bindOrderVisible"
<base-dialog @cancel="bindOrderCancel"
dialogTitle="绑定厂务订单" @confirm="bindOrderConfirm"
:dialogVisible="bindOrderVisible" :before-close="bindOrderCancel"
@cancel="bindOrderCancel" width="60%">
@confirm="bindOrderConfirm" <bind-order
:before-close="bindOrderCancel" ref="bindOrder"
width='60%' @bindOrderSubmit="bindOrderSubmit" />
> </base-dialog>
<bind-order ref="bindOrder" @bindOrderSubmit="bindOrderSubmit" /> </div>
</base-dialog>
</div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { getOrderGroupPage, groupOrderStatusSet } from '@/api/base/orderGroup' import { getOrderGroupPage, groupOrderStatusSet } from '@/api/base/orderGroup';
import { customerList } from '@/api/base/orderManage' import { customerList } from '@/api/base/orderManage';
import OrderGroupAdd from './components/orderGroupAdd' import OrderGroupAdd from './components/orderGroupAdd';
import BindOrder from './components/bindOrder' import BindOrder from './components/bindOrder';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'createTime', prop: 'createTime',
label: '添加时间', label: '添加时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'name', prop: 'name',
label: '订单名称', label: '订单名称',
minWidth: 140, minWidth: 140,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'code', prop: 'code',
label: '订单编码', label: '订单编码',
minWidth: 150 minWidth: 150,
}, },
{ {
prop: 'customerId', prop: 'customerId',
label: '客户', label: '客户',
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'status', prop: 'status',
label: '订单状态', label: '订单状态',
filter: publicFormatter('order_status') filter: publicFormatter('order_status'),
}, },
{ {
prop: 'productName', prop: 'productName',
label: '产品名称', label: '产品名称',
minWidth: 200, minWidth: 200,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'specifications', prop: 'specifications',
label: '产品规格', label: '产品规格',
minWidth: 120, minWidth: 120,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('unit_dict') filter: publicFormatter('unit_dict'),
}, },
{ {
prop: 'planQuantity', prop: 'planQuantity',
label: '计划加工量', label: '计划加工量',
width: 100 width: 100,
}, },
{ {
prop: 'actualquantity', prop: 'actualquantity',
label: '实际加工量', label: '实际加工量',
width: 100 width: 100,
}, },
{ {
prop: 'deliveTime', prop: 'deliveTime',
label: '交货时间', label: '交货时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'packReq', prop: 'packReq',
label: '包装要求', label: '包装要求',
// filter: publicFormatter('pack_spec'), // filter: publicFormatter('pack_spec'),
minWidth: 120, minWidth: 120,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'orderIdNum', prop: 'orderIdNum',
label: '订单数量' label: '订单数量',
} },
] ];
export default { export default {
name: 'OrderGroup', name: 'OrderGroup',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '订单名称', type: 'input',
placeholder: '订单名称', label: '订单名称',
param: 'name' placeholder: '订单名称',
}, param: 'name',
{ },
type: 'select', {
label: '状态', type: 'select',
selectOptions: this.getDictDatas(this.DICT_TYPE.ORDER_STATUS), label: '状态',
labelField: 'label', selectOptions: this.getDictDatas(this.DICT_TYPE.ORDER_STATUS),
valueField: 'value', labelField: 'label',
param: 'status' valueField: 'value',
}, param: 'status',
{ },
type: 'datePicker', {
label: '时间段', type: 'datePicker',
dateType: 'daterange', label: '时间段',
format: 'yyyy-MM-dd', dateType: 'daterange',
valueFormat: "yyyy-MM-dd", format: 'yyyy-MM-dd',
rangeSeparator: '-', valueFormat: 'yyyy-MM-dd',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 250 defaultSelect: [],
}, width: 250,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:order-group:create') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:order-group:create')
{ ? 'separate'
type: this.$auth.hasPermi('base:order-group:create') ? 'button' : '', : '',
btnName: '新增', },
name: 'add', {
color: 'success', type: this.$auth.hasPermi('base:order-group:create') ? 'button' : '',
plain: true btnName: '新增',
} name: 'add',
], color: 'success',
// plain: true,
queryParams: { },
pageNo: 1, ],
pageSize: 20, //
name: null, queryParams: {
status: null, pageNo: 1,
planFinishTime: [] pageSize: 20,
}, name: null,
total: 0, status: null,
tableProps, planFinishTime: [],
list: [], },
tableH: this.tableHeight(260), total: 0,
tableBtn: [ tableProps,
this.$auth.hasPermi('base:order-group:bind') list: [],
? { tableBtn: [
type: 'bind', this.$auth.hasPermi('base:order-group:bind')
btnName: '绑定', ? {
showTip: '厂务订单', type: 'bind',
showParam: { btnName: '绑定',
type: '&', showTip: '厂务订单',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 3 type: 'less',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-group:complete') }
? { : undefined,
type: 'complete', this.$auth.hasPermi('base:order-group:complete')
btnName: '完成', ? {
showTip: '完成订单', type: 'complete',
showParam: { btnName: '完成',
type: '&', showTip: '完成订单',
data: [ showParam: {
{ type: '&',
type: 'equal', data: [
name: 'status', {
value: 3 type: 'equal',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-group:termination') }
? { : undefined,
type: 'termination', this.$auth.hasPermi('base:order-group:termination')
btnName: '终止', ? {
showTip: '终止', type: 'termination',
showParam: { btnName: '终止',
type: '&', showTip: '终止',
data: [ showParam: {
{ type: '&',
type: 'equal', data: [
name: 'status', {
value: 3 type: 'equal',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-group:cancel') }
? { : undefined,
type: 'cancel', this.$auth.hasPermi('base:order-group:cancel')
btnName: '作废', ? {
showTip: '作废', type: 'cancel',
showParam: { btnName: '作废',
type: '&', showTip: '作废',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 2 type: 'less',
} name: 'status',
] value: 2,
} },
} ],
: undefined, },
{ }
type: 'detail', : undefined,
btnName: '详情' {
}, type: 'detail',
this.$auth.hasPermi('base:order-group:edit') btnName: '详情',
? { },
type: 'edit', this.$auth.hasPermi('base:order-group:edit')
btnName: '编辑', ? {
showParam: { type: 'edit',
type: '&', btnName: '编辑',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 2 type: 'less',
} name: 'status',
] value: 2,
} },
} ],
: undefined },
].filter((v) => v), }
addOrEditTitle: '', : undefined,
centervisible: false, ].filter((v) => v),
priorityList: this.getDictDatas(this.DICT_TYPE.ORDER_PRIORITY), addOrEditTitle: '',
workIssueTitle: '', centervisible: false,
bindOrderVisible: false, priorityList: this.getDictDatas(this.DICT_TYPE.ORDER_PRIORITY),
orderDetailVisible: false workIssueTitle: '',
} bindOrderVisible: false,
}, orderDetailVisible: false,
components: { OrderGroupAdd, BindOrder }, };
created() { },
window.addEventListener('resize', () => { components: { OrderGroupAdd, BindOrder },
this.tableH = this.tableHeight(260) created() {
}) this.getList();
this.getList() },
}, methods: {
methods: { getList() {
getList() { getOrderGroupPage({ ...this.queryParams }).then((res) => {
getOrderGroupPage({...this.queryParams}).then(res => { let arr = res.data.records || [];
let arr = res.data.records || [] this.total = res.data.total || 0;
this.total = res.data.total || 0 if (arr.length > 0) {
if (arr.length > 0) { customerList().then((result) => {
customerList().then(result => { let tempData = result.data || [];
let tempData = result.data || [] if (tempData.length > 0) {
if (tempData.length > 0) { arr.map((item) => {
arr.map(item => { for (let i of tempData) {
for (let i of tempData) { if (item.customerId === i.id) {
if (item.customerId === i.id) { item.customerId = i.name;
item.customerId = i.name }
} }
} });
}) this.list = arr;
this.list = arr }
} });
}) } else {
}else { this.list = arr;
this.list = arr }
} });
}) },
}, buttonClick(val) {
buttonClick(val) { console.log(val);
console.log(val) if (val.btnName === 'search') {
if (val.btnName === 'search') { this.queryParams.name = val.name;
this.queryParams.name = val.name this.queryParams.status = val.status;
this.queryParams.status = val.status if (val.timeVal && val.timeVal.length > 0) {
if (val.timeVal && val.timeVal.length > 0) { this.queryParams.planFinishTime[0] = val.timeVal[0] + ' 00:00:00';
this.queryParams.planFinishTime[0] = val.timeVal[0] + ' 00:00:00' this.queryParams.planFinishTime[1] = val.timeVal[1] + ' 23:59:59';
this.queryParams.planFinishTime[1] = val.timeVal[1] + ' 23:59:59' } else {
} else { this.queryParams.planFinishTime = [];
this.queryParams.planFinishTime = [] }
} this.getList();
this.getList() } else {
} else { this.addOrEditTitle = '新增';
this.addOrEditTitle = '新增' this.centervisible = true;
this.centervisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.orderGroupAdd.init();
this.$refs.orderGroupAdd.init() });
}) }
} },
}, handleClick(val) {
handleClick(val) { console.log(val);
console.log(val) switch (val.type) {
switch (val.type) { case 'edit':
case 'edit': this.addOrEditTitle = '编辑';
this.addOrEditTitle = '编辑' this.centervisible = true;
this.centervisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.orderGroupAdd.init(val.data.id);
this.$refs.orderGroupAdd.init(val.data.id) });
}) break;
break case 'cancel':
case 'cancel': this.handleEditStatus(val.data, '作废', '6');
this.handleEditStatus(val.data, '作废', '6') break;
break case 'detail':
case 'detail': this.$router.push({
this.$router.push({path: '/order/base/order-group/order-group-detail-data?orderGroupId='+ val.data.id}) path:
break '/order/base/order-group/order-group-detail-data?orderGroupId=' +
case 'termination': val.data.id,
this.handleEditStatus(val.data, '终止', '5') });
break break;
case 'bind': case 'termination':
this.workIssueTitle = '绑定工单' this.handleEditStatus(val.data, '终止', '5');
this.bindOrderVisible = true break;
this.$nextTick(() => { case 'bind':
this.$refs.bindOrder.init(val.data) this.workIssueTitle = '绑定工单';
}) this.bindOrderVisible = true;
break this.$nextTick(() => {
case 'complete': this.$refs.bindOrder.init(val.data);
this.handleEditStatus(val.data, '完成', '4') });
break break;
default: case 'complete':
} this.handleEditStatus(val.data, '完成', '4');
}, break;
// , default:
handleEditStatus(val, tip, status) { }
let _this = this },
if (val.orderIdNum > 0) {// // ,
_this.$confirm('是否将"'+tip+'"操作同步至下级订单和工单?','确认信息', { handleEditStatus(val, tip, status) {
type: 'warning', let _this = this;
distinguishCancelAndClose: true, if (val.orderIdNum > 0) {
confirmButtonText: '同步', //
cancelButtonText: '不同步' _this
}).then(function() { .$confirm(
console.log('同步') '是否将"' + tip + '"操作同步至下级订单和工单?',
groupOrderStatusSet({ id: val.id, status: status, isSync: true}).then(() => { '确认信息',
_this.getList(); {
_this.$modal.msgSuccess("操作成功"); type: 'warning',
}) distinguishCancelAndClose: true,
}).catch(action => { confirmButtonText: '同步',
if (action === 'cancel') { cancelButtonText: '不同步',
console.log('不同步') }
groupOrderStatusSet({ id: val.id, status: status, isSync: false}).then(() => { )
_this.getList(); .then(function () {
_this.$modal.msgSuccess("操作成功"); console.log('同步');
}) groupOrderStatusSet({
}else { id: val.id,
return console.log('关闭') status: status,
} isSync: true,
}) }).then(() => {
}else{// _this.getList();
_this.$modal.confirm('是否确认"'+tip+'"集团订单名称为"' + val.name + '"的数据项?').then(function() { _this.$modal.msgSuccess('操作成功');
return groupOrderStatusSet({ id: val.id, status: status}) });
}).then(() => { })
_this.getList(); .catch((action) => {
_this.$modal.msgSuccess("操作成功"); if (action === 'cancel') {
}).catch(() => {}); console.log('不同步');
} groupOrderStatusSet({
}, id: val.id,
handleCancel() { status: status,
this.$refs.orderGroupAdd.formClear() isSync: false,
this.centervisible = false }).then(() => {
this.addOrEditTitle = '' _this.getList();
}, _this.$modal.msgSuccess('操作成功');
handleConfirm() { });
this.$refs.orderGroupAdd.submitForm() } else {
}, return console.log('关闭');
successSubmit() { }
this.handleCancel() });
this.getList() } else {
}, //
// _this.$modal
bindOrderCancel() { .confirm(
this.$refs.bindOrder.formClear() '是否确认"' + tip + '"集团订单名称为"' + val.name + '"的数据项?'
this.bindOrderVisible = false )
}, .then(function () {
bindOrderConfirm() { return groupOrderStatusSet({ id: val.id, status: status });
this.$refs.bindOrder.bindOrderSubmit() })
}, .then(() => {
bindOrderSubmit() { _this.getList();
this.bindOrderCancel() _this.$modal.msgSuccess('操作成功');
this.getList() })
} .catch(() => {});
} }
} },
handleCancel() {
this.$refs.orderGroupAdd.formClear();
this.centervisible = false;
this.addOrEditTitle = '';
},
handleConfirm() {
this.$refs.orderGroupAdd.submitForm();
},
successSubmit() {
this.handleCancel();
this.getList();
},
//
bindOrderCancel() {
this.$refs.bindOrder.formClear();
this.bindOrderVisible = false;
},
bindOrderConfirm() {
this.$refs.bindOrder.bindOrderSubmit();
},
bindOrderSubmit() {
this.bindOrderCancel();
this.getList();
},
},
};
</script> </script>

View File

@ -1,470 +1,494 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="290"
slot="handleBtn" label="操作"
:width="290" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 新增&编辑 -->
:total="total" <base-dialog
@pagination="getList" :dialogTitle="addOrEditTitle"
/> :dialogVisible="centervisible"
<!-- 新增&编辑 --> @cancel="handleCancel"
<base-dialog @confirm="handleConfirm"
:dialogTitle="addOrEditTitle" :before-close="handleCancel"
:dialogVisible="centervisible" width="60%">
@cancel="handleCancel" <order-add
@confirm="handleConfirm" ref="orderAdd"
:before-close="handleCancel" @successSubmit="successSubmit" />
width='60%' </base-dialog>
> <!-- 查看详情 -->
<order-add ref="orderAdd" @successSubmit="successSubmit" /> <!-- 新增工单 -->
</base-dialog> <base-dialog
<!-- 查看详情 --> :dialogTitle="workIssueTitle"
<!-- 新增工单 --> :dialogVisible="addWorkOrdervisible"
<base-dialog @cancel="addWorkOrderCancel"
:dialogTitle="workIssueTitle" @confirm="addWorkOrderConfirm"
:dialogVisible="addWorkOrdervisible" :before-close="addWorkOrderCancel"
@cancel="addWorkOrderCancel" width="70%">
@confirm="addWorkOrderConfirm" <add-work-order
:before-close="addWorkOrderCancel" ref="addWorkOrder"
width='70%' @addWorkOrderSubmit="addWorkOrderSubmit" />
> </base-dialog>
<add-work-order ref="addWorkOrder" @addWorkOrderSubmit="addWorkOrderSubmit" /> </div>
</base-dialog>
</div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { getOrderPage, orderStatusSet, customerList, orderFinish } from '@/api/base/orderManage' import {
import OrderAdd from './components/orderAdd' getOrderPage,
import AddWorkOrder from './components/addWorkOrder' orderStatusSet,
import { publicFormatter } from '@/utils/dict' customerList,
orderFinish,
} from '@/api/base/orderManage';
import OrderAdd from './components/orderAdd';
import AddWorkOrder from './components/addWorkOrder';
import { publicFormatter } from '@/utils/dict';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'createTime', prop: 'createTime',
label: '添加时间', label: '添加时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'name', prop: 'name',
label: '订单名称', label: '订单名称',
minWidth: 140, minWidth: 140,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'code', prop: 'code',
label: '订单编码', label: '订单编码',
minWidth: 150, minWidth: 150,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'triggerOrigin', prop: 'triggerOrigin',
label: '来源', label: '来源',
filter: publicFormatter('order_Origin') filter: publicFormatter('order_Origin'),
}, },
{ {
prop: 'priority', prop: 'priority',
label: '优先级', label: '优先级',
filter: publicFormatter('order_priority') filter: publicFormatter('order_priority'),
}, },
{ {
prop: 'status', prop: 'status',
label: '订单状态', label: '订单状态',
filter: publicFormatter('order_status') filter: publicFormatter('order_status'),
}, },
{ {
prop: 'planQuantity', prop: 'planQuantity',
label: '计划加工量', label: '计划加工量',
width: 100 width: 100,
}, },
{ {
prop: 'actualQuantity', prop: 'actualQuantity',
label: '实际加工量', label: '实际加工量',
width: 100 width: 100,
}, },
{ {
prop: 'productName', prop: 'productName',
label: '产品', label: '产品',
width: 200, width: 200,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('unit_dict') filter: publicFormatter('unit_dict'),
}, },
{ {
prop: 'price', prop: 'price',
label: '单价(元)', label: '单价(元)',
align: 'right' align: 'right',
}, },
{ {
prop: 'workOrderNum', prop: 'workOrderNum',
label: '工单数量' label: '工单数量',
} },
] ];
export default { export default {
name: 'OrderManage', name: 'OrderManage',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '订单名称', type: 'input',
placeholder: '订单名称', label: '订单名称',
param: 'name' placeholder: '订单名称',
}, param: 'name',
{ },
type: 'select', {
label: '状态', type: 'select',
selectOptions: this.getDictDatas(this.DICT_TYPE.ORDER_STATUS), label: '状态',
labelField: 'label', selectOptions: this.getDictDatas(this.DICT_TYPE.ORDER_STATUS),
valueField: 'value', labelField: 'label',
param: 'status' valueField: 'value',
}, param: 'status',
{ },
type: 'datePicker', {
label: '时间段', type: 'datePicker',
dateType: 'daterange', label: '时间段',
format: 'yyyy-MM-dd', dateType: 'daterange',
valueFormat: "yyyy-MM-dd", format: 'yyyy-MM-dd',
rangeSeparator: '-', valueFormat: 'yyyy-MM-dd',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 250 defaultSelect: [],
}, width: 250,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:order-manage:create') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:order-manage:create')
{ ? 'separate'
type: this.$auth.hasPermi('base:order-manage:create') ? 'button' : '', : '',
btnName: '新增', },
name: 'add', {
color: 'success', type: this.$auth.hasPermi('base:order-manage:create') ? 'button' : '',
plain: true btnName: '新增',
} name: 'add',
], color: 'success',
// plain: true,
queryParams: { },
pageNo: 1, ],
pageSize: 20, //
name: null, queryParams: {
status: null, pageNo: 1,
lastIssuedTime: [] pageSize: 20,
}, name: null,
total: 0, status: null,
tableProps, lastIssuedTime: [],
list: [], },
tableH: this.tableHeight(260), total: 0,
tableBtn: [ tableProps,
this.$auth.hasPermi('base:order-manage:addWorkOrder') list: [],
? { tableBtn: [
type: 'add', this.$auth.hasPermi('base:order-manage:addWorkOrder')
btnName: '新增', ? {
showTip: '新增工单', type: 'add',
showParam: { btnName: '新增',
type: '&', showTip: '新增工单',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 3 type: 'less',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-manage:bindWorkOrder') }
? { : undefined,
type: 'bind', this.$auth.hasPermi('base:order-manage:bindWorkOrder')
btnName: '绑定', ? {
showTip: '绑定工单', type: 'bind',
showParam: { btnName: '绑定',
type: '&', showTip: '绑定工单',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 3 type: 'less',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-manage:complete') }
? { : undefined,
type: 'complete', this.$auth.hasPermi('base:order-manage:complete')
btnName: '完成', ? {
showTip: '完成订单', type: 'complete',
showParam: { btnName: '完成',
type: '&', showTip: '完成订单',
data: [ showParam: {
{ type: '&',
type: 'equal', data: [
name: 'status', {
value: 3 type: 'equal',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-manage:termination') }
? { : undefined,
type: 'termination', this.$auth.hasPermi('base:order-manage:termination')
btnName: '终止', ? {
showTip: '终止', type: 'termination',
showParam: { btnName: '终止',
type: '&', showTip: '终止',
data: [ showParam: {
{ type: '&',
type: 'equal', data: [
name: 'status', {
value: 3 type: 'equal',
} name: 'status',
] value: 3,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-manage:cancel') }
? { : undefined,
type: 'cancel', this.$auth.hasPermi('base:order-manage:cancel')
btnName: '作废', ? {
showTip: '作废', type: 'cancel',
showParam: { btnName: '作废',
type: '&', showTip: '作废',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 2 type: 'less',
} name: 'status',
] value: 2,
} },
} ],
: undefined, },
this.$auth.hasPermi('base:order-manage:detail') }
? { : undefined,
type: 'detail', this.$auth.hasPermi('base:order-manage:detail')
btnName: '详情' ? {
} type: 'detail',
: undefined, btnName: '详情',
this.$auth.hasPermi('base:order-manage:edit') }
? { : undefined,
type: 'edit', this.$auth.hasPermi('base:order-manage:edit')
btnName: '编辑', ? {
showParam: { type: 'edit',
type: '&', btnName: '编辑',
data: [ showParam: {
{ type: '&',
type: 'less', data: [
name: 'status', {
value: 2 type: 'less',
} name: 'status',
] value: 2,
} },
} ],
: undefined },
].filter((v) => v), }
addOrEditTitle: '', : undefined,
centervisible: false, ].filter((v) => v),
priorityList: this.getDictDatas(this.DICT_TYPE.ORDER_PRIORITY), addOrEditTitle: '',
workIssueTitle: '', centervisible: false,
addWorkOrdervisible: false, priorityList: this.getDictDatas(this.DICT_TYPE.ORDER_PRIORITY),
orderDetailVisible: false workIssueTitle: '',
} addWorkOrdervisible: false,
}, orderDetailVisible: false,
components: { OrderAdd, AddWorkOrder }, };
created() { },
window.addEventListener('resize', () => { components: { OrderAdd, AddWorkOrder },
this.tableH = this.tableHeight(260) created() {
}) this.getList();
this.getList() },
}, methods: {
methods: { getList() {
getList() { getOrderPage({ ...this.queryParams }).then((res) => {
getOrderPage({...this.queryParams}).then(res => { let arr = res.data.records || [];
let arr = res.data.records || [] this.total = res.data.total || 0;
this.total = res.data.total || 0 if (arr.length > 0) {
if (arr.length > 0) { customerList().then((result) => {
customerList().then(result => { let tempData = result.data || [];
let tempData = result.data || [] if (tempData.length > 0) {
if (tempData.length > 0) { arr.map((item) => {
arr.map(item => { for (let i of tempData) {
for (let i of tempData) { if (item.customerId === i.id) {
if (item.customerId === i.id) { item.customerId = i.name;
item.customerId = i.name }
} }
} item.price = item.price ? item.price.toFixed(2) : '0.00';
item.price = item.price ? item.price.toFixed(2) : '0.00' });
}) this.list = arr;
this.list = arr }
} });
}) } else {
}else { this.list = arr;
this.list = arr }
} });
}) },
}, buttonClick(val) {
buttonClick(val) { console.log(val);
console.log(val) if (val.btnName === 'search') {
if (val.btnName === 'search') { this.queryParams.name = val.name;
this.queryParams.name = val.name this.queryParams.status = val.status;
this.queryParams.status = val.status if (val.timeVal && val.timeVal.length > 0) {
if (val.timeVal && val.timeVal.length > 0) { this.queryParams.lastIssuedTime[0] = val.timeVal[0] + ' 00:00:00';
this.queryParams.lastIssuedTime[0] = val.timeVal[0] + ' 00:00:00' this.queryParams.lastIssuedTime[1] = val.timeVal[1] + ' 23:59:59';
this.queryParams.lastIssuedTime[1] = val.timeVal[1] + ' 23:59:59' } else {
} else { this.queryParams.lastIssuedTime = [];
this.queryParams.lastIssuedTime = [] }
} this.getList();
this.getList() } else {
} else { this.addOrEditTitle = '新增';
this.addOrEditTitle = '新增' this.centervisible = true;
this.centervisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.orderAdd.init();
this.$refs.orderAdd.init() });
}) }
} },
}, handleClick(val) {
handleClick(val) { console.log(val);
console.log(val) switch (val.type) {
switch (val.type) { case 'edit':
case 'edit': this.addOrEditTitle = '编辑';
this.addOrEditTitle = '编辑' this.centervisible = true;
this.centervisible = true this.$nextTick(() => {
this.$nextTick(() => { this.$refs.orderAdd.init(val.data.id);
this.$refs.orderAdd.init(val.data.id) });
}) break;
break case 'cancel':
case 'cancel': this.handleEditStatus(val.data, '作废', '6');
this.handleEditStatus(val.data, '作废', '6') break;
break case 'termination':
case 'termination': this.handleEditStatus(val.data, '终止', '5');
this.handleEditStatus(val.data, '终止', '5') break;
break case 'detail':
case 'detail': this.$router.push({
this.$router.push({path: '/order/base/order-manage/order-detail-data?orderId='+ val.data.id}) path:
break '/order/base/order-manage/order-detail-data?orderId=' +
case 'add': val.data.id,
this.workIssueTitle = '新增工单' });
this.addWorkOrdervisible = true break;
this.$nextTick(() => { case 'add':
this.$refs.addWorkOrder.init(val.data, 'add') this.workIssueTitle = '新增工单';
}) this.addWorkOrdervisible = true;
break this.$nextTick(() => {
case 'bind': this.$refs.addWorkOrder.init(val.data, 'add');
this.workIssueTitle = '绑定工单' });
this.addWorkOrdervisible = true break;
this.$nextTick(() => { case 'bind':
this.$refs.addWorkOrder.init(val.data, 'bind') this.workIssueTitle = '绑定工单';
}) this.addWorkOrdervisible = true;
break this.$nextTick(() => {
case 'complete': this.$refs.addWorkOrder.init(val.data, 'bind');
this.handleEditStatus(val.data, '完成', '4') });
break break;
default: case 'complete':
} this.handleEditStatus(val.data, '完成', '4');
}, break;
// , default:
handleEditStatus(val, tip, status) { }
let _this = this },
if (val.workOrderNum > 0) {// // ,
_this.$confirm('是否将"'+tip+'"操作同步至下级工单?','确认信息', { handleEditStatus(val, tip, status) {
type: 'warning', let _this = this;
distinguishCancelAndClose: true, if (val.workOrderNum > 0) {
confirmButtonText: '同步', //
cancelButtonText: '不同步' _this
}).then(function() { .$confirm('是否将"' + tip + '"操作同步至下级工单?', '确认信息', {
console.log('同步') type: 'warning',
orderStatusSet({ id: val.id, status: status, isSync: true}).then(() => { distinguishCancelAndClose: true,
_this.getList(); confirmButtonText: '同步',
_this.$modal.msgSuccess("操作成功"); cancelButtonText: '不同步',
}) })
}).catch(action => { .then(function () {
if (action === 'cancel') { console.log('同步');
console.log('不同步') orderStatusSet({ id: val.id, status: status, isSync: true }).then(
orderStatusSet({ id: val.id, status: status, isSync: false}).then(() => { () => {
_this.getList(); _this.getList();
_this.$modal.msgSuccess("操作成功"); _this.$modal.msgSuccess('操作成功');
}) }
}else { );
return console.log('关闭') })
} .catch((action) => {
}) if (action === 'cancel') {
}else{// console.log('不同步');
_this.$modal.confirm('是否确认"'+tip+'"厂务订单名称为"' + val.name + '"的数据项?').then(function() { orderStatusSet({
return orderStatusSet({ id: val.id, status: status}) id: val.id,
}).then(() => { status: status,
_this.getList(); isSync: false,
_this.$modal.msgSuccess("操作成功"); }).then(() => {
}).catch(() => {}); _this.getList();
} _this.$modal.msgSuccess('操作成功');
}, });
// } else {
handleCancel() { return console.log('关闭');
this.$refs.orderAdd.formClear() }
this.centervisible = false });
this.addOrEditTitle = '' } else {
}, //
handleConfirm() { _this.$modal
this.$refs.orderAdd.submitForm() .confirm(
}, '是否确认"' + tip + '"厂务订单名称为"' + val.name + '"的数据项?'
successSubmit() { )
this.handleCancel() .then(function () {
this.getList() return orderStatusSet({ id: val.id, status: status });
}, })
// .then(() => {
addWorkOrderCancel() { _this.getList();
this.$refs.addWorkOrder.formClear() _this.$modal.msgSuccess('操作成功');
this.addWorkOrdervisible = false })
}, .catch(() => {});
addWorkOrderConfirm() { }
this.$refs.addWorkOrder.addWorkOrderSubmit() },
}, //
addWorkOrderSubmit() { handleCancel() {
this.addWorkOrderCancel() this.$refs.orderAdd.formClear();
this.getList() this.centervisible = false;
} this.addOrEditTitle = '';
// bindWorkOrderCancel() { },
// this.$refs.bindWorkOrder.formClear() handleConfirm() {
// this.bindWorkOrdervisible = false this.$refs.orderAdd.submitForm();
// }, },
// bindWorkOrderConfirm() { successSubmit() {
// this.$refs.bindWorkOrder.bindWorkOrderSubmit() this.handleCancel();
// }, this.getList();
// bindWorkOrderSubmit() { },
// this.bindWorkOrderCancel() //
// this.getList() addWorkOrderCancel() {
// } this.$refs.addWorkOrder.formClear();
} this.addWorkOrdervisible = false;
} },
addWorkOrderConfirm() {
this.$refs.addWorkOrder.addWorkOrderSubmit();
},
addWorkOrderSubmit() {
this.addWorkOrderCancel();
this.getList();
},
// bindWorkOrderCancel() {
// this.$refs.bindWorkOrder.formClear()
// this.bindWorkOrdervisible = false
// },
// bindWorkOrderConfirm() {
// this.$refs.bindWorkOrder.bindWorkOrderSubmit()
// },
// bindWorkOrderSubmit() {
// this.bindWorkOrderCancel()
// this.getList()
// }
},
};
</script> </script>

View File

@ -1,390 +1,427 @@
<template> <template>
<div class="app-container orderMonitoring"> <div class="app-container orderMonitoring">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> <search-bar
<el-tabs v-model="activeName" @tab-click="toggleTab"> :formConfigs="formConfig"
<el-tab-pane label="数据列表" name="dataList"></el-tab-pane> ref="searchBarForm"
<el-tab-pane label="环形图" name="barChart"></el-tab-pane> @headBtnClick="buttonClick" />
</el-tabs> <el-tabs
<!-- --> v-model="activeName"
<div v-if="activeName === 'dataList'"> @tab-click="toggleTab">
<base-table :page="1" :limit="1000000000000" :table-props="tableProps" :table-data="list" :max-height="tableH" <el-tab-pane
row-key="id" :tree-props="{ children: 'orderMonitorVOS', hasChildren: 'hasChildren' }"> label="数据列表"
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="100" label="操作" :method-list="tableBtn" name="dataList"></el-tab-pane>
@clickBtn="handleClick" /> <el-tab-pane
</base-table> label="环形图"
</div> name="barChart"></el-tab-pane>
<!-- --> </el-tabs>
<monitoring-ring-charts ref='monitoringRingCharts' v-else :chart-list='chartList' /> <!-- -->
<!-- <pagination <div v-if="activeName === 'dataList'">
<base-table
:page="1"
:limit="1000000000000"
:table-props="tableProps"
:table-data="list"
:max-height="tableH"
row-key="id"
:tree-props="{
children: 'orderMonitorVOS',
hasChildren: 'hasChildren',
}">
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="100"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
</div>
<!-- -->
<monitoring-ring-charts
ref="monitoringRingCharts"
v-else
:chart-list="chartList" />
<!-- <pagination
:page.sync="queryParams.pageNo" :page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.pageSize"
:total="total" :total="total"
@pagination="getPage" @pagination="getPage"
/> --> /> -->
</div> </div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { orderGroupMonitor } from '@/api/base/orderGroup' import { orderGroupMonitor } from '@/api/base/orderGroup';
import MonitoringRingCharts from './../components/monitoringRingCharts' import MonitoringRingCharts from './../components/monitoringRingCharts';
import moment from "moment" import moment from 'moment';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'name', prop: 'name',
label: '订单名称', label: '订单名称',
minWidth: 140, minWidth: 140,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'orderType', prop: 'orderType',
label: '订单类型' label: '订单类型',
}, },
{ {
prop: 'customerName', prop: 'customerName',
label: '客户' label: '客户',
}, },
{ {
prop: 'productname', prop: 'productname',
label: '产品', label: '产品',
minWidth: 200, minWidth: 200,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'planStartTime', prop: 'planStartTime',
label: '计划开始时间', label: '计划开始时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'planFinishTime', prop: 'planFinishTime',
label: '计划完成时间', label: '计划完成时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'status', prop: 'status',
label: '订单状态', label: '订单状态',
filter: publicFormatter('order_status') filter: publicFormatter('order_status'),
}, },
{ {
prop: 'startProduceTime', prop: 'startProduceTime',
label: '实际开始时间', label: '实际开始时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'finishProduceTime', prop: 'finishProduceTime',
label: '实际完成时间', label: '实际完成时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'deliveTime', prop: 'deliveTime',
label: '交货时间', label: '交货时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'lineNames', prop: 'lineNames',
label: '加工线', label: '加工线',
filter: (val) => val ? val.join(',') : '', filter: (val) => (val ? val.join(',') : ''),
minWidth: 180 minWidth: 180,
}, },
{ {
prop: 'planQuantity', prop: 'planQuantity',
label: '计划生产量', label: '计划生产量',
width: 100 width: 100,
}, },
{ {
prop: 'actualquantity', prop: 'actualquantity',
label: '实际产出量', label: '实际产出量',
width: 100 width: 100,
}, },
{ {
prop: 'completeRate', prop: 'completeRate',
label: '订单完成率', label: '订单完成率',
width: 100 width: 100,
}, },
{ {
prop: 'orderNum', prop: 'orderNum',
label: '关联订单/工单数量', label: '关联订单/工单数量',
width: 110 width: 110,
} },
] ];
export default { export default {
name: 'OrderCompletionMonitoring', name: 'OrderCompletionMonitoring',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '集团订单名称', type: 'input',
param: 'name' label: '集团订单名称',
}, param: 'name',
{ },
type: 'datePicker', {
label: '时间段', type: 'datePicker',
dateType: 'daterange', label: '时间段',
format: 'yyyy-MM-dd', dateType: 'daterange',
valueFormat: "yyyy-MM-dd", format: 'yyyy-MM-dd',
rangeSeparator: '-', valueFormat: 'yyyy-MM-dd',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 250 defaultSelect: [],
}, width: 250,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
} color: 'primary',
], },
activeName: 'dataList', ],
// activeName: 'dataList',
queryParams: { //
name: null, queryParams: {
deliveTime: [] name: null,
}, deliveTime: [],
tableProps, },
list: [], tableProps,
tableH: this.tableHeight(260), list: [],
total: 0, total: 0,
tableBtn: [ tableBtn: [
this.$auth.hasPermi('base:order-completion-monitoring:orderDet') this.$auth.hasPermi('base:order-completion-monitoring:orderDet')
? { ? {
type: 'orderDetail', type: 'orderDetail',
btnName: '详情', btnName: '详情',
showTip: '订单/工单详情', showTip: '订单/工单详情',
showParam: { showParam: {
type: '&', type: '&',
data: [ data: [
{ {
type: 'more', type: 'more',
name: 'orderNum', name: 'orderNum',
value: 1 value: 1,
} },
] ],
} },
} }
: undefined, : undefined,
this.$auth.hasPermi('base:order-completion-monitoring:qualityDet') this.$auth.hasPermi('base:order-completion-monitoring:qualityDet')
? { ? {
type: 'qualityDetail', type: 'qualityDetail',
btnName: '质量', btnName: '质量',
showTip: '质量详情', showTip: '质量详情',
showParam: { showParam: {
type: '&', type: '&',
data: [ data: [
{ {
type: 'more', type: 'more',
name: 'orderNum', name: 'orderNum',
value: 1 value: 1,
}, },
{ {
type: 'unequal', type: 'unequal',
name: 'woIdString', name: 'woIdString',
value: '' value: '',
} },
] ],
} },
} }
: undefined : undefined,
// this.$auth.hasPermi('base:order-completion-monitoring:sendOut') // this.$auth.hasPermi('base:order-completion-monitoring:sendOut')
// ? { // ? {
// type: 'sendOutDetail', // type: 'sendOutDetail',
// btnName: '', // btnName: '',
// showTip: '', // showTip: '',
// showParam: { // showParam: {
// type: '&', // type: '&',
// data: [ // data: [
// { // {
// type: 'more', // type: 'more',
// name: 'workOrderNum', // name: 'workOrderNum',
// value: 1 // value: 1
// } // }
// ] // ]
// } // }
// } // }
// : undefined // : undefined
].filter((v) => v), ].filter((v) => v),
chartList: [] chartList: [],
} };
}, },
components: { MonitoringRingCharts }, components: { MonitoringRingCharts },
mounted() { mounted() {
window.addEventListener('resize', () => { let start = moment().subtract(30, 'days').format('yyyy-MM-DD');
this.tableH = this.tableHeight(260) let end = moment().format('yyyy-MM-DD');
}) this.formConfig[1].defaultSelect = [start, end];
let start = moment().subtract(30, 'days').format('yyyy-MM-DD') this.queryParams.deliveTime[0] = start + ' 00:00:00';
let end = moment().format('yyyy-MM-DD') this.queryParams.deliveTime[1] = end + ' 23:59:59';
this.formConfig[1].defaultSelect = [start, end] this.getPage();
this.queryParams.deliveTime[0] = start + ' 00:00:00' },
this.queryParams.deliveTime[1] = end + ' 23:59:59' methods: {
this.getPage() getPage() {
}, orderGroupMonitor({ ...this.queryParams }).then((res) => {
methods: { let arr = res.data || [];
getPage() { if (arr.length > 0) {
orderGroupMonitor({ ...this.queryParams }).then(res => { let color = ['#7164FF', '#288AFF', '#63BDFF', '#8EF0AB', '#FFCE6A'];
let arr = res.data || [] let arr2 = [];
if (arr.length > 0) { arr.map((item) => {
let color = ['#7164FF', '#288AFF', '#63BDFF', '#8EF0AB', '#FFCE6A'] item.orderType = '集团订单'; //
let arr2 = [] let woIdString = ''; //str
arr.map(item => { //=========
item.orderType = '集团订单'// let arr3 = [];
let woIdString = ''//str let obj = {};
//========= obj.orderGroupName = item.name;
let arr3 = [] obj.id = item.id;
let obj = {} obj.num = item.planQuantity || 0;
obj.orderGroupName = item.name let sunNum = 0;
obj.id = item.id if (item.orderMonitorVOS && item.orderMonitorVOS.length > 0) {
obj.num = item.planQuantity || 0 for (let i = 0; i < item.orderMonitorVOS.length; i++) {
let sunNum = 0 item.orderMonitorVOS[i].orderType = '厂务订单'; //
if (item.orderMonitorVOS && item.orderMonitorVOS.length > 0) { item.orderMonitorVOS[i].id = item.orderMonitorVOS[i].orderid;
for (let i = 0; i < item.orderMonitorVOS.length; i++) { item.orderMonitorVOS[i].orderNum =
item.orderMonitorVOS[i].orderType = '厂务订单'// item.orderMonitorVOS[i].workOrderNum;
item.orderMonitorVOS[i].id = item.orderMonitorVOS[i].orderid woIdString += item.orderMonitorVOS[i].woIdString
item.orderMonitorVOS[i].orderNum = item.orderMonitorVOS[i].workOrderNum ? item.orderMonitorVOS[i].woIdString + ','
woIdString += item.orderMonitorVOS[i].woIdString ? item.orderMonitorVOS[i].woIdString : '' : '';
//============== //==============
let subObj = {} let subObj = {};
subObj.value = item.orderMonitorVOS[i].actualquantity subObj.value = item.orderMonitorVOS[i].actualquantity;
subObj.name = item.orderMonitorVOS[i].name subObj.name = item.orderMonitorVOS[i].name;
if (i < 5) { if (i < 5) {
subObj.color = color[i] subObj.color = color[i];
} else { } else {
subObj.color = color[i % 5] subObj.color = color[i % 5];
} }
sunNum += (item.orderMonitorVOS[i].actualquantity || 0) sunNum += item.orderMonitorVOS[i].actualquantity || 0;
arr3.push(subObj) arr3.push(subObj);
} }
} woIdString = woIdString.slice(0, -1);
item.woIdString = woIdString }
arr3.push({ item.woIdString = woIdString;
value: item.planQuantity - sunNum > 0 ? item.planQuantity - sunNum : 0, arr3.push({
name: '未生产', value:
color: '#F5F5F5' item.planQuantity - sunNum > 0 ? item.planQuantity - sunNum : 0,
}) name: '未生产',
obj.sunNum = sunNum color: '#F5F5F5',
obj.order = arr3 });
arr2.push(obj) obj.sunNum = sunNum;
}) obj.order = arr3;
this.chartList = arr2 arr2.push(obj);
if (this.activeName === 'barChart' && this.chartList.length > 0) { });
this.$nextTick(() => { this.chartList = arr2;
this.$refs.monitoringRingCharts.initChart() if (this.activeName === 'barChart' && this.chartList.length > 0) {
}) this.$nextTick(() => {
} this.$refs.monitoringRingCharts.initChart();
} else { });
// }
this.chartList = [] } else {
} //
console.log(arr) this.chartList = [];
this.list = arr }
}) console.log(arr);
}, this.list = arr;
// });
buttonClick(val) { },
this.queryParams.name = val.name //
if (val.timeVal && val.timeVal.length > 0) { buttonClick(val) {
this.queryParams.deliveTime[0] = val.timeVal[0] + ' 00:00:00' this.queryParams.name = val.name;
this.queryParams.deliveTime[1] = val.timeVal[1] + ' 23:59:59' if (val.timeVal && val.timeVal.length > 0) {
} else { this.queryParams.deliveTime[0] = val.timeVal[0] + ' 00:00:00';
this.queryParams.deliveTime = [] this.queryParams.deliveTime[1] = val.timeVal[1] + ' 23:59:59';
} } else {
this.getPage() this.queryParams.deliveTime = [];
}, }
handleClick(val) { this.getPage();
console.log(val) },
switch (val.type) { handleClick(val) {
case 'orderDetail': console.log(val);
if (val.data.orderType === '集团订单') { switch (val.type) {
this.$router.push({// case 'orderDetail':
path: '/order/base/order-manage/order-detail-data?orderIdString=' + val.data.orderIds.join(',') if (val.data.orderType === '集团订单') {
}) this.$router.push({
} else { //
this.$router.push({// path:
path: '/core/core-work-order-detail?woIdString=' + val.data.woIdString '/order/base/order-manage/order-detail-data?orderIdString=' +
}) val.data.orderIds.join(','),
} });
break } else {
case 'qualityDetail': this.$router.push({
this.$router.push({ //
path: '/quality/base/quality-inspection-data/detection-information/statistical-data?woIdString=' + val.data.woIdString path:
}) '/core/core-work-order-detail?woIdString=' +
break val.data.woIdString,
default: });
// this.$router.push({ }
// path: '/delivery/delivery-log?orderId='+encodeURI(val.data.name) break;
// }) case 'qualityDetail':
} this.$router.push({
}, path:
toggleTab() { '/quality/base/quality-inspection-data/detection-information/statistical-data?woIdString=' +
if (this.activeName === 'barChart' && this.chartList.length > 0) { val.data.woIdString,
this.$nextTick(() => { });
this.$refs.monitoringRingCharts.initChart() break;
}) default:
} // this.$router.push({
} // path: '/delivery/delivery-log?orderId='+encodeURI(val.data.name)
} // })
} }
},
toggleTab() {
if (this.activeName === 'barChart' && this.chartList.length > 0) {
this.$nextTick(() => {
this.$refs.monitoringRingCharts.initChart();
});
}
},
},
};
</script> </script>
<style lang='scss'> <style lang='scss'>
.orderMonitoring { .orderMonitoring {
.el-tabs__nav::after { .el-tabs__nav::after {
content: ""; content: '';
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 2px; height: 2px;
background-color: #e4e7ed; background-color: #e4e7ed;
} }
.el-tabs__nav-wrap::after { .el-tabs__nav-wrap::after {
width: 0; width: 0;
} }
.el-tabs__item { .el-tabs__item {
padding: 0 10px; padding: 0 10px;
} }
.el-tabs__item:hover { .el-tabs__item:hover {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
.el-tabs__item.is-active { .el-tabs__item.is-active {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
.el-tabs__item { .el-tabs__item {
color: rgba(0, 0, 0, 0.45); color: rgba(0, 0, 0, 0.45);
} }
.searchBarBox { .searchBarBox {
margin-bottom: 0; margin-bottom: 0;
} }
.boxTitle { .boxTitle {
display: inline-block; display: inline-block;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
color: #000000; color: #000000;
margin: 0 10px 16px 0; margin: 0 10px 16px 0;
} }
.blueTitle { .blueTitle {
content: ''; content: '';
display: inline-block; display: inline-block;
width: 4px; width: 4px;
height: 18px; height: 18px;
background-color: #0B58FF; background-color: #0b58ff;
border-radius: 1px; border-radius: 1px;
margin-right: 8px; margin-right: 8px;
vertical-align: bottom; vertical-align: bottom;
} }
} }
</style> </style>

View File

@ -54,7 +54,9 @@ export default {
param: 'inspectionDetContent', param: 'inspectionDetContent',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-inspection-box-btn:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -66,7 +66,9 @@ export default {
param: 'nickName', param: 'nickName',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-inspection-box-permissions:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -135,7 +135,7 @@ export default {
width: 250 width: 250
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-hot-material:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
@ -144,7 +144,7 @@ export default {
type: 'separate', type: 'separate',
}, },
{ {
type: this.$auth.hasPermi('base:quality-scrap-det:create') ? 'button' : '', type: this.$auth.hasPermi('base:quality-hot-material:create') ? 'button' : '',
btnName: '新增', btnName: '新增',
name: 'add', name: 'add',
color: 'success', color: 'success',

View File

@ -92,7 +92,9 @@ export default {
// width: 350, // width: 350,
// }, // },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-inspection-det:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -134,7 +134,9 @@ export default {
param: 'name', param: 'name',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-inspection-type:query')
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -10,7 +10,7 @@
<SearchBar :formConfigs="searchBarFormConfig" ref="search-bar" @headBtnClick="handleSearchBarBtnClick" /> <SearchBar :formConfigs="searchBarFormConfig" ref="search-bar" @headBtnClick="handleSearchBarBtnClick" />
<!-- 列表 --> <!-- 列表 -->
<base-table :table-props="tableProps" :page="1" :limit="10" :table-data="list"> <base-table :max-height="tableH" :table-props="tableProps" :page="1" :limit="20" :table-data="list">
</base-table> </base-table>
</el-row> </el-row>
@ -85,6 +85,7 @@ import {
import moment from 'moment'; import moment from 'moment';
// import DialogForm from './dialogForm.vue'; // import DialogForm from './dialogForm.vue';
import * as echarts from 'echarts'; import * as echarts from 'echarts';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
// import basicPageMixin from '@/mixins/lb/basicPageMixin'; // import basicPageMixin from '@/mixins/lb/basicPageMixin';
export default { export default {
@ -92,7 +93,7 @@ export default {
// components: { // components: {
// DialogForm, // DialogForm,
// }, // },
// mixins: [basicPageMixin], mixins: [tableHeightMixin],
data() { data() {
return { return {
list: [], list: [],
@ -130,7 +131,7 @@ export default {
// width: 350, // width: 350,
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-isra-statistics:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
@ -206,15 +207,16 @@ export default {
}).then((res) => { }).then((res) => {
let mapArr= [] let mapArr= []
let mapLegendData = [] let mapLegendData = []
let obj = {
name: '',
type: 'line',
// stack: 'Total',
data: [],
mapXAxisData: [],
}
// let mapXAxisData = [] // let mapXAxisData = []
for (let i in res.data) { for (let i in res.data) {
let obj = {
name: '',
type: 'line',
// stack: 'Total',
data: [],
mapXAxisData:[],
}
// console.log(i) // console.log(i)
let dataArr = [] let dataArr = []
res.data[i].forEach(ele => { res.data[i].forEach(ele => {
@ -226,6 +228,7 @@ export default {
mapLegendData.push(i) mapLegendData.push(i)
mapArr.push(obj) mapArr.push(obj)
} }
console.log(mapArr);
// console.log(res.data[res]); // console.log(res.data[res]);
var chartDom = this.activeName === 'day' ? document.getElementById('mapDayMain') : this.activeName === 'week' ? document.getElementById('mapWeekMain') : document.getElementById('mapMonthMain') var chartDom = this.activeName === 'day' ? document.getElementById('mapDayMain') : this.activeName === 'week' ? document.getElementById('mapWeekMain') : document.getElementById('mapMonthMain')
var myChart = echarts.init(chartDom); var myChart = echarts.init(chartDom);
@ -266,6 +269,7 @@ export default {
}, },
series: mapArr series: mapArr
} }
myChart.clear()
option && myChart.setOption(option); option && myChart.setOption(option);
}) })
this.$axios({ this.$axios({
@ -373,6 +377,7 @@ export default {
} }
] ]
} }
myChart.clear()
option && myChart.setOption(option); option && myChart.setOption(option);
}) })
}, },

View File

@ -1,40 +1,18 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
:formConfigs="formConfig" <base-table :max-height="tableH" v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo"
ref="searchBarForm" :limit="listQuery.pageSize" :table-data="tableData">
@headBtnClick="buttonClick" /> <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
<base-table @clickBtn="handleClick" />
v-loading="dataListLoading" </base-table>
:table-props="tableProps" <pagination :limit.sync="listQuery.pageSize" :page.sync="listQuery.pageNo" :total="listQuery.total"
:page="listQuery.pageNo" @pagination="getDataList" />
:limit="listQuery.pageSize" <base-dialog :dialogTitle="addOrEditTitle" :dialogVisible="addOrUpdateVisible" @cancel="handleCancel"
:table-data="tableData"> @confirm="handleConfirm" :before-close="handleCancel" width="40%">
<method-btn <add-or-update ref="addOrUpdate" @refreshDataList="successSubmit"></add-or-update>
v-if="tableBtn.length" </base-dialog>
slot="handleBtn" </div>
:width="120"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:limit.sync="listQuery.pageSize"
:page.sync="listQuery.pageNo"
:total="listQuery.total"
@pagination="getDataList" />
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="addOrUpdateVisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
width="40%">
<add-or-update
ref="addOrUpdate"
@refreshDataList="successSubmit"></add-or-update>
</base-dialog>
</div>
</template> </template>
<script> <script>
@ -46,6 +24,7 @@ import {
deleteQualityScrapDet, deleteQualityScrapDet,
} from '@/api/base/qualityScrapDet'; } from '@/api/base/qualityScrapDet';
import { getList, } from "@/api/base/qualityScrapType"; import { getList, } from "@/api/base/qualityScrapType";
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'createTime', prop: 'createTime',
@ -71,7 +50,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -113,7 +92,7 @@ export default {
filterable: true filterable: true
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-scrap-det:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
@ -177,7 +156,7 @@ export default {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10; this.listQuery.pageSize = 20;
this.listQuery.content = val.content ? val.content : undefined; this.listQuery.content = val.content ? val.content : undefined;
this.listQuery.typeId = val.typeId ? val.typeId : undefined; this.listQuery.typeId = val.typeId ? val.typeId : undefined;
this.getDataList(); this.getDataList();
@ -185,7 +164,7 @@ export default {
case 'reset': case 'reset':
this.$refs.searchBarForm.resetForm(); this.$refs.searchBarForm.resetForm();
this.listQuery = { this.listQuery = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
total: 1, total: 1,
}; };

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" /> <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
<base-table v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo" <base-table :max-height="tableH" v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo"
:limit="listQuery.pageSize" :table-data="tableData"> :limit="listQuery.pageSize" :table-data="tableData">
<method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn" <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
@clickBtn="handleClick" /> @clickBtn="handleClick" />
@ -19,7 +19,7 @@
<script> <script>
import AddOrUpdate from './add-or-updata'; import AddOrUpdate from './add-or-updata';
import DetailOrUpdate from './detail-or-updata'; import DetailOrUpdate from './detail-or-updata';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import basicPage from './basic-page'; import basicPage from './basic-page';
import { parseTime } from '../../../core/mixins/code-filter'; import { parseTime } from '../../../core/mixins/code-filter';
import { import {
@ -68,7 +68,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -119,7 +119,7 @@ export default {
// filterable: true // filterable: true
// }, // },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-scrap-det:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
@ -214,7 +214,7 @@ export default {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10; this.listQuery.pageSize = 20;
this.listQuery.workOrderId = val.workOrderId ? val.workOrderId : undefined; this.listQuery.workOrderId = val.workOrderId ? val.workOrderId : undefined;
// this.listQuery.teamId = val.teamId ? val.teamId : undefined; // this.listQuery.teamId = val.teamId ? val.teamId : undefined;
this.getDataList(); this.getDataList();
@ -222,7 +222,7 @@ export default {
case 'reset': case 'reset':
this.$refs.searchBarForm.resetForm(); this.$refs.searchBarForm.resetForm();
this.listQuery = { this.listQuery = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
total: 1, total: 1,
}; };

View File

@ -1,46 +1,25 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<search-bar <search-bar :formConfigs="formConfig" ref="searchBarForm" @headBtnClick="buttonClick" />
:formConfigs="formConfig" <base-table :max-height="tableH" v-loading="dataListLoading" :table-props="tableProps" :page="listQuery.pageNo"
ref="searchBarForm" :limit="listQuery.pageSize" :table-data="tableData">
@headBtnClick="buttonClick" /> <method-btn v-if="tableBtn.length" slot="handleBtn" :width="120" label="操作" :method-list="tableBtn"
<base-table @clickBtn="handleClick" />
v-loading="dataListLoading" </base-table>
:table-props="tableProps" <pagination :limit.sync="listQuery.pageSize" :page.sync="listQuery.pageNo" :total="listQuery.total"
:page="listQuery.pageNo" @pagination="getDataList" />
:limit="listQuery.pageSize" <base-dialog :dialogTitle="addOrEditTitle" :dialogVisible="addOrUpdateVisible" @cancel="handleCancel"
:table-data="tableData"> @confirm="handleConfirm" :before-close="handleCancel" width="40%">
<method-btn <add-or-update ref="addOrUpdate" @refreshDataList="successSubmit"></add-or-update>
v-if="tableBtn.length" </base-dialog>
slot="handleBtn" </div>
:width="120"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />
</base-table>
<pagination
:limit.sync="listQuery.pageSize"
:page.sync="listQuery.pageNo"
:total="listQuery.total"
@pagination="getDataList" />
<base-dialog
:dialogTitle="addOrEditTitle"
:dialogVisible="addOrUpdateVisible"
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
width="40%">
<add-or-update
ref="addOrUpdate"
@refreshDataList="successSubmit"></add-or-update>
</base-dialog>
</div>
</template> </template>
<script> <script>
import AddOrUpdate from './add-or-updata'; import AddOrUpdate from './add-or-updata';
import basicPage from '../../../core/mixins/basic-page'; import basicPage from '../../../core/mixins/basic-page';
import { parseTime } from '../../../core/mixins/code-filter'; import { parseTime } from '../../../core/mixins/code-filter';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
import { import {
getQualityScrapTypePage, getQualityScrapTypePage,
deleteQualityScrapType deleteQualityScrapType
@ -71,7 +50,7 @@ const tableProps = [
]; ];
export default { export default {
mixins: [basicPage], mixins: [basicPage, tableHeightMixin],
data() { data() {
return { return {
urlOptions: { urlOptions: {
@ -103,7 +82,7 @@ export default {
param: 'name', param: 'name',
}, },
{ {
type: 'button', type: this.$auth.hasPermi('base:quality-scrap-type:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
@ -159,14 +138,14 @@ export default {
switch (val.btnName) { switch (val.btnName) {
case 'search': case 'search':
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10; this.listQuery.pageSize = 20;
this.listQuery.name = val.name ? val.name : undefined; this.listQuery.name = val.name ? val.name : undefined;
this.getDataList(); this.getDataList();
break; break;
case 'reset': case 'reset':
this.$refs.searchBarForm.resetForm(); this.$refs.searchBarForm.resetForm();
this.listQuery = { this.listQuery = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
total: 1, total: 1,
}; };

View File

@ -8,7 +8,8 @@
<el-tab-pane :label="'\u2002表格数据\u2002'" name="table"> <el-tab-pane :label="'\u2002表格数据\u2002'" name="table">
<!-- 列表 --> <!-- 列表 -->
<div class="blue-title">产品名{{ productDetail.name }} 产品规格{{ productDetail.specifications }}</div> <div class="blue-title">产品名{{ productDetail.name }} 产品规格{{ productDetail.specifications }}</div>
<base-table class="base-table__margin" :table-props="productProps" :page="1" :limit="10" :table-data="list"> <base-table :max-height="tableH" class="base-table__margin" :table-props="productProps" :page="1"
:limit="10" :table-data="list">
</base-table> </base-table>
<div v-for="(item,index) in downProps" :key="index"> <div v-for="(item,index) in downProps" :key="index">
<div class="blue-title">工单名称:{{ list[index].workOrderName }}</div> <div class="blue-title">工单名称:{{ list[index].workOrderName }}</div>
@ -51,6 +52,7 @@ import {
getProductList, getProductList,
getWorkOrderList getWorkOrderList
} from '@/api/monitoring/statisticalData'; } from '@/api/monitoring/statisticalData';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
// import Editor from '@/components/Editor'; // import Editor from '@/components/Editor';
import moment from 'moment'; import moment from 'moment';
// import DialogForm from './dialogForm.vue'; // import DialogForm from './dialogForm.vue';
@ -61,7 +63,7 @@ export default {
// components: { // components: {
// DialogForm, // DialogForm,
// }, // },
// mixins: [basicPageMixin], mixins: [tableHeightMixin],
data() { data() {
return { return {
list: [], list: [],

View File

@ -218,7 +218,11 @@ export default {
width: 350, width: 350,
}, },
{ {
type: 'button', type: this.$auth.hasPermi(
'monitoring:device-parameters:query'
)
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -260,17 +260,24 @@ export default {
// ], // ],
// }, // },
{ {
type: 'button', type: this.$auth.hasPermi(
'monitoring:equipment-traceability:query'
)
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
}, },
{ {
type: 'button', type: this.$auth.hasPermi(
'monitoring:equipment-traceability:export'
)
? 'button'
: '',
btnName: '导出', btnName: '导出',
name: 'export', name: 'export',
color: 'warning', color: 'warning',
}, },
// { // {
// type: 'separate', // type: 'separate',

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2023-08-01 14:55:51 * @Date: 2023-08-01 14:55:51
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-03-29 14:08:18 * @LastEditTime: 2024-04-07 16:19:18
* @Description: * @Description:
--> -->
<template> <template>
@ -84,21 +84,21 @@ export default {
// }, // },
tableProps, tableProps,
// tableH: this.tableHeight(260), // tableH: this.tableHeight(260),
tableBtn: [ // tableBtn: [
this.$auth.hasPermi(`base:packaging-print-log:update`) // this.$auth.hasPermi(`base:packaging-print-log:update`)
? { // ? {
type: 'edit', // type: 'edit',
btnName: '编辑', // btnName: '',
} // }
: undefined, // : undefined,
this.$auth.hasPermi(`base:packaging-print-log:delete`) // this.$auth.hasPermi(`base:packaging-print-log:delete`)
? { // ? {
type: 'delete', // type: 'delete',
btnName: '删除', // btnName: '',
} // }
: undefined, // : undefined,
].filter((v) => v), // ].filter((v) => v),
list: [], list: [],
listQuery: { listQuery: {
pageSize: 10, pageSize: 10,
@ -131,7 +131,7 @@ export default {
width: 250 width: 250
}, },
{ {
type: 'button', type: this.$auth.hasPermi('monitoring:materiel-date-from:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2023-08-01 14:55:51 * @Date: 2023-08-01 14:55:51
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-03-29 14:08:30 * @LastEditTime: 2024-04-07 16:25:19
* @Description: * @Description:
--> -->
<template> <template>
@ -147,7 +147,8 @@ export default {
// width: 250 // width: 250
// }, // },
{ {
type: 'button',
type: this.$auth.hasPermi('monitoring:rawMaterial-traceability:query') ? 'button' : '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2023-08-01 14:55:51 * @Date: 2023-08-01 14:55:51
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-03-29 15:32:33 * @LastEditTime: 2024-04-07 16:26:56
* @Description: * @Description:
--> -->
<template> <template>
@ -135,7 +135,12 @@ export default {
width: 250 width: 250
}, },
{ {
type: 'button',
type: this.$auth.hasPermi(
'monitoring:process-traceability:query'
)
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -1,47 +1,26 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<SearchBar <SearchBar :isFold="true" :formConfigs="searchBarFormConfig" ref="search-bar"
:formConfigs="searchBarFormConfig" @headBtnClick="handleSearchBarBtnClick" />
ref="search-bar"
@headBtnClick="handleSearchBarBtnClick" />
<!-- 列表 --> <!-- 列表 -->
<base-table <base-table :table-props="tableProps" :page="queryParams.pageNo" :limit="queryParams.pageSize" :table-data="list"
:table-props="tableProps" @emitFun="handleEmitFun">
:page="queryParams.pageNo" <method-btn v-if="tableBtn.length" slot="handleBtn" label="操作" :width="120" fixed="right" :method-list="tableBtn"
:limit="queryParams.pageSize" @clickBtn="handleTableBtnClick" />
:table-data="list" </base-table>
@emitFun="handleEmitFun">
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
label="操作"
:width="120"
fixed="right"
:method-list="tableBtn"
@clickBtn="handleTableBtnClick" />
</base-table>
<!-- 分页组件 --> <!-- 分页组件 -->
<pagination <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize"
v-show="total > 0" @pagination="getList" />
:total="total"
:page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize"
@pagination="getList" />
<!-- 对话框(添加 / 修改) --> <!-- 对话框(添加 / 修改) -->
<base-dialog <base-dialog :dialogTitle="title" :dialogVisible="open" width="50%" @close="cancel" @cancel="cancel"
:dialogTitle="title" @confirm="submitForm">
:dialogVisible="open" <DialogForm v-if="open" ref="form" v-model="form" />
width="50%" </base-dialog>
@close="cancel" </div>
@cancel="cancel"
@confirm="submitForm">
<DialogForm v-if="open" ref="form" v-model="form" />
</base-dialog>
</div>
</template> </template>
<script> <script>
@ -180,7 +159,11 @@ export default {
// width: 350, // width: 350,
}, },
{ {
type: 'button', type: this.$auth.hasPermi(
'base:quality-inspection-record:query'
)
? 'button'
: '',
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',

View File

@ -1,18 +1,12 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<SearchBar <SearchBar :formConfigs="searchBarFormConfig" ref="search-bar"
:formConfigs="searchBarFormConfig" @headBtnClick="handleSearchBarBtnClick" />
ref="search-bar"
@headBtnClick="handleSearchBarBtnClick" />
<!-- 列表 --> <!-- 列表 -->
<base-table <base-table :max-height="tableH" :table-props="tableProps" :page="1" :limit="10" :table-data="list">
:table-props="tableProps" <!-- <method-btn
:page="1"
:limit="10"
:table-data="list">
<!-- <method-btn
v-if="tableBtn.length" v-if="tableBtn.length"
slot="handleBtn" slot="handleBtn"
label="操作" label="操作"
@ -20,18 +14,18 @@
fixed="right" fixed="right"
:method-list="tableBtn" :method-list="tableBtn"
@clickBtn="handleTableBtnClick" /> --> @clickBtn="handleTableBtnClick" /> -->
</base-table> </base-table>
<!-- 分页组件 --> <!-- 分页组件 -->
<!-- <pagination <!-- <pagination
v-show="total > 0" v-show="total > 0"
:total="total" :total="total"
:page.sync="queryParams.pageNo" :page.sync="queryParams.pageNo"
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.pageSize"
@pagination="getList" /> --> @pagination="getList" /> -->
<!-- 对话框(添加 / 修改) --> <!-- 对话框(添加 / 修改) -->
<!-- <base-dialog <!-- <base-dialog
:dialogTitle="title" :dialogTitle="title"
:dialogVisible="open" :dialogVisible="open"
width="50%" width="50%"
@ -40,7 +34,7 @@
@confirm="submitForm"> @confirm="submitForm">
<DialogForm v-if="open" ref="form" v-model="form" /> <DialogForm v-if="open" ref="form" v-model="form" />
</base-dialog> --> </base-dialog> -->
</div> </div>
</template> </template>
<script> <script>
@ -51,6 +45,7 @@ import {
} from '@/api/monitoring/statisticalData'; } from '@/api/monitoring/statisticalData';
// import Editor from '@/components/Editor'; // import Editor from '@/components/Editor';
import moment from 'moment'; import moment from 'moment';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
// import DialogForm from './dialogForm.vue'; // import DialogForm from './dialogForm.vue';
// import basicPageMixin from '@/mixins/lb/basicPageMixin'; // import basicPageMixin from '@/mixins/lb/basicPageMixin';
@ -59,7 +54,7 @@ export default {
// components: { // components: {
// DialogForm, // DialogForm,
// }, // },
// mixins: [basicPageMixin], mixins: [tableHeightMixin],
data() { data() {
return { return {
list: [], list: [],
@ -111,7 +106,13 @@ export default {
btnName: '查询', btnName: '查询',
name: 'search', name: 'search',
color: 'primary', color: 'primary',
}, },
{
type: 'button',
btnName: '返回',
name: 'back',
color: 'primary',
},
// { // {
// type: this.$auth.hasPermi( // type: this.$auth.hasPermi(
// 'base:quality-inspection-record:create' // 'base:quality-inspection-record:create'
@ -373,8 +374,9 @@ export default {
this.queryParams.productionId = val.productionId ? val.productionId : undefined this.queryParams.productionId = val.productionId ? val.productionId : undefined
this.queryParams.startTime = val.checkTime ? val.checkTime[0] : undefined this.queryParams.startTime = val.checkTime ? val.checkTime[0] : undefined
this.queryParams.endTime = val.checkTime ? val.checkTime[1] : undefined this.queryParams.endTime = val.checkTime ? val.checkTime[1] : undefined
this.getList() this.getList()
} else if (val.btnName === 'back') {
this.$router.go(-1)
} }
// console.log(val); // console.log(val);
} }

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2024-01-24 15:15:24 * @Date: 2024-01-24 15:15:24
* @LastEditTime: 2024-03-27 09:27:23 * @LastEditTime: 2024-04-08 11:47:39
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -18,8 +18,8 @@
<el-form-item> <el-form-item>
<el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small" <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small"
@click="getDataList">查询</el-button> @click="getDataList">查询</el-button>
<el-button v-if="this.$auth.hasPermi('report:glass-day:export')" type="primary" size="small" plain <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:export')" type="primary" size="small"
@click="handleExport">导出</el-button> plain @click="handleExport">导出</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>

View File

@ -9,8 +9,8 @@
<el-form-item> <el-form-item>
<el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small" <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small"
@click="getDataList">查询</el-button> @click="getDataList">查询</el-button>
<el-button v-if="this.$auth.hasPermi('report:glass-month:export')" type="primary" size="small" plain <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:export')" type="primary" size="small"
@click="handleExport">导出</el-button> plain @click="handleExport">导出</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>

View File

@ -16,8 +16,8 @@
<el-form-item> <el-form-item>
<el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small" <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small"
@click="getDataList">查询</el-button> @click="getDataList">查询</el-button>
<el-button v-if="this.$auth.hasPermi('report:glass-weekly:export')" type="primary" size="small" plain <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:export')" type="primary" size="small"
@click="handleExport">导出</el-button> plain @click="handleExport">导出</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>

View File

@ -11,8 +11,8 @@
<el-form-item> <el-form-item>
<el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small" <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small"
@click="getDataList">查询</el-button> @click="getDataList">查询</el-button>
<el-button v-if="this.$auth.hasPermi('report:glass-year:export')" type="primary" size="small" plain <el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:export')" type="primary" size="small"
@click="handleExport">导出</el-button> plain @click="handleExport">导出</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2023-12-12 13:45:25 * @Date: 2023-12-12 13:45:25
* @LastEditTime: 2024-03-29 09:48:32 * @LastEditTime: 2024-04-08 11:45:52
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -12,8 +12,9 @@
<el-date-picker v-model="reportTime" type="month" size="small" @change="changeTime" placeholder="选择月"> <el-date-picker v-model="reportTime" type="month" size="small" @change="changeTime" placeholder="选择月">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<el-button type="primary" @click="getDataList()">查询</el-button> <el-button v-if="this.$auth.hasPermi('report:auto-production:query')" type="primary" @click="getDataList()">查询
<el-button v-if="this.$auth.hasPermi('report:glass-month:export')" type="primary" size="small" plain </el-button>
<el-button v-if="this.$auth.hasPermi('report:auto-production:export')" type="primary" size="small" plain
@click="handleExport">导出</el-button> @click="handleExport">导出</el-button>
</el-form> </el-form>
<el-row style="float: right; margin-bottom: 5px"> <el-row style="float: right; margin-bottom: 5px">
@ -28,122 +29,122 @@
<el-table-column :label="'许昌安彩月成品生产汇总' + '(' + timeTips + ')'" align="center"> <el-table-column :label="'许昌安彩月成品生产汇总' + '(' + timeTips + ')'" align="center">
<el-table-column prop="lineId" label="生产线" align="center"> <el-table-column prop="lineId" label="生产线" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.lineName" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.lineName" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.lineName }} </span> <span v-else>{{ scope.row.lineName }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="投入数㎡" align="center"> <el-table-column label="投入数㎡" align="center">
<el-table-column prop="inputNow" label="本月" align="center"> <el-table-column prop="inputNow" label="本月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputNow" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputNow" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.inputNow }} </span> <span v-else>{{ scope.row.inputNow }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="inputHis" label="上月" align="center"> <el-table-column prop="inputHis" label="上月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputHis" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputHis" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.inputHis }} </span> <span v-else>{{ scope.row.inputHis }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="inputTrend" label="增减" align="center"> <el-table-column prop="inputTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputTrend" :disabled="!disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputTrend" :disabled="!disabled"></el-input>
<span v-else>{{ scope.row.inputTrend && scope.row.inputTrend != 0 ? <span v-else>{{ scope.row.inputTrend && scope.row.inputTrend != 0 ?
parseFloat((scope.row.inputTrend * 100).toFixed(2)) + '%' : scope.row.inputTrend == 0 ? 0 : parseFloat((scope.row.inputTrend * 100).toFixed(2)) + '%' : scope.row.inputTrend == 0 ? 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="完成良品产量" align="center"> <el-table-column label="完成良品产量" align="center">
<el-table-column prop="goodProductNow" label="本月" align="center"> <el-table-column prop="goodProductNow" label="本月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductNow" :disabled="disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductNow" :disabled="disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductNow }} </span> <span v-else>{{ scope.row.goodProductNow }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductHis" label="上月" align="center"> <el-table-column prop="goodProductHis" label="上月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductHis" :disabled="disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductHis" :disabled="disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductHis }} </span> <span v-else>{{ scope.row.goodProductHis }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductTrend" label="增减" align="center"> <el-table-column prop="goodProductTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductTrend && scope.row.goodProductTrend != 0 ? <span v-else>{{ scope.row.goodProductTrend && scope.row.goodProductTrend != 0 ?
parseFloat((scope.row.goodProductTrend * 100).toFixed(2)) + '%' : scope.row.goodProductTrend == 0 ? 0 : parseFloat((scope.row.goodProductTrend * 100).toFixed(2)) + '%' : scope.row.goodProductTrend == 0 ? 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="原片漏检率" align="center"> <el-table-column label="原片漏检率" align="center">
<el-table-column prop="missCheckNow" label="本月" align="center"> <el-table-column prop="missCheckNow" label="本月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckNow" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckNow" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.missCheckNow ? parseFloat((scope.row.missCheckNow * <span v-else>{{ scope.row.missCheckNow ? parseFloat((scope.row.missCheckNow *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="missCheckHis" label="上月" align="center"> <el-table-column prop="missCheckHis" label="上月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckHis" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckHis" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.missCheckHis ? parseFloat((scope.row.missCheckHis * <span v-else>{{ scope.row.missCheckHis ? parseFloat((scope.row.missCheckHis *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="missCheckTrend" label="增减" align="center"> <el-table-column prop="missCheckTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.missCheckTrend && scope.row.missCheckTrend != 0 ? <span v-else>{{ scope.row.missCheckTrend && scope.row.missCheckTrend != 0 ?
parseFloat((scope.row.missCheckTrend * 100).toFixed(2)) + '%' : scope.row.missCheckTrend == 0 ? parseFloat((scope.row.missCheckTrend * 100).toFixed(2)) + '%' : scope.row.missCheckTrend == 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="综合良品率" align="center"> <el-table-column label="综合良品率" align="center">
<el-table-column prop="goodProductPassNow" label="本月" align="center"> <el-table-column prop="goodProductPassNow" label="本月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassNow" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassNow" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow * <span v-else>{{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductPassHis" label="上月" align="center"> <el-table-column prop="goodProductPassHis" label="上月" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassHis" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassHis" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis * <span v-else>{{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductPassTrend" label="增减" align="center"> <el-table-column prop="goodProductPassTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassTrend && scope.row.goodProductPassTrend != 0 ? <span v-else>{{ scope.row.goodProductPassTrend && scope.row.goodProductPassTrend != 0 ?
parseFloat((scope.row.goodProductPassTrend * 100).toFixed(2)) + '%' : scope.row.goodProductPassTrend == parseFloat((scope.row.goodProductPassTrend * 100).toFixed(2)) + '%' : scope.row.goodProductPassTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>

View File

@ -14,9 +14,9 @@
style="width: 350px" placeholder="选择周"> style="width: 350px" placeholder="选择周">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<el-button type="primary" @click="getDataList()">查询</el-button> <el-button v-if="this.$auth.hasPermi('report:auto-production:query')" type="primary" @click="getDataList()">查询
<!-- <el-button type="primary" @click="getDataList()">查询</el-button> --> </el-button>
<el-button v-if="this.$auth.hasPermi('report:glass-month:export')" type="primary" size="small" plain <el-button v-if="this.$auth.hasPermi('report:auto-production:export')" type="primary" size="small" plain
@click="handleExport">导出</el-button> @click="handleExport">导出</el-button>
</el-form> </el-form>
<el-row style="float: right; margin-bottom: 5px"> <el-row style="float: right; margin-bottom: 5px">
@ -31,126 +31,126 @@
<el-table-column :label="'许昌安彩周成品生产汇总' + '(' + timeTips + ')'" align="center"> <el-table-column :label="'许昌安彩周成品生产汇总' + '(' + timeTips + ')'" align="center">
<el-table-column prop="lineId" label="生产线" align="center"> <el-table-column prop="lineId" label="生产线" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.lineName" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.lineName" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.lineName }} </span> <span v-else>{{ scope.row.lineName }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="投入数㎡" align="center"> <el-table-column label="投入数㎡" align="center">
<el-table-column prop="inputNow" label="本周" align="center"> <el-table-column prop="inputNow" label="本周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputNow" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputNow" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.inputNow }} </span> <span v-else>{{ scope.row.inputNow }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="inputHis" label="上周" align="center"> <el-table-column prop="inputHis" label="上周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputHis" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputHis" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.inputHis }} </span> <span v-else>{{ scope.row.inputHis }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="inputTrend" label="增减" align="center"> <el-table-column prop="inputTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputTrend" :disabled="!disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputTrend" :disabled="!disabled"></el-input>
<span v-else>{{ scope.row.inputTrend && scope.row.inputTrend != 0 ? <span v-else>{{ scope.row.inputTrend && scope.row.inputTrend != 0 ?
parseFloat((scope.row.inputTrend * 100).toFixed(2)) + '%' : scope.row.inputTrend == parseFloat((scope.row.inputTrend * 100).toFixed(2)) + '%' : scope.row.inputTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="完成良品产量" align="center"> <el-table-column label="完成良品产量" align="center">
<el-table-column prop="goodProductNow" label="本周" align="center"> <el-table-column prop="goodProductNow" label="本周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductNow" :disabled="disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductNow" :disabled="disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductNow }} </span> <span v-else>{{ scope.row.goodProductNow }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductHis" label="上周" align="center"> <el-table-column prop="goodProductHis" label="上周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductHis" :disabled="disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductHis" :disabled="disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductHis }} </span> <span v-else>{{ scope.row.goodProductHis }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductTrend" label="增减" align="center"> <el-table-column prop="goodProductTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductTrend && scope.row.goodProductTrend != 0 ? <span v-else>{{ scope.row.goodProductTrend && scope.row.goodProductTrend != 0 ?
parseFloat((scope.row.goodProductTrend * 100).toFixed(2)) + '%' : scope.row.goodProductTrend == parseFloat((scope.row.goodProductTrend * 100).toFixed(2)) + '%' : scope.row.goodProductTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="原片漏检率" align="center"> <el-table-column label="原片漏检率" align="center">
<el-table-column prop="missCheckNow" label="本周" align="center"> <el-table-column prop="missCheckNow" label="本周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckNow" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckNow" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.missCheckNow ? parseFloat((scope.row.missCheckNow * <span v-else>{{ scope.row.missCheckNow ? parseFloat((scope.row.missCheckNow *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="missCheckHis" label="上周" align="center"> <el-table-column prop="missCheckHis" label="上周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckHis" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckHis" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.missCheckHis ? parseFloat((scope.row.missCheckHis * <span v-else>{{ scope.row.missCheckHis ? parseFloat((scope.row.missCheckHis *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="missCheckTrend" label="增减" align="center"> <el-table-column prop="missCheckTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.missCheckTrend && scope.row.missCheckTrend != 0 ? <span v-else>{{ scope.row.missCheckTrend && scope.row.missCheckTrend != 0 ?
parseFloat((scope.row.missCheckTrend * 100).toFixed(2)) + '%' : scope.row.missCheckTrend == parseFloat((scope.row.missCheckTrend * 100).toFixed(2)) + '%' : scope.row.missCheckTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="综合良品率" align="center"> <el-table-column label="综合良品率" align="center">
<el-table-column prop="goodProductPassNow" label="本周" align="center"> <el-table-column prop="goodProductPassNow" label="本周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassNow" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassNow" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow * <span v-else>{{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductPassHis" label="上周" align="center"> <el-table-column prop="goodProductPassHis" label="上周" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassHis" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassHis" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis * <span v-else>{{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductPassTrend" label="增减" align="center"> <el-table-column prop="goodProductPassTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassTrend && scope.row.goodProductPassTrend != 0 ? <span v-else>{{ scope.row.goodProductPassTrend && scope.row.goodProductPassTrend != 0 ?
parseFloat((scope.row.goodProductPassTrend * 100).toFixed(2)) + '%' : scope.row.goodProductPassTrend == parseFloat((scope.row.goodProductPassTrend * 100).toFixed(2)) + '%' : scope.row.goodProductPassTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2023-12-12 13:45:25 * @Date: 2023-12-12 13:45:25
* @LastEditTime: 2024-03-29 09:48:49 * @LastEditTime: 2024-04-08 11:46:49
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -14,8 +14,9 @@
style="width: 350px" placeholder="选择年"> style="width: 350px" placeholder="选择年">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<el-button type="primary" @click="getDataList()">查询</el-button> <el-button v-if="this.$auth.hasPermi('report:auto-production:query')" type="primary" @click="getDataList()">查询
<el-button v-if="this.$auth.hasPermi('report:glass-month:export')" type="primary" size="small" plain </el-button>
<el-button v-if="this.$auth.hasPermi('report:auto-production:export')" type="primary" size="small" plain
@click="handleExport">导出</el-button> @click="handleExport">导出</el-button>
<!-- <el-button type="primary" icon="el-icon-edit-outline" @click="editDataList()">编辑</el-button> <!-- <el-button type="primary" icon="el-icon-edit-outline" @click="editDataList()">编辑</el-button>
<el-button v-if="isSave" type="success" @click="saveDataList()">保存</el-button> --> <el-button v-if="isSave" type="success" @click="saveDataList()">保存</el-button> -->
@ -33,126 +34,126 @@
<el-table-column :label="'许昌安彩年成品生产汇总' + '(' + timeTips + ')'" align="center"> <el-table-column :label="'许昌安彩年成品生产汇总' + '(' + timeTips + ')'" align="center">
<el-table-column prop="lineId" label="生产线" align="center"> <el-table-column prop="lineId" label="生产线" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.lineName" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.lineName" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.lineName }} </span> <span v-else>{{ scope.row.lineName }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="投入数㎡" align="center"> <el-table-column label="投入数㎡" align="center">
<el-table-column prop="inputNow" label="今年" align="center"> <el-table-column prop="inputNow" label="今年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputNow" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputNow" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.inputNow }} </span> <span v-else>{{ scope.row.inputNow }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="inputHis" label="去年" align="center"> <el-table-column prop="inputHis" label="去年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputHis" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputHis" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.inputHis }} </span> <span v-else>{{ scope.row.inputHis }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="inputTrend" label="增减" align="center"> <el-table-column prop="inputTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.inputTrend" :disabled="!disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.inputTrend" :disabled="!disabled"></el-input>
<span v-else>{{ scope.row.inputTrend && scope.row.inputTrend != 0 ? <span v-else>{{ scope.row.inputTrend && scope.row.inputTrend != 0 ?
parseFloat((scope.row.inputTrend * 100).toFixed(2)) + '%' : scope.row.inputTrend == parseFloat((scope.row.inputTrend * 100).toFixed(2)) + '%' : scope.row.inputTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="完成良品产量" align="center"> <el-table-column label="完成良品产量" align="center">
<el-table-column prop="goodProductNow" label="今年" align="center"> <el-table-column prop="goodProductNow" label="今年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductNow" :disabled="disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductNow" :disabled="disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductNow }} </span> <span v-else>{{ scope.row.goodProductNow }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductHis" label="去年" align="center"> <el-table-column prop="goodProductHis" label="去年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductHis" :disabled="disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductHis" :disabled="disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductHis }} </span> <span v-else>{{ scope.row.goodProductHis }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductTrend" label="增减" align="center"> <el-table-column prop="goodProductTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductTrend && scope.row.goodProductTrend != 0 ? <span v-else>{{ scope.row.goodProductTrend && scope.row.goodProductTrend != 0 ?
parseFloat((scope.row.goodProductTrend * 100).toFixed(2)) + '%' : scope.row.goodProductTrend == parseFloat((scope.row.goodProductTrend * 100).toFixed(2)) + '%' : scope.row.goodProductTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="原片漏检率" align="center"> <el-table-column label="原片漏检率" align="center">
<el-table-column prop="missCheckNow" label="今年" align="center"> <el-table-column prop="missCheckNow" label="今年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckNow" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckNow" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.missCheckNow ? parseFloat((scope.row.missCheckNow * <span v-else>{{ scope.row.missCheckNow ? parseFloat((scope.row.missCheckNow *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="missCheckHis" label="去年" align="center"> <el-table-column prop="missCheckHis" label="去年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckHis" :disabled="disabled"></el-input> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckHis" :disabled="disabled"></el-input>
<span v-else>{{ scope.row.missCheckHis ? parseFloat((scope.row.missCheckHis * <span v-else>{{ scope.row.missCheckHis ? parseFloat((scope.row.missCheckHis *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="missCheckTrend" label="增减" align="center"> <el-table-column prop="missCheckTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.missCheckTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.missCheckTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.missCheckTrend && scope.row.missCheckTrend != 0 ? <span v-else>{{ scope.row.missCheckTrend && scope.row.missCheckTrend != 0 ?
parseFloat((scope.row.missCheckTrend * 100).toFixed(2)) + '%' : scope.row.missCheckTrend == parseFloat((scope.row.missCheckTrend * 100).toFixed(2)) + '%' : scope.row.missCheckTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="综合良品率" align="center"> <el-table-column label="综合良品率" align="center">
<el-table-column prop="goodProductPassNow" label="今年" align="center"> <el-table-column prop="goodProductPassNow" label="今年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassNow" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassNow" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow * <span v-else>{{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductPassHis" label="去年" align="center"> <el-table-column prop="goodProductPassHis" label="去年" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassHis" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassHis" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis * <span v-else>{{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis *
100).toFixed(2)) + 100).toFixed(2)) +
'%' : null }} '%' : null }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodProductPassTrend" label="增减" align="center"> <el-table-column prop="goodProductPassTrend" label="增减" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassTrend" :disabled="!disabled"> <el-input v-if="!disabled" type="number" v-model="scope.row.goodProductPassTrend" :disabled="!disabled">
</el-input> </el-input>
<span v-else>{{ scope.row.goodProductPassTrend && scope.row.goodProductPassTrend != 0 ? <span v-else>{{ scope.row.goodProductPassTrend && scope.row.goodProductPassTrend != 0 ?
parseFloat((scope.row.goodProductPassTrend * 100).toFixed(2)) + '%' : scope.row.goodProductPassTrend == parseFloat((scope.row.goodProductPassTrend * 100).toFixed(2)) + '%' : scope.row.goodProductPassTrend ==
0 ? 0 ?
0 : 0 :
null null
}} </span> }} </span>
</template> </template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>

View File

@ -1,185 +1,188 @@
<template> <template>
<div class="app-container vocHis"> <div class="app-container vocHis">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH"
:max-height="tableH" :row-class-name="tableRowClassName" />
:row-class-name="tableRowClassName" <pagination
/> :page.sync="queryParams.pageNo"
<pagination :limit.sync="queryParams.pageSize"
:page.sync="queryParams.pageNo" :total="total"
:limit.sync="queryParams.pageSize" @pagination="getList" />
:total="total" </div>
@pagination="getList"
/>
</div>
</template> </template>
<script> <script>
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { environmentalCheckRecordPage, environmentalCheckRecordExport, environmentalCheckPage } from '@/api/safetyEnvironmental/environmental' import {
import moment from 'moment' environmentalCheckRecordPage,
environmentalCheckRecordExport,
environmentalCheckPage,
} from '@/api/safetyEnvironmental/environmental';
import moment from 'moment';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'checkName', prop: 'checkName',
label: '指标名称' label: '指标名称',
}, },
{ {
prop: 'checkValue', prop: 'checkValue',
label: '检测数值' label: '检测数值',
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('environment_check_unit') filter: publicFormatter('environment_check_unit'),
}, },
{ {
prop: 'checkTime', prop: 'checkTime',
label: '检测时间', label: '检测时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'origin', prop: 'origin',
label: '来源', label: '来源',
filter: (val) => ['手动', '自动'][val] filter: (val) => ['手动', '自动'][val],
}, },
{ {
prop: 'recordPerson', prop: 'recordPerson',
label: '录入人' label: '录入人',
}, },
{ {
prop: 'recordTime', prop: 'recordTime',
label: '录入时间', label: '录入时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
} },
] ];
export default { export default {
name: 'VocDetectionHistory', name: 'VocDetectionHistory',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '指标名称', type: 'select',
selectOptions: [], label: '指标名称',
param: 'checkId', selectOptions: [],
filterable: true param: 'checkId',
}, filterable: true,
{ },
type: 'datePicker', {
label: '时间', type: 'datePicker',
dateType: 'datetimerange', label: '时间',
format: 'yyyy-MM-dd HH:mm:ss', dateType: 'datetimerange',
valueFormat: "timestamp", format: 'yyyy-MM-dd HH:mm:ss',
rangeSeparator: '-', valueFormat: 'timestamp',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 350 defaultSelect: [],
}, width: 350,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:voc:export') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:voc:export') ? 'separate' : '',
{ },
type: this.$auth.hasPermi('base:voc:export') ? 'button' : '', {
btnName: '导出', type: this.$auth.hasPermi('base:voc:export') ? 'button' : '',
name: 'export', btnName: '导出',
color: 'primary', name: 'export',
plain: true color: 'primary',
} plain: true,
], },
// ],
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 20, pageNo: 1,
checkId: null, pageSize: 20,
checkType: 3, checkId: null,
startTime: null, checkType: 3,
endTime: null startTime: null,
}, endTime: null,
tableProps, },
list: [], tableProps,
total: 0, list: [],
tableH: this.tableHeight(260) total: 0,
} };
}, },
created() { created() {
window.addEventListener('resize', () => { let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf();
this.tableH = this.tableHeight(260) let start = moment(moment().format('YYYY-MM-DD 00:00:00')).valueOf();
}) this.formConfig[1].defaultSelect = [start, end];
let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf() this.queryParams.startTime = start;
let start = moment(moment().format('YYYY-MM-DD 00:00:00')).valueOf() this.queryParams.endTime = end;
this.formConfig[1].defaultSelect = [start, end] this.getSelectList();
this.queryParams.startTime = start this.getList();
this.queryParams.endTime = end },
this.getSelectList() methods: {
this.getList() buttonClick(val) {
}, this.queryParams.pageNo = 1;
methods: { this.queryParams.checkId = val.checkId;
buttonClick(val) { this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null;
this.queryParams.pageNo = 1; this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null;
this.queryParams.checkId = val.checkId if (val.btnName === 'search') {
this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null this.getList();
this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null } else {
if (val.btnName === 'search') { this.$modal
this.getList() .confirm('是否确认导出')
} else { .then(() => {
this.$modal.confirm('是否确认导出').then(() => { return environmentalCheckRecordExport({ ...this.queryParams });
return environmentalCheckRecordExport({...this.queryParams}); })
}).then(response => { .then((response) => {
this.$download.excel(response, '废水检测历史记录.xls'); this.$download.excel(response, '废水检测历史记录.xls');
}).catch(() => {}) })
} .catch(() => {});
}, }
getList() { },
environmentalCheckRecordPage({...this.queryParams}).then(res => { getList() {
this.list = res.data.list || [] environmentalCheckRecordPage({ ...this.queryParams }).then((res) => {
this.total = res.data.total || 0 this.list = res.data.list || [];
}) this.total = res.data.total || 0;
}, });
getSelectList() { },
environmentalCheckPage({ getSelectList() {
pageNo: 1, environmentalCheckPage({
pageSize: 100, pageNo: 1,
checkType: 3 pageSize: 100,
}).then(res => { checkType: 3,
console.log(res) }).then((res) => {
this.formConfig[0].selectOptions = res.data.list || [] console.log(res);
}) this.formConfig[0].selectOptions = res.data.list || [];
}, });
tableRowClassName({row, rowIndex}) { },
console.log(row) tableRowClassName({ row, rowIndex }) {
if (row.markRed) { console.log(row);
return 'warning-row' if (row.markRed) {
}else { return 'warning-row';
return '' } else {
} return '';
} }
} },
} },
};
</script> </script>
<style lang='scss'> <style lang='scss'>
.vocHis { .vocHis {
.el-table .warning-row { .el-table .warning-row {
background: #fee1e1; background: #fee1e1;
} }
} }
</style> </style>

View File

@ -1,205 +1,210 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="80"
slot="handleBtn" label="操作"
:width="80" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 新增&编辑 -->
:total="total" <base-dialog
@pagination="getList" :dialogTitle="addOrEditTitle"
/> :dialogVisible="centervisible"
<!-- 新增&编辑 --> @cancel="handleCancel"
<base-dialog @confirm="handleConfirm"
:dialogTitle="addOrEditTitle" :before-close="handleCancel"
:dialogVisible="centervisible" width="60%">
@cancel="handleCancel" <voc-add
@confirm="handleConfirm" ref="vocAdd"
:before-close="handleCancel" @successSubmit="successSubmit" />
width='60%' </base-dialog>
> </div>
<voc-add ref="vocAdd" @successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import VocAdd from './components/vocAdd' import VocAdd from './components/vocAdd';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { environmentalCheckPage, environmentalCheckDelete } from '@/api/safetyEnvironmental/environmental' import {
environmentalCheckPage,
environmentalCheckDelete,
} from '@/api/safetyEnvironmental/environmental';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'name', prop: 'name',
label: '指标名称', label: '指标名称',
minWidth: 120, minWidth: 120,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'code', prop: 'code',
label: '指标编码', label: '指标编码',
minWidth: 120 minWidth: 120,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('environment_check_unit') filter: publicFormatter('environment_check_unit'),
}, },
{ {
prop: 'minValue', prop: 'minValue',
label: '最小值' label: '最小值',
}, },
{ {
prop: 'maxValue', prop: 'maxValue',
label: '最大值' label: '最大值',
}, },
{ {
prop: 'creator', prop: 'creator',
label: '创建人' label: '创建人',
}, },
{ {
prop: 'createTime', prop: 'createTime',
label: '创建时间', label: '创建时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
} },
] ];
export default { export default {
name: 'VocDetectionIndication', name: 'VocDetectionIndication',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '指标名称', type: 'input',
placeholder: '指标名称', label: '指标名称',
param: 'name' placeholder: '指标名称',
}, param: 'name',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:voc:create') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:voc:create') ? 'separate' : '',
{ },
type: this.$auth.hasPermi('base:voc:create') ? 'button' : '', {
btnName: '新增', type: this.$auth.hasPermi('base:voc:create') ? 'button' : '',
name: 'add', btnName: '新增',
color: 'success', name: 'add',
plain: true color: 'success',
} plain: true,
], },
// ],
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 20, pageNo: 1,
checkType: 3, pageSize: 20,
name: null checkType: 3,
}, name: null,
total: 0, },
tableProps, total: 0,
list: [], tableProps,
tableH: this.tableHeight(260), list: [],
tableBtn: [ tableBtn: [
this.$auth.hasPermi('base:voc:update') this.$auth.hasPermi('base:voc:update')
? { ? {
type: 'edit', type: 'edit',
btnName: '编辑' btnName: '编辑',
} }
: undefined, : undefined,
this.$auth.hasPermi('base:voc:delete') this.$auth.hasPermi('base:voc:delete')
? { ? {
type: 'delete', type: 'delete',
btnName: '删除' btnName: '删除',
} }
: undefined : undefined,
].filter((v)=>v), ].filter((v) => v),
addOrEditTitle: '', addOrEditTitle: '',
centervisible: false centervisible: false,
} };
}, },
components: { VocAdd }, components: { VocAdd },
mounted() { mounted() {
this.getList() this.getList();
}, },
methods: { methods: {
getList() { getList() {
environmentalCheckPage({...this.queryParams}).then(res => { environmentalCheckPage({ ...this.queryParams }).then((res) => {
this.list = res.data.list || [] this.list = res.data.list || [];
this.total = res.data.total || 0 this.total = res.data.total || 0;
}) });
}, },
buttonClick(val) { buttonClick(val) {
console.log(val) console.log(val);
if (val.btnName === 'search') { if (val.btnName === 'search') {
this.queryParams.name = val.name this.queryParams.name = val.name;
this.getList() this.getList();
} else { } else {
this.addOrEditTitle = '新增' this.addOrEditTitle = '新增';
this.centervisible = true this.centervisible = true;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.vocAdd.init() this.$refs.vocAdd.init();
}) });
} }
}, },
handleClick(val) { handleClick(val) {
console.log(val) console.log(val);
switch (val.type) { switch (val.type) {
case 'edit': case 'edit':
this.addOrEditTitle = '编辑' this.addOrEditTitle = '编辑';
this.centervisible = true this.centervisible = true;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.vocAdd.init(val.data.id) this.$refs.vocAdd.init(val.data.id);
}) });
break break;
default: default:
this.handleDelete(val.data) this.handleDelete(val.data);
} }
}, },
// //
handleDelete(val) { handleDelete(val) {
this.$modal.confirm('是否确认删除"' + val.name + '"的数据项?').then(function() { this.$modal
return environmentalCheckDelete({ id: val.id }) .confirm('是否确认删除"' + val.name + '"的数据项?')
}).then(() => { .then(function () {
this.getList(); return environmentalCheckDelete({ id: val.id });
this.$modal.msgSuccess("操作成功"); })
}).catch(() => {}); .then(() => {
}, this.getList();
// this.$modal.msgSuccess('操作成功');
handleCancel() { })
this.$refs.vocAdd.formClear() .catch(() => {});
this.centervisible = false },
this.addOrEditTitle = '' //
}, handleCancel() {
handleConfirm() { this.$refs.vocAdd.formClear();
this.$refs.vocAdd.submitForm() this.centervisible = false;
}, this.addOrEditTitle = '';
successSubmit() { },
this.handleCancel() handleConfirm() {
this.getList() this.$refs.vocAdd.submitForm();
} },
} successSubmit() {
} this.handleCancel();
this.getList();
},
},
};
</script> </script>

View File

@ -1,185 +1,188 @@
<template> <template>
<div class="app-container wasteGasHis"> <div class="app-container wasteGasHis">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH"
:max-height="tableH" :row-class-name="tableRowClassName" />
:row-class-name="tableRowClassName" <pagination
/> :page.sync="queryParams.pageNo"
<pagination :limit.sync="queryParams.pageSize"
:page.sync="queryParams.pageNo" :total="total"
:limit.sync="queryParams.pageSize" @pagination="getList" />
:total="total" </div>
@pagination="getList"
/>
</div>
</template> </template>
<script> <script>
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { environmentalCheckRecordPage, environmentalCheckRecordExport, environmentalCheckPage } from '@/api/safetyEnvironmental/environmental' import {
import moment from 'moment' environmentalCheckRecordPage,
environmentalCheckRecordExport,
environmentalCheckPage,
} from '@/api/safetyEnvironmental/environmental';
import moment from 'moment';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'checkName', prop: 'checkName',
label: '指标名称' label: '指标名称',
}, },
{ {
prop: 'checkValue', prop: 'checkValue',
label: '检测数值' label: '检测数值',
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('environment_check_unit') filter: publicFormatter('environment_check_unit'),
}, },
{ {
prop: 'checkTime', prop: 'checkTime',
label: '检测时间', label: '检测时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'origin', prop: 'origin',
label: '来源', label: '来源',
filter: (val) => ['手动', '自动'][val] filter: (val) => ['手动', '自动'][val],
}, },
{ {
prop: 'recordPerson', prop: 'recordPerson',
label: '录入人' label: '录入人',
}, },
{ {
prop: 'recordTime', prop: 'recordTime',
label: '录入时间', label: '录入时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
} },
] ];
export default { export default {
name: 'WasteGasDetectionHistory', name: 'WasteGasDetectionHistory',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '指标名称', type: 'select',
selectOptions: [], label: '指标名称',
param: 'checkId', selectOptions: [],
filterable: true param: 'checkId',
}, filterable: true,
{ },
type: 'datePicker', {
label: '时间', type: 'datePicker',
dateType: 'datetimerange', label: '时间',
format: 'yyyy-MM-dd HH:mm:ss', dateType: 'datetimerange',
valueFormat: "timestamp", format: 'yyyy-MM-dd HH:mm:ss',
rangeSeparator: '-', valueFormat: 'timestamp',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 350 defaultSelect: [],
}, width: 350,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:waste-gas:export') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:waste-gas:export') ? 'separate' : '',
{ },
type: this.$auth.hasPermi('base:waste-gas:export') ? 'button' : '', {
btnName: '导出', type: this.$auth.hasPermi('base:waste-gas:export') ? 'button' : '',
name: 'export', btnName: '导出',
color: 'primary', name: 'export',
plain: true color: 'primary',
} plain: true,
], },
// ],
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 20, pageNo: 1,
checkId: null, pageSize: 20,
checkType: 2, checkId: null,
startTime: null, checkType: 2,
endTime: null startTime: null,
}, endTime: null,
tableProps, },
list: [], tableProps,
total: 0, list: [],
tableH: this.tableHeight(260) total: 0,
} };
}, },
created() { created() {
window.addEventListener('resize', () => { let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf();
this.tableH = this.tableHeight(260) let start = moment(moment().format('YYYY-MM-DD 00:00:00')).valueOf();
}) this.formConfig[1].defaultSelect = [start, end];
let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf() this.queryParams.startTime = start;
let start = moment(moment().format('YYYY-MM-DD 00:00:00')).valueOf() this.queryParams.endTime = end;
this.formConfig[1].defaultSelect = [start, end] this.getSelectList();
this.queryParams.startTime = start this.getList();
this.queryParams.endTime = end },
this.getSelectList() methods: {
this.getList() buttonClick(val) {
}, this.queryParams.pageNo = 1;
methods: { this.queryParams.checkId = val.checkId;
buttonClick(val) { this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null;
this.queryParams.pageNo = 1; this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null;
this.queryParams.checkId = val.checkId if (val.btnName === 'search') {
this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null this.getList();
this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null } else {
if (val.btnName === 'search') { this.$modal
this.getList() .confirm('是否确认导出')
} else { .then(() => {
this.$modal.confirm('是否确认导出').then(() => { return environmentalCheckRecordExport({ ...this.queryParams });
return environmentalCheckRecordExport({...this.queryParams}); })
}).then(response => { .then((response) => {
this.$download.excel(response, '废气检测历史记录.xls'); this.$download.excel(response, '废气检测历史记录.xls');
}).catch(() => {}) })
} .catch(() => {});
}, }
getList() { },
environmentalCheckRecordPage({...this.queryParams}).then(res => { getList() {
this.list = res.data.list || [] environmentalCheckRecordPage({ ...this.queryParams }).then((res) => {
this.total = res.data.total || 0 this.list = res.data.list || [];
}) this.total = res.data.total || 0;
}, });
getSelectList() { },
environmentalCheckPage({ getSelectList() {
pageNo: 1, environmentalCheckPage({
pageSize: 100, pageNo: 1,
checkType: 2 pageSize: 100,
}).then(res => { checkType: 2,
console.log(res) }).then((res) => {
this.formConfig[0].selectOptions = res.data.list || [] console.log(res);
}) this.formConfig[0].selectOptions = res.data.list || [];
}, });
tableRowClassName({row, rowIndex}) { },
console.log(row) tableRowClassName({ row, rowIndex }) {
if (row.markRed) { console.log(row);
return 'warning-row' if (row.markRed) {
}else { return 'warning-row';
return '' } else {
} return '';
} }
} },
} },
};
</script> </script>
<style lang='scss'> <style lang='scss'>
.wasteGasHis { .wasteGasHis {
.el-table .warning-row { .el-table .warning-row {
background: #fee1e1; background: #fee1e1;
} }
} }
</style> </style>

View File

@ -1,205 +1,210 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="80"
slot="handleBtn" label="操作"
:width="80" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 新增&编辑 -->
:total="total" <base-dialog
@pagination="getList" :dialogTitle="addOrEditTitle"
/> :dialogVisible="centervisible"
<!-- 新增&编辑 --> @cancel="handleCancel"
<base-dialog @confirm="handleConfirm"
:dialogTitle="addOrEditTitle" :before-close="handleCancel"
:dialogVisible="centervisible" width="60%">
@cancel="handleCancel" <waste-gas-add
@confirm="handleConfirm" ref="wasteGasAdd"
:before-close="handleCancel" @successSubmit="successSubmit" />
width='60%' </base-dialog>
> </div>
<waste-gas-add ref="wasteGasAdd" @successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import WasteGasAdd from './components/wasteGasAdd' import WasteGasAdd from './components/wasteGasAdd';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { environmentalCheckPage, environmentalCheckDelete } from '@/api/safetyEnvironmental/environmental' import {
environmentalCheckPage,
environmentalCheckDelete,
} from '@/api/safetyEnvironmental/environmental';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'name', prop: 'name',
label: '指标名称', label: '指标名称',
minWidth: 120, minWidth: 120,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'code', prop: 'code',
label: '指标编码', label: '指标编码',
minWidth: 120 minWidth: 120,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('environment_check_unit') filter: publicFormatter('environment_check_unit'),
}, },
{ {
prop: 'minValue', prop: 'minValue',
label: '最小值' label: '最小值',
}, },
{ {
prop: 'maxValue', prop: 'maxValue',
label: '最大值' label: '最大值',
}, },
{ {
prop: 'creator', prop: 'creator',
label: '创建人' label: '创建人',
}, },
{ {
prop: 'createTime', prop: 'createTime',
label: '创建时间', label: '创建时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
} },
] ];
export default { export default {
name: 'WasteGasDetectionIndication', name: 'WasteGasDetectionIndication',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '指标名称', type: 'input',
placeholder: '指标名称', label: '指标名称',
param: 'name' placeholder: '指标名称',
}, param: 'name',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:waste-gas:create') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:waste-gas:create') ? 'separate' : '',
{ },
type: this.$auth.hasPermi('base:waste-gas:create') ? 'button' : '', {
btnName: '新增', type: this.$auth.hasPermi('base:waste-gas:create') ? 'button' : '',
name: 'add', btnName: '新增',
color: 'success', name: 'add',
plain: true color: 'success',
} plain: true,
], },
// ],
queryParams: { //
pageNo: 1, queryParams: {
pageSize: 20, pageNo: 1,
checkType: 2, pageSize: 20,
name: null checkType: 2,
}, name: null,
total: 0, },
tableProps, total: 0,
list: [], tableProps,
tableH: this.tableHeight(260), list: [],
tableBtn: [ tableBtn: [
this.$auth.hasPermi('base:waste-gas:update') this.$auth.hasPermi('base:waste-gas:update')
? { ? {
type: 'edit', type: 'edit',
btnName: '编辑' btnName: '编辑',
} }
: undefined, : undefined,
this.$auth.hasPermi('base:waste-gas:delete') this.$auth.hasPermi('base:waste-gas:delete')
? { ? {
type: 'delete', type: 'delete',
btnName: '删除' btnName: '删除',
} }
: undefined : undefined,
].filter((v)=>v), ].filter((v) => v),
addOrEditTitle: '', addOrEditTitle: '',
centervisible: false centervisible: false,
} };
}, },
components: { WasteGasAdd }, components: { WasteGasAdd },
mounted() { mounted() {
this.getList() this.getList();
}, },
methods: { methods: {
getList() { getList() {
environmentalCheckPage({...this.queryParams}).then(res => { environmentalCheckPage({ ...this.queryParams }).then((res) => {
this.list = res.data.list || [] this.list = res.data.list || [];
this.total = res.data.total || 0 this.total = res.data.total || 0;
}) });
}, },
buttonClick(val) { buttonClick(val) {
console.log(val) console.log(val);
if (val.btnName === 'search') { if (val.btnName === 'search') {
this.queryParams.name = val.name this.queryParams.name = val.name;
this.getList() this.getList();
} else { } else {
this.addOrEditTitle = '新增' this.addOrEditTitle = '新增';
this.centervisible = true this.centervisible = true;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.wasteGasAdd.init() this.$refs.wasteGasAdd.init();
}) });
} }
}, },
handleClick(val) { handleClick(val) {
console.log(val) console.log(val);
switch (val.type) { switch (val.type) {
case 'edit': case 'edit':
this.addOrEditTitle = '编辑' this.addOrEditTitle = '编辑';
this.centervisible = true this.centervisible = true;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.wasteGasAdd.init(val.data.id) this.$refs.wasteGasAdd.init(val.data.id);
}) });
break break;
default: default:
this.handleDelete(val.data) this.handleDelete(val.data);
} }
}, },
// //
handleDelete(val) { handleDelete(val) {
this.$modal.confirm('是否确认删除"' + val.name + '"的数据项?').then(function() { this.$modal
return environmentalCheckDelete({ id: val.id }) .confirm('是否确认删除"' + val.name + '"的数据项?')
}).then(() => { .then(function () {
this.getList(); return environmentalCheckDelete({ id: val.id });
this.$modal.msgSuccess("操作成功"); })
}).catch(() => {}); .then(() => {
}, this.getList();
// this.$modal.msgSuccess('操作成功');
handleCancel() { })
this.$refs.wasteGasAdd.formClear() .catch(() => {});
this.centervisible = false },
this.addOrEditTitle = '' //
}, handleCancel() {
handleConfirm() { this.$refs.wasteGasAdd.formClear();
this.$refs.wasteGasAdd.submitForm() this.centervisible = false;
}, this.addOrEditTitle = '';
successSubmit() { },
this.handleCancel() handleConfirm() {
this.getList() this.$refs.wasteGasAdd.submitForm();
} },
} successSubmit() {
} this.handleCancel();
this.getList();
},
},
};
</script> </script>

View File

@ -1,185 +1,190 @@
<template> <template>
<div class="app-container wasteWaterHis"> <div class="app-container wasteWaterHis">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH"
:max-height="tableH" :row-class-name="tableRowClassName" />
:row-class-name="tableRowClassName" <pagination
/> :page.sync="queryParams.pageNo"
<pagination :limit.sync="queryParams.pageSize"
:page.sync="queryParams.pageNo" :total="total"
:limit.sync="queryParams.pageSize" @pagination="getList" />
:total="total" </div>
@pagination="getList"
/>
</div>
</template> </template>
<script> <script>
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import { environmentalCheckRecordPage, environmentalCheckRecordExport, environmentalCheckPage } from '@/api/safetyEnvironmental/environmental' import {
import moment from 'moment' environmentalCheckRecordPage,
environmentalCheckRecordExport,
environmentalCheckPage,
} from '@/api/safetyEnvironmental/environmental';
import moment from 'moment';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'checkName', prop: 'checkName',
label: '指标名称' label: '指标名称',
}, },
{ {
prop: 'checkValue', prop: 'checkValue',
label: '检测数值' label: '检测数值',
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('environment_check_unit') filter: publicFormatter('environment_check_unit'),
}, },
{ {
prop: 'checkTime', prop: 'checkTime',
label: '检测时间', label: '检测时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
}, },
{ {
prop: 'origin', prop: 'origin',
label: '来源', label: '来源',
filter: (val) => ['手动', '自动'][val] filter: (val) => ['手动', '自动'][val],
}, },
{ {
prop: 'recordPerson', prop: 'recordPerson',
label: '录入人' label: '录入人',
}, },
{ {
prop: 'recordTime', prop: 'recordTime',
label: '录入时间', label: '录入时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
} },
] ];
export default { export default {
name: 'WasteWaterDetectionHistory', name: 'WasteWaterDetectionHistory',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'select', {
label: '指标名称', type: 'select',
selectOptions: [], label: '指标名称',
param: 'checkId', selectOptions: [],
filterable: true param: 'checkId',
}, filterable: true,
{ },
type: 'datePicker', {
label: '检测时间', type: 'datePicker',
dateType: 'datetimerange', label: '检测时间',
format: 'yyyy-MM-dd HH:mm:ss', dateType: 'datetimerange',
valueFormat: "timestamp", format: 'yyyy-MM-dd HH:mm:ss',
rangeSeparator: '-', valueFormat: 'timestamp',
startPlaceholder: '开始时间', rangeSeparator: '-',
endPlaceholder: '结束时间', startPlaceholder: '开始时间',
param: 'timeVal', endPlaceholder: '结束时间',
defaultSelect: [], param: 'timeVal',
width: 350 defaultSelect: [],
}, width: 350,
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:waste-water:export') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:waste-water:export')
{ ? 'separate'
type: this.$auth.hasPermi('base:waste-water:export') ? 'button' : '', : '',
btnName: '导出', },
name: 'export', {
color: 'primary', type: this.$auth.hasPermi('base:waste-water:export') ? 'button' : '',
plain: true btnName: '导出',
} name: 'export',
], color: 'primary',
// plain: true,
queryParams: { },
pageNo: 1, ],
pageSize: 20, //
checkId: null, queryParams: {
checkType: 1, pageNo: 1,
startTime: null, pageSize: 20,
endTime: null checkId: null,
}, checkType: 1,
tableProps, startTime: null,
list: [], endTime: null,
total: 0, },
tableH: this.tableHeight(260) tableProps,
} list: [],
}, total: 0,
created() { };
window.addEventListener('resize', () => { },
this.tableH = this.tableHeight(260) created() {
}) let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf();
let end = moment(moment().format('YYYY-MM-DD 23:59:59')).valueOf() let start = moment(moment().format('YYYY-MM-DD 00:00:00')).valueOf();
let start = moment(moment().format('YYYY-MM-DD 00:00:00')).valueOf() this.formConfig[1].defaultSelect = [start, end];
this.formConfig[1].defaultSelect = [start, end] this.queryParams.startTime = start;
this.queryParams.startTime = start this.queryParams.endTime = end;
this.queryParams.endTime = end this.getSelectList();
this.getSelectList() this.getList();
this.getList() },
}, methods: {
methods: { buttonClick(val) {
buttonClick(val) { this.queryParams.pageNo = 1;
this.queryParams.pageNo = 1; this.queryParams.checkId = val.checkId;
this.queryParams.checkId = val.checkId this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null;
this.queryParams.startTime = val.timeVal ? val.timeVal[0] : null this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null;
this.queryParams.endTime = val.timeVal ? val.timeVal[1] : null if (val.btnName === 'search') {
if (val.btnName === 'search') { this.getList();
this.getList() } else {
} else { this.$modal
this.$modal.confirm('是否确认导出').then(() => { .confirm('是否确认导出')
return environmentalCheckRecordExport({...this.queryParams}); .then(() => {
}).then(response => { return environmentalCheckRecordExport({ ...this.queryParams });
this.$download.excel(response, '废水检测历史记录.xls'); })
}).catch(() => {}) .then((response) => {
} this.$download.excel(response, '废水检测历史记录.xls');
}, })
getList() { .catch(() => {});
environmentalCheckRecordPage({...this.queryParams}).then(res => { }
this.list = res.data.list || [] },
this.total = res.data.total || 0 getList() {
}) environmentalCheckRecordPage({ ...this.queryParams }).then((res) => {
}, this.list = res.data.list || [];
getSelectList() { this.total = res.data.total || 0;
environmentalCheckPage({ });
pageNo: 1, },
pageSize: 100, getSelectList() {
checkType: 1 environmentalCheckPage({
}).then(res => { pageNo: 1,
console.log(res) pageSize: 100,
this.formConfig[0].selectOptions = res.data.list || [] checkType: 1,
}) }).then((res) => {
}, console.log(res);
tableRowClassName({row, rowIndex}) { this.formConfig[0].selectOptions = res.data.list || [];
console.log(row) });
if (row.markRed) { },
return 'warning-row' tableRowClassName({ row, rowIndex }) {
}else { console.log(row);
return '' if (row.markRed) {
} return 'warning-row';
} } else {
} return '';
} }
},
},
};
</script> </script>
<style lang='scss'> <style lang='scss'>
.wasteWaterHis { .wasteWaterHis {
.el-table .warning-row { .el-table .warning-row {
background: #fee1e1; background: #fee1e1;
} }
} }
</style> </style>

View File

@ -1,205 +1,212 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<search-bar <search-bar
:formConfigs="formConfig" :formConfigs="formConfig"
ref="searchBarForm" ref="searchBarForm"
@headBtnClick="buttonClick" @headBtnClick="buttonClick" />
/> <!-- 列表 -->
<!-- 列表 --> <base-table
<base-table :page="queryParams.pageNo"
:page="queryParams.pageNo" :limit="queryParams.pageSize"
:limit="queryParams.pageSize" :table-props="tableProps"
:table-props="tableProps" :table-data="list"
:table-data="list" :max-height="tableH">
:max-height="tableH" <method-btn
> v-if="tableBtn.length"
<method-btn slot="handleBtn"
v-if="tableBtn.length" :width="80"
slot="handleBtn" label="操作"
:width="80" :method-list="tableBtn"
label="操作" @clickBtn="handleClick" />
:method-list="tableBtn" </base-table>
@clickBtn="handleClick" <pagination
/> :page.sync="queryParams.pageNo"
</base-table> :limit.sync="queryParams.pageSize"
<pagination :total="total"
:page.sync="queryParams.pageNo" @pagination="getList" />
:limit.sync="queryParams.pageSize" <!-- 新增&编辑 -->
:total="total" <base-dialog
@pagination="getList" :dialogTitle="addOrEditTitle"
/> :dialogVisible="centervisible"
<!-- 新增&编辑 --> @cancel="handleCancel"
<base-dialog @confirm="handleConfirm"
:dialogTitle="addOrEditTitle" :before-close="handleCancel"
:dialogVisible="centervisible" width="60%">
@cancel="handleCancel" <waste-water-add
@confirm="handleConfirm" ref="wasteWaterAdd"
:before-close="handleCancel" @successSubmit="successSubmit" />
width='60%' </base-dialog>
> </div>
<waste-water-add ref="wasteWaterAdd" @successSubmit="successSubmit" />
</base-dialog>
</div>
</template> </template>
<script> <script>
import { parseTime } from '@/utils/ruoyi' import { parseTime } from '@/utils/ruoyi';
import WasteWaterAdd from './components/wasteWaterAdd' import WasteWaterAdd from './components/wasteWaterAdd';
import { publicFormatter } from '@/utils/dict' import { publicFormatter } from '@/utils/dict';
import { environmentalCheckPage, environmentalCheckDelete } from '@/api/safetyEnvironmental/environmental' import {
environmentalCheckPage,
environmentalCheckDelete,
} from '@/api/safetyEnvironmental/environmental';
import tableHeightMixin from '@/mixins/lb/tableHeightMixin';
const tableProps = [ const tableProps = [
{ {
prop: 'name', prop: 'name',
label: '指标名称', label: '指标名称',
minWidth: 120, minWidth: 120,
showOverflowtooltip: true showOverflowtooltip: true,
}, },
{ {
prop: 'code', prop: 'code',
label: '指标编码', label: '指标编码',
minWidth: 120 minWidth: 120,
}, },
{ {
prop: 'unit', prop: 'unit',
label: '单位', label: '单位',
filter: publicFormatter('environment_check_unit') filter: publicFormatter('environment_check_unit'),
}, },
{ {
prop: 'minValue', prop: 'minValue',
label: '最小值' label: '最小值',
}, },
{ {
prop: 'maxValue', prop: 'maxValue',
label: '最大值' label: '最大值',
}, },
{ {
prop: 'creator', prop: 'creator',
label: '创建人' label: '创建人',
}, },
{ {
prop: 'createTime', prop: 'createTime',
label: '创建时间', label: '创建时间',
filter: parseTime, filter: parseTime,
minWidth: 160 minWidth: 160,
} },
] ];
export default { export default {
name: 'WasteWaterDetectionIndication', name: 'WasteWaterDetectionIndication',
data() { mixins: [tableHeightMixin],
return { data() {
formConfig: [ return {
{ formConfig: [
type: 'input', {
label: '指标名称', type: 'input',
placeholder: '指标名称', label: '指标名称',
param: 'name' placeholder: '指标名称',
}, param: 'name',
{ },
type: 'button', {
btnName: '查询', type: 'button',
name: 'search', btnName: '查询',
color: 'primary' name: 'search',
}, color: 'primary',
{ },
type: this.$auth.hasPermi('base:waste-water:create') ? 'separate' : '', {
}, type: this.$auth.hasPermi('base:waste-water:create')
{ ? 'separate'
type: this.$auth.hasPermi('base:waste-water:create') ? 'button' : '', : '',
btnName: '新增', },
name: 'add', {
color: 'success', type: this.$auth.hasPermi('base:waste-water:create') ? 'button' : '',
plain: true btnName: '新增',
} name: 'add',
], color: 'success',
// plain: true,
queryParams: { },
pageNo: 1, ],
pageSize: 20, //
checkType: 1, queryParams: {
name: null pageNo: 1,
}, pageSize: 20,
total: 0, checkType: 1,
tableProps, name: null,
list: [], },
tableH: this.tableHeight(260), total: 0,
tableBtn: [ tableProps,
this.$auth.hasPermi('base:waste-water:update') list: [],
? { tableBtn: [
type: 'edit', this.$auth.hasPermi('base:waste-water:update')
btnName: '编辑' ? {
} type: 'edit',
: undefined, btnName: '编辑',
this.$auth.hasPermi('base:waste-water:delete') }
? { : undefined,
type: 'delete', this.$auth.hasPermi('base:waste-water:delete')
btnName: '删除' ? {
} type: 'delete',
: undefined btnName: '删除',
].filter((v)=>v), }
addOrEditTitle: '', : undefined,
centervisible: false ].filter((v) => v),
} addOrEditTitle: '',
}, centervisible: false,
components: { WasteWaterAdd }, };
mounted() { },
this.getList() components: { WasteWaterAdd },
}, mounted() {
methods: { this.getList();
getList() { },
environmentalCheckPage({...this.queryParams}).then(res => { methods: {
this.list = res.data.list || [] getList() {
this.total = res.data.total || 0 environmentalCheckPage({ ...this.queryParams }).then((res) => {
}) this.list = res.data.list || [];
}, this.total = res.data.total || 0;
buttonClick(val) { });
console.log(val) },
if (val.btnName === 'search') { buttonClick(val) {
this.queryParams.name = val.name console.log(val);
this.getList() if (val.btnName === 'search') {
} else { this.queryParams.name = val.name;
this.addOrEditTitle = '新增' this.getList();
this.centervisible = true } else {
this.$nextTick(() => { this.addOrEditTitle = '新增';
this.$refs.wasteWaterAdd.init() this.centervisible = true;
}) this.$nextTick(() => {
} this.$refs.wasteWaterAdd.init();
}, });
handleClick(val) { }
console.log(val) },
switch (val.type) { handleClick(val) {
case 'edit': console.log(val);
this.addOrEditTitle = '编辑' switch (val.type) {
this.centervisible = true case 'edit':
this.$nextTick(() => { this.addOrEditTitle = '编辑';
this.$refs.wasteWaterAdd.init(val.data.id) this.centervisible = true;
}) this.$nextTick(() => {
break this.$refs.wasteWaterAdd.init(val.data.id);
default: });
this.handleDelete(val.data) break;
} default:
}, this.handleDelete(val.data);
// }
handleDelete(val) { },
this.$modal.confirm('是否确认删除"' + val.name + '"的数据项?').then(function() { //
return environmentalCheckDelete({ id: val.id }) handleDelete(val) {
}).then(() => { this.$modal
this.getList(); .confirm('是否确认删除"' + val.name + '"的数据项?')
this.$modal.msgSuccess("操作成功"); .then(function () {
}).catch(() => {}); return environmentalCheckDelete({ id: val.id });
}, })
// .then(() => {
handleCancel() { this.getList();
this.$refs.wasteWaterAdd.formClear() this.$modal.msgSuccess('操作成功');
this.centervisible = false })
this.addOrEditTitle = '' .catch(() => {});
}, },
handleConfirm() { //
this.$refs.wasteWaterAdd.submitForm() handleCancel() {
}, this.$refs.wasteWaterAdd.formClear();
successSubmit() { this.centervisible = false;
this.handleCancel() this.addOrEditTitle = '';
this.getList() },
} handleConfirm() {
} this.$refs.wasteWaterAdd.submitForm();
} },
successSubmit() {
this.handleCancel();
this.getList();
},
},
};
</script> </script>