@@ -479,6 +484,7 @@
},
weightFactorFlag:false,
schedulingModalData: {
+ remark:'',
weightFactor:'',
orderNo: '',
site: '',
@@ -571,6 +577,7 @@
return false
}
this.schedulingModalData = {
+ remark:'',
weightFactor: row.weightFactor,
partPlanQty: row.partPlanQty,
orderNo: row.orderNo,
@@ -624,6 +631,7 @@
shiftNo: this.schedulingModalData.shiftNo,
scheduleDate: null,
operatorId:this.schedulingModalData.operatorId,
+ createBy:this.$store.state.user.name
}
if(this.schedulingModalData.partPlanQty!=null&&this.schedulingModalData.partPlanQty!=''&&this.schedulingModalData.partPlanQty!=0){
data.scheduleQty=this.schedulingModalData.partPlanQty;
@@ -743,7 +751,8 @@
sumQty: this.schedulingModalData.sumQty,
scheduleDetail:this.schedulingModalTableData,
efficiency:this.schedulingModalData.efficiency,
- orderRef1:this.schedulingModalData.orderRef1
+ orderRef1:this.schedulingModalData.orderRef1,
+ remark:this.schedulingModalData.remark,
}
scheduleForSOTask(indata).then(({data}) => {
if (data && data.code === 0) {
diff --git a/src/views/modules/production/scheduleForShopOrder.vue b/src/views/modules/production/scheduleForShopOrder.vue
index dc12cb8..bd1a85f 100644
--- a/src/views/modules/production/scheduleForShopOrder.vue
+++ b/src/views/modules/production/scheduleForShopOrder.vue
@@ -363,6 +363,11 @@
保存
+
+
+
+
+
{
if(flag2){
- this.$confirm(`实际派工数量大于上工序完成数量,是否继续`, '提示', {
+ this.$confirm(`实际派工数量大于上工序完成数量,是否存在超额派工或者重复派工的情况, 请确认是否继续!`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
@@ -810,7 +818,7 @@
})
}else {
if(flag2){
- this.$confirm(`实际派工数量大于上工序完成数量,是否继续`, '提示', {
+ this.$confirm(`实际派工数量大于上工序完成数量,是否存在超额派工或者重复派工的情况, 请确认是否继续!`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
@@ -833,6 +841,7 @@
sumQty: this.schedulingModalData.sumQty,
scheduleDetail:this.schedulingModalTableData,
efficiency:this.schedulingModalData.efficiency,
+ remark:this.schedulingModalData.remark,
}
scheduleForShopOrder(indata).then(({data}) => {
if (data && data.code === 0) {
diff --git a/src/views/modules/taskmanage/mysendtasklist.vue b/src/views/modules/taskmanage/mysendtasklist.vue
index 167f6a3..aaeebf4 100644
--- a/src/views/modules/taskmanage/mysendtasklist.vue
+++ b/src/views/modules/taskmanage/mysendtasklist.vue
@@ -560,9 +560,9 @@
})
},
tableRowClassName({row, rowIndex}) {
- if (row.chatLastType == '有新回复'&&row.finalStatus=='未完成') {
- return 'newChat'
- }
+ // if (row.chatLastType == '有新回复'&&row.finalStatus=='未完成') {
+ // return 'newChat'
+ // }
},
// 新增 / 修改
addOrUpdateHandle(id) {
diff --git a/src/views/modules/taskmanage/mytasklist.vue b/src/views/modules/taskmanage/mytasklist.vue
index 9ffc5d3..2051392 100644
--- a/src/views/modules/taskmanage/mytasklist.vue
+++ b/src/views/modules/taskmanage/mytasklist.vue
@@ -468,9 +468,9 @@
},
methods: {
tableRowClassName({row, rowIndex}) {
- if (row.chatLastType == '有新消息'&&row.finalStatus=='未完成') {
- return 'newChat'
- }
+ // if (row.chatLastType == '有新消息'&&row.finalStatus=='未完成') {
+ // return 'newChat'
+ // }
},
// 获取数据列表
getDataList() {