烘烤工序质检不合格/新增母卷决策页面/新增冷却区生箔详情页面
This commit is contained in:
@@ -63,9 +63,6 @@
|
||||
@clear="handleClear"
|
||||
@search="searchList"
|
||||
>
|
||||
<view class="mgt40">
|
||||
<button size="mini" type="primary" :disabled="disabled1" @tap="_createOrder">{{$t('button.add-order')}}</button>
|
||||
</view>
|
||||
</SearchPopup>
|
||||
</view>
|
||||
</template>
|
||||
@@ -175,20 +172,6 @@
|
||||
this.status = 'noMore'
|
||||
}
|
||||
},
|
||||
// 新增工单
|
||||
async _createOrder () {
|
||||
this.disabled1 = true
|
||||
try {
|
||||
let res = await createOrder(this.conditions[0].value, this.conditions[1].value)
|
||||
this.disabled1 = false
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
} catch (e) {
|
||||
this.disabled1 = false
|
||||
}
|
||||
},
|
||||
// 准备就绪
|
||||
async _confirmBlanking () {
|
||||
this.disabled2 = true
|
||||
|
||||
Reference in New Issue
Block a user