1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
ÏîÄ¿´úÂë/PDA/pages/Outbound/YxOutboundCall.vue
@@ -227,6 +227,13 @@
                  </xfl-select>
               </u-td>
            </u-tr>
            <u-tr>
               <u-td width="30%">预估轮径范围</u-td>
               <u-td>
                  <p style="display: flex;"><label style="line-height: 30px;">最小值:</label><u-input v-model="zuixiaoz" :focus="qrcodeFocus" :border="true" placeholder="请输入预估轮径最小值" style="width: 80%;" /></p>
                  <p style="display: flex;margin-top: 5px;"><label style="line-height: 30px;">最大值:</label><u-input v-model="zuidaz" :focus="qrcodeFocus" :border="true" placeholder="请输入预估轮径最大值" style="width: 80%;" /></p>
               </u-td>
            </u-tr>
            <!--    <u-tr>
               <u-td width="30%">轴承类别:</u-td>
               <u-td>
@@ -308,6 +315,8 @@
            ylzb: '',
            zlzc: '',
            ylzc: '',
            zuixiaoz:"",
            zuidaz:'',
            // zzjAVG: '',
            // yzjAVG: '',
            // zfcbAVG: '',
@@ -601,6 +610,8 @@
                           zlzc: _this.zlzc,
                           ylzc: _this.ylzc,
                           mttype: _this.mttype,
                           zuixiaoz:_this.zuixiaoz,
                           zuidaz:_this.zuidaz,
                           //targetStation: _this.targetStation,
                           wheelsPosition: _this.wheelsPosition,
                           NOdirection: _this.NOdirection,