烘烤工序质检不合格/新增母卷决策页面/新增冷却区生箔详情页面

This commit is contained in:
2025-06-10 13:24:24 +08:00
parent 9b0835a7b5
commit 1e59224993
8 changed files with 304 additions and 27 deletions

View File

@@ -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