-
订单进程
+
+
+
+
+
+
+
+
采购订单
+
+
+
+ 订单类型
+ {{ formobj.orderType }}
+
+
+ 排产申请编号
+
+ {{ formobj.applicationCode }}
+ 查看
+
+
+
+
+
+ 车型
+ {{ formobj.modelName }}
+
+
+ 台数
+ {{ formobj.platformNo }}
+
+
+
+
+ 订单编号
+
+
+
+ 订单日期
+
+
+
+
+
+
+ 预计上线日期
+
+
+
+
+
+ 上线日期
+
+
+
+
+
+ 下线日期
+
+
+
+
+
+ 备注
+
+
+
+
+
+
-
+
-
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue
index 64dd8a1983..cf35ec3d3b 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue
@@ -270,8 +270,6 @@ export default {
this.linkByParameter.taskDefKey = obj.taskDefKey
this.linkByParameter.orgSidPath = window.sessionStorage.getItem('orgSidPath')
this.linkByParameter.userSid = window.sessionStorage.getItem('userSid')
- this.current.taskDefKey = obj.taskDefKey
- this.current.taskName = obj.taskName
// 加载表单数据
this.showInfo(obj.businessSid)
},
@@ -286,12 +284,12 @@ export default {
}, '*')
},
methods: {
- showInfo(sid, row) {
+ showInfo(sid) {
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '入账单'
- console.log('编辑回显', sid, row)
+ console.log('编辑回显', sid)
req.fetchBySid(sid).then(resp => {
const data = resp.data
this.formobj = data
@@ -316,7 +314,7 @@ export default {
this.policyThreeChecked = false
}
}).catch(e => {
- this.formobj = row
+ this.formobj = {}
})
},
magnify(val) {
@@ -356,13 +354,6 @@ export default {
code: 1
}
}, '*')
- } else {
- this.$notify({
- title: '提示',
- message: '执行失败',
- type: 'error',
- duration: 2000
- })
}
})
}
@@ -371,6 +362,9 @@ export default {