|
|
@@ -323,7 +323,8 @@
|
|
|
entrydetail: {
|
|
|
process: "",
|
|
|
business: "",
|
|
|
- instance: ""
|
|
|
+ instance: "",
|
|
|
+ Status: '',
|
|
|
},
|
|
|
auditform: {
|
|
|
FirstAuditName: '',
|
|
|
@@ -505,7 +506,6 @@
|
|
|
_this.$axios.get('/suppliercertappend/getsupplier/' + '03', {})
|
|
|
.then(res => {
|
|
|
_this.supplierList = res.data
|
|
|
- console.log("-_this.supplierList---",_this.supplierList)
|
|
|
})
|
|
|
.catch(err => {
|
|
|
console.error(err)
|
|
|
@@ -574,10 +574,10 @@
|
|
|
let _this = this
|
|
|
api2.getEntityById(_this.Id, _this.$axios).then(res => {
|
|
|
_this.formData = res.data
|
|
|
- console.log("---this.formData---", _this.formData)
|
|
|
this.entrydetail.process = this.formData.ProcessKey
|
|
|
this.entrydetail.business = this.formData.BusinessKey
|
|
|
this.entrydetail.instance = this.formData.WorkFlowId;
|
|
|
+ this.entrydetail.Status = this.formData.Status
|
|
|
this.getFileList()
|
|
|
//显示公司名
|
|
|
_this.supplierOptions = _this.formData.SupplierId.toString()
|
|
|
@@ -603,10 +603,8 @@
|
|
|
})
|
|
|
.then(res => {
|
|
|
_this.subfileList = res.data.items
|
|
|
- console.log("---this.subfileList---", this.subfileList)
|
|
|
_this.currentItemCount = res.data.currentItemCount
|
|
|
for (let idx in _this.subfileList) {
|
|
|
- console.log(_this.subfileList[idx])
|
|
|
_this.subfileList[idx].FileUrlList = _this.subfileList[idx].FileUrl.split('$')
|
|
|
}
|
|
|
})
|
|
|
@@ -815,7 +813,6 @@
|
|
|
//访问接口
|
|
|
api.getList(params, this.$axios).then(res => {
|
|
|
this.entityList = res.data.item
|
|
|
- console.log("------res.entityList==--", this.entityList)
|
|
|
// this.currentItemCount = res.data.currentItemCount
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
@@ -837,7 +834,6 @@
|
|
|
//访问接口
|
|
|
api.getMyList(params, this.$axios).then(res => {
|
|
|
this.myentityList = res.data.item
|
|
|
- console.log("------res.entityList==--", this.entityList)
|
|
|
// this.currentItemCount = res.data.currentItemCount
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
@@ -1051,7 +1047,6 @@
|
|
|
this.auditform.CertId = this.formData.Id
|
|
|
this.auditform.SecondAudit = this.fushenauditer
|
|
|
this.auditform.ThirdAudit = this.majorDept[this.majorDept.length - 1]
|
|
|
- console.log("---this.auditform---", this.auditform)
|
|
|
api2.auditEntity(this.formData.Id, this.auditform, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|