change
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submit-bar_new">
|
||||
<button class="zd-col-5 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-13 submit-button_new" :class="{'btn-disabled': !val1 || !val2}" :disabled="disabled" @tap="_taskCarry">确认</button>
|
||||
<button class="zd-col-7 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-15 submit-button_new" :class="{'btn-disabled': !val1 || !val2}" :disabled="disabled" @tap="_taskCarry">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -47,12 +47,12 @@
|
||||
/** 点位查询1 */
|
||||
async _pointSearch1 (a) {
|
||||
let res = await pointSearch(a)
|
||||
this.val1 = res.list.point_code
|
||||
this.val1 = res[0].point_code
|
||||
},
|
||||
/** 点位查询2 */
|
||||
async _pointSearch2 (a) {
|
||||
let res = await pointSearch(a)
|
||||
this.val2 = res.list.point_code
|
||||
this.val2 = res[0].point_code
|
||||
},
|
||||
toClear () {
|
||||
this.val1 = ''
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
/** 点位查询 */
|
||||
async _pointSearch (a) {
|
||||
let res = await pointSearch(a)
|
||||
this.val1 = res.list.point_code
|
||||
this.val1 = res[0].point_code
|
||||
},
|
||||
toClear () {
|
||||
this.val1 = ''
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submit-bar_new">
|
||||
<button class="zd-col-5 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-13 submit-button_new" :class="{'btn-disabled': !val1 || this.index1 || !val2}" :disabled="disabled" @tap="_yclck">确认</button>
|
||||
<button class="zd-col-7 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-15 submit-button_new" :class="{'btn-disabled': !val1 || index1 || !val2}" :disabled="disabled" @tap="_yclck">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -57,7 +57,7 @@
|
||||
/** 点位查询 */
|
||||
async _pointSearch (a) {
|
||||
let res = await pointSearch(a)
|
||||
this.val1 = res.list.point_code
|
||||
this.val1 = res[0].point_code
|
||||
},
|
||||
toClear () {
|
||||
this.val1 = ''
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submit-bar_new">
|
||||
<button class="zd-col-5 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-13 submit-button_new" :class="{'btn-disabled': !val1 || !val2}" :disabled="disabled" @tap="_zpjb">确认</button>
|
||||
<button class="zd-col-7 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-15 submit-button_new" :class="{'btn-disabled': !val1 || !val2}" :disabled="disabled" @tap="_zpjb">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user