pc-master #15
@ -92,7 +92,7 @@
 | 
			
		||||
      <div class="flex-view">
 | 
			
		||||
        <div class="input-main-80">
 | 
			
		||||
          <span>施肥时采用</span>
 | 
			
		||||
          <input @blur="blurChange(10 + (indexs - 1) + '53', $event)"
 | 
			
		||||
          <input @blur="blurChange(10 + (indexs - 1) + '58', $event)"
 | 
			
		||||
            v-model="inputData[10 + (indexs - 1) + '58']"
 | 
			
		||||
            @input="change(10 + (indexs - 1) + '58', $event)"
 | 
			
		||||
            type="number"
 | 
			
		||||
@ -213,12 +213,12 @@
 | 
			
		||||
      <div class="input-view">
 | 
			
		||||
        <div class="input-sel">
 | 
			
		||||
          <span>施肥机自动运行模式选择</span>
 | 
			
		||||
          <el-dropdown @command="handleCommand">
 | 
			
		||||
            <div class="el-dropdown-link">
 | 
			
		||||
          <el-dropdown trigger="click" @command="handleCommand">
 | 
			
		||||
            <div  class="el-dropdown-link">
 | 
			
		||||
              <input
 | 
			
		||||
                type="text"
 | 
			
		||||
                disabled
 | 
			
		||||
                value="选择设定弹窗"
 | 
			
		||||
                v-model="data53"
 | 
			
		||||
                class="input-input"
 | 
			
		||||
                placeholder="无"
 | 
			
		||||
              />
 | 
			
		||||
@ -825,28 +825,29 @@ export default {
 | 
			
		||||
      } else if (command == "5") {
 | 
			
		||||
        this.model4 = true;
 | 
			
		||||
      }
 | 
			
		||||
      //   this.inputData[10 + (this.indexs - 1) + "53"] = command;
 | 
			
		||||
      //  this.get53data(command)
 | 
			
		||||
      //   var data53={
 | 
			
		||||
      //      target: {
 | 
			
		||||
      //       value: this.inputData[10 + (this.indexs - 1) + "53"],
 | 
			
		||||
      //     },
 | 
			
		||||
      //   }
 | 
			
		||||
      //   this.change(10 + (this.indexs - 1) + "53", data53);
 | 
			
		||||
        this.inputData[10 + (this.indexs - 1) + "53"] = command;
 | 
			
		||||
       this.get53data(command)
 | 
			
		||||
        var data53={
 | 
			
		||||
           target: {
 | 
			
		||||
            value: this.inputData[10 + (this.indexs - 1) + "53"],
 | 
			
		||||
          },
 | 
			
		||||
        }
 | 
			
		||||
        this.changeBtn(10 + (this.indexs - 1) + "53", data53);
 | 
			
		||||
    
 | 
			
		||||
    },
 | 
			
		||||
    get53data(index) {
 | 
			
		||||
      var data = index;
 | 
			
		||||
      var text53 = "";
 | 
			
		||||
      if (data == "1") {
 | 
			
		||||
        text53 = "定时启动";
 | 
			
		||||
        text53 = "预定时间点启动";
 | 
			
		||||
      } else if (data == "2") {
 | 
			
		||||
        text53 = "间隔启动";
 | 
			
		||||
        text53 = "预定时间段启动";
 | 
			
		||||
      } else if (data == "3") {
 | 
			
		||||
        text53 = "土壤传感器启动";
 | 
			
		||||
        text53 = "依据土壤传感器";
 | 
			
		||||
      } else if (data == "4") {
 | 
			
		||||
        text53 = "光积累启动";
 | 
			
		||||
        text53 = "依据光照传感器";
 | 
			
		||||
      } else if (data == "5") {
 | 
			
		||||
        text53 = "外控启动";
 | 
			
		||||
        text53 = "依据外控信号";
 | 
			
		||||
      }
 | 
			
		||||
      this.data53 = text53;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user