chaxun
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
</view>
|
||||
<view class="zd-row submit-bar">
|
||||
<button class="zd-col-7 submit-button" @tap="clearUp">清空</button>
|
||||
<button class="zd-col-7 submit-button" @tap="_manualSortingPackingTaskShow">刷新</button>
|
||||
<button class="zd-col-7 submit-button" @tap="_manualSortingPackingTaskShow">查询</button>
|
||||
<button class="zd-col-7 submit-button" :class="{'btn-disabled': !(((code[0] !== '' && num[0] !== '') || (code[1] !== '' && num[1] !== '') || (code[2] !== '' && num[2] !== '')) && (code[3] !== '' && num1 !== ''))}" :disabled="disabled" @tap="toSure">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -112,7 +112,7 @@
|
||||
}
|
||||
},
|
||||
created () {
|
||||
// this._manualSortingPackingTaskShow()
|
||||
this._manualSortingPackingTaskShow()
|
||||
if (this.num1 === '') {
|
||||
let num1 = this.num[0] !== '' ? parseFloat(this.num[0]) : ''
|
||||
let num2 = this.num[1] !== '' ? parseFloat(this.num[1]) : ''
|
||||
|
||||
Reference in New Issue
Block a user