Merge pull request 'pc-master' (#98) from pc-master into portal
Reviewed-on: #98
This commit is contained in:
		
						commit
						c6514b9fb5
					
				@ -276,7 +276,7 @@ export default {
 | 
			
		||||
            this.inputData[this.startList[this.indexs - 1]] = index;
 | 
			
		||||
            var dataNum = {
 | 
			
		||||
                target: {
 | 
			
		||||
                    value: this.openIndex,
 | 
			
		||||
                    value: index,
 | 
			
		||||
                },
 | 
			
		||||
            };
 | 
			
		||||
            this.changeBtn(this.startList[this.indexs - 1], dataNum);
 | 
			
		||||
 | 
			
		||||
@ -301,7 +301,7 @@ export default {
 | 
			
		||||
                    this.inputData = res.data.data;
 | 
			
		||||
                    this.startList.forEach((el, index) => {
 | 
			
		||||
                        this.inputData[el + 6] = this.countData10(this.inputData[el + 6])
 | 
			
		||||
                        this.inputData[el + 8] = this.countData10(this.inputData[el + 8])
 | 
			
		||||
                        this.inputData[el + 7] = this.countData10(this.inputData[el + 7])
 | 
			
		||||
                        this.inputData[el + 14] = this.countData10(this.inputData[el + 14])
 | 
			
		||||
                    })
 | 
			
		||||
                    this.getActive1()
 | 
			
		||||
 | 
			
		||||
@ -55,11 +55,11 @@
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="input-main-80">
 | 
			
		||||
                <span>降雨时遮阳网处于的位置</span>
 | 
			
		||||
                <input @blur="blurChange(startList[indexs-1]+13, $event)" v-model="inputData[startList[indexs-1]+13]" @input="change(startList[indexs-1]+13, $event)"
 | 
			
		||||
                <input @blur="blurChange(startList[indexs-1]+14, $event)" v-model="inputData[startList[indexs-1]+14]" @input="change(startList[indexs-1]+14, $event)"
 | 
			
		||||
                 type="text" placeholder="0">
 | 
			
		||||
                <span>%</span>
 | 
			
		||||
                <span>降雨确认时间</span>
 | 
			
		||||
                <input @blur="blurChange(startList[indexs-1]+14, $event)" v-model="inputData[startList[indexs-1]+14]" @input="change(startList[indexs-1]+14, $event)"
 | 
			
		||||
                <input @blur="blurChange(startList[indexs-1]+13, $event)" v-model="inputData[startList[indexs-1]+13]" @input="change(startList[indexs-1]+13, $event)"
 | 
			
		||||
                 type="text" placeholder="0">
 | 
			
		||||
                <span>分钟</span>
 | 
			
		||||
            </div>
 | 
			
		||||
@ -100,10 +100,10 @@
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="input-main-80">
 | 
			
		||||
                <span>风速大于</span>
 | 
			
		||||
                <input @blur="blurChange(startList[indexs-1]+11, $event)" v-model="inputData[startList[indexs-1]+11]" @input="change(startList[indexs-1]+11, $event)"
 | 
			
		||||
                <input @blur="blurChange10(startList[indexs-1]+12, $event)" v-model="inputData[startList[indexs-1]+12]" @input="changeCount10(startList[indexs-1]+12, $event)"
 | 
			
		||||
                 type="text" placeholder="0">
 | 
			
		||||
                <span>时收拢遮阳网,大风保护解除时间</span>
 | 
			
		||||
                <input @blur="blurChange10(startList[indexs-1]+12, $event)" v-model="inputData[startList[indexs-1]+12]" @input="changeCount10(startList[indexs-1]+12, $event)"
 | 
			
		||||
                <input @blur="blurChange(startList[indexs-1]+11, $event)" v-model="inputData[startList[indexs-1]+11]" @input="change(startList[indexs-1]+11, $event)"
 | 
			
		||||
                 type="text" placeholder="0">
 | 
			
		||||
                <span>分钟</span>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user