料桶入库
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/>
|
||||
</view>
|
||||
<view class="zd-row submit-bar">
|
||||
<button class="zd-col-11 button-primary" @tap="seachList">查询工单</button>
|
||||
<button class="zd-col-11 button-primary" :class="{'button-info': !index2}" @tap="seachList">查询工单</button>
|
||||
<button class="zd-col-11 button-primary" :class="{'button-info': !index2 || !pkId}" @tap="_callMaterial">开工</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -134,6 +134,9 @@
|
||||
this.index2 = e
|
||||
},
|
||||
seachList () {
|
||||
if (!this.index2) {
|
||||
return
|
||||
}
|
||||
this.dataList = []
|
||||
this.pageNum = 1
|
||||
this.pkId = ''
|
||||
|
||||
Reference in New Issue
Block a user