no message
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !index || index2 === 'B2'}" :disabled="disabled" @tap="toSure(2)">暂存区</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !index || index2 !== 'B2'}" :disabled="disabled" @tap="toSure(2)">暂存区</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !index}" :disabled="disabled" @tap="toSure(1)">内包间</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -110,7 +110,7 @@
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
if ((!this.index || this.index2 === 'B2') && type === 2) {
|
||||
if ((!this.index || this.index2 !== 'B2') && type === 2) {
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user