Merge pull request 'pc-master' (#283) from pc-master into portal
Reviewed-on: #283
This commit is contained in:
commit
636874e464
@ -268,7 +268,7 @@ export default {
|
||||
},
|
||||
//类型选择
|
||||
handleCommand(index) {
|
||||
this.TypeSel = this.typeSelList[index].name
|
||||
this.TypeSel = this.typeSelList[index].label
|
||||
this.TypeSelIndex = this.typeSelList[index].value
|
||||
var dataNum = {
|
||||
target: {
|
||||
@ -391,7 +391,7 @@ export default {
|
||||
this.typeSelList.forEach((el, index) => {
|
||||
if (el.value == this.inputData[21657 + (this.indexs - 1)]) {
|
||||
|
||||
this.TypeSel = el.name
|
||||
this.TypeSel = el.label
|
||||
this.TypeSelIndex = el.value
|
||||
}
|
||||
if (this.inputData[21657 + (this.indexs - 1)] == 0) {
|
||||
|
@ -492,7 +492,7 @@ export default {
|
||||
},
|
||||
getrightList3() {
|
||||
// var num = this.inputData['82']
|
||||
var num = this.inputData['82']
|
||||
var num = this.inputData['82']?this.inputData['82']:0
|
||||
|
||||
var num1 = this.padString(num.toString(2), 8)
|
||||
var openListNew = []
|
||||
@ -575,7 +575,8 @@ export default {
|
||||
},
|
||||
//什么方式启动的搅拌
|
||||
getData81() {
|
||||
var number = this.padString(this.inputData['81'].toString(2), 4)
|
||||
var num=this.inputData['81']?this.inputData['81']:0
|
||||
var number = this.padString(num.toString(2), 4)
|
||||
|
||||
var openListNew = []
|
||||
openListNew = number.split("")
|
||||
|
Loading…
x
Reference in New Issue
Block a user