生箔工序删除
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
},
|
},
|
||||||
toDel () {
|
toDel () {
|
||||||
this.$emit('input', '')
|
this.$emit('input', '')
|
||||||
|
this.$emit('handleDel', '')
|
||||||
},
|
},
|
||||||
handleSend (e) {
|
handleSend (e) {
|
||||||
this.$emit('input', e.target.value)
|
this.$emit('input', e.target.value)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<view class="filter_label">{{$t('filter.mother-roll')}}</view>
|
<view class="filter_label">{{$t('filter.mother-roll')}}</view>
|
||||||
<view class="zd-row">
|
<view class="zd-row">
|
||||||
<view class="zd-col-21 filter_input_wraper">
|
<view class="zd-col-21 filter_input_wraper">
|
||||||
<search-box v-model="val2" />
|
<search-box v-model="val2" @handleDel="handleDel" />
|
||||||
</view>
|
</view>
|
||||||
<button class="btn-search-icon" style="text-align: right;" size="mini" @tap="searchList"><uni-icons type="search" size="24" color="#272727"></uni-icons></button>
|
<button class="btn-search-icon" style="text-align: right;" size="mini" @tap="searchList"><uni-icons type="search" size="24" color="#272727"></uni-icons></button>
|
||||||
</view>
|
</view>
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
this.disabled3 = false
|
this.disabled3 = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 开始工单
|
// 正常下卷/单下卷/单上轴/单下轴
|
||||||
async _rawScrollDowm (type) {
|
async _rawScrollDowm (type) {
|
||||||
this.disabled4 = true
|
this.disabled4 = true
|
||||||
this.type = type
|
this.type = type
|
||||||
@@ -235,6 +235,13 @@
|
|||||||
toCheck (e) {
|
toCheck (e) {
|
||||||
this.pkId = this.pkId === e.container_name ? '' : e.container_name
|
this.pkId = this.pkId === e.container_name ? '' : e.container_name
|
||||||
this.pkObj = this.pkId === e.container_name ? e : {}
|
this.pkObj = this.pkId === e.container_name ? e : {}
|
||||||
|
},
|
||||||
|
handleDel () {
|
||||||
|
this.pkId = ''
|
||||||
|
this.pkObj = {}
|
||||||
|
this.totalCount = 0
|
||||||
|
this.dataList = []
|
||||||
|
this.pageNum = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user