|
@@ -735,7 +735,7 @@ export default {
|
|
|
productId:'',
|
|
|
salesmanId:'',
|
|
|
isEditing: true,
|
|
|
- planType: this.$t('planTable.spinningPlan'),
|
|
|
+ planType: "翻框计划",
|
|
|
colourNumber:""
|
|
|
});
|
|
|
this.editingRowIndex = this.tableData2.length - 1; // 更新当前编辑的行索引
|
|
@@ -857,7 +857,7 @@ export default {
|
|
|
},
|
|
|
// 更新状态
|
|
|
updateStatus(ind, row,planStatus){
|
|
|
- row.planType=this.$t('planTable.spinningPlan')
|
|
|
+ row.planType="翻框计划"
|
|
|
if(!this.isRowFilled(row)){
|
|
|
this.$message({message: this.$t('planTable.completeCurrentRow'), type: 'warning'});
|
|
|
return;
|