fix:提示、注释优化
This commit is contained in:
@@ -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)) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user