diff --git a/src/views/modules/common/updateProductRouting.vue b/src/views/modules/common/updateProductRouting.vue
index 75cea93..2ffe62c 100644
--- a/src/views/modules/common/updateProductRouting.vue
+++ b/src/views/modules/common/updateProductRouting.vue
@@ -17,8 +17,8 @@
新增
- 编辑
- 删除
+ 编辑
+ 删除
- 保存
- 关闭
+ 保存
+ 关闭
@@ -132,6 +132,7 @@
addModelFlag:false,
height:350,
dataList:[],
+ dataListLoading:false,
currentRow:null,
columnList:[
{
@@ -595,8 +596,35 @@
this.detailData.itemNo+=10;
}
this.addModelFlag=true;
- },
+ },
+ updateModel(){
+ if(this.currentRow==null){
+ this.$alert('请选择工序', '错误', {
+ confirmButtonText: '确定'
+ })
+ return false;
+ }
+ this.detailData={
+ itemNo:this.currentRow.itemNo,
+ operationDesc:this.currentRow.operationDesc,
+ workCenterNo:this.currentRow.workCenterNo,
+ machSetupTime:this.currentRow.machSetupTime,
+ machRunFactor:this.currentRow.machRunFactor,
+ factorUnit:this.currentRow.factorUnit,
+ planStartTime:this.currentRow.planStartTime,
+ planFinishTime:this.currentRow.planFinishTime,
+ efficiency:this.currentRow.efficiency,
+ crewsize:this.currentRow.crewsize,
+ remark:this.currentRow.remark,
+ site:this.currentRow.site,
+ partNo:this.currentRow.partNo,
+ revNo:this.currentRow.revNo,
+ add:1,
+ user:this.$store.state.user.name,
+ }
+ this.addModelFlag=true;
+ },
},
created() {
diff --git a/src/views/modules/schedule/order_schedule.vue b/src/views/modules/schedule/order_schedule.vue
index e3dfc34..6b45546 100644
--- a/src/views/modules/schedule/order_schedule.vue
+++ b/src/views/modules/schedule/order_schedule.vue
@@ -182,11 +182,11 @@
重新排产
-
- 更改工艺路线
- 更改工艺路线版本
+
+
+
+
+
查看物料库存