fix:提示、注释优化

This commit is contained in:
zhouz
2025-06-27 15:01:14 +08:00
parent 2a4742421a
commit 62521d3263
2 changed files with 2 additions and 1 deletions

View File

@@ -561,7 +561,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
String Attribute3 = param.getString("Attribute3"); // 上下轴
String Attribute4 = param.getString("Attribute4"); // 位置左右
String Attribute5 = param.getString("Attribute5"); // 是否套轴
String Attribute6 = param.getString("Attribute6"); // 是否套轴
String Attribute6 = param.getString("Attribute6"); // 物料类型
// 基础校验
if (ObjectUtil.isEmpty(orderType)) {

View File

@@ -596,6 +596,7 @@ export default {
this.loadingAlldiv = true
this.mstrow.cancel_type = '1'
checkoutbill.allCancel(this.mstrow).then(res => {
this.crud.notify('全部取消成功!', CRUD.NOTIFICATION_TYPE.INFO)
this.queryTableDtl()
this.updataIsOverdue()
this.loadingAlldiv = false