change
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<view class="zd-row submit-bar">
|
||||
<button class="zd-col-5 button-default" @tap="clearUp">清空</button>
|
||||
<button class="zd-col-9 button-primary" :class="{'button-info': !val1}" :disabled="disabled1" @tap="labelPrint">标签打印</button>
|
||||
<button class="zd-col-9 button-primary" :class="{'button-info': !val1 && !kcqty}" :disabled="disabled" @tap="_materialBoxOutConfirm">确认出库</button>
|
||||
<button class="zd-col-9 button-primary" :class="{'button-info': !val1 || !kcqty}" :disabled="disabled" @tap="_materialBoxOutConfirm">确认出库</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<view class="zd-col-24 filter_select">
|
||||
<search-box
|
||||
v-model="val1"
|
||||
@handleChange="handleChange"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
@@ -114,6 +115,11 @@
|
||||
this.title = options.title
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
if (e) {
|
||||
this.searchList()
|
||||
}
|
||||
},
|
||||
searchList () {
|
||||
this.dataList = []
|
||||
this._getOutGroupInfo()
|
||||
|
||||
Reference in New Issue
Block a user