|
@@ -629,7 +629,6 @@ export default {
|
|
|
}
|
|
|
this.$router.push({ path: '/index' })
|
|
|
this.$store.dispatch('tagsView/delView', view).then(({ visitedViews }) => {
|
|
|
- console.log(visitedViews)
|
|
|
if (this.isActive(view)) {
|
|
|
this.toLastView(visitedViews, view)
|
|
|
}
|
|
@@ -649,7 +648,6 @@ export default {
|
|
|
this.cancelButton = false
|
|
|
this.reset()
|
|
|
getAgreement(this.approval.billId).then(response => {
|
|
|
- console.log(response)
|
|
|
this.deptName = response.data.dept.deptName
|
|
|
this.form = response.data.tWarehouseAgreement
|
|
|
this.fMblnoOptions = response.data.corps
|
|
@@ -658,10 +656,8 @@ export default {
|
|
|
this.$set(this.agreementitemsList[item], 'fFeeunitid', this.agreementitemsList[item].fFeeunitid + '')
|
|
|
// this.fWRemoteMethod(this.agreementitemsList[item].fFeeid)
|
|
|
}
|
|
|
- // console.log(response.data.feesList)
|
|
|
this.fWbuOptions = response.data.feesList
|
|
|
// this.add = row
|
|
|
- console.log(JSON.stringify(this.agreementitemsList))
|
|
|
this.open = true
|
|
|
this.browseStatus = true
|
|
|
})
|
|
@@ -669,7 +665,6 @@ export default {
|
|
|
},
|
|
|
goApproval(){
|
|
|
this.addOrUpdateVisib = true
|
|
|
- console.log(this.approval)
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.ApprovalComments.init(this.form.fId,this.agreementId)
|
|
|
})
|
|
@@ -689,7 +684,6 @@ export default {
|
|
|
this.addOrUpdateVisib = false
|
|
|
let id = '448'
|
|
|
let actId = '110'
|
|
|
- console.log(this.form.fId)
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.addOrUpdate.init(this.form.fId, this.agreementId)
|
|
|
})
|
|
@@ -705,10 +699,7 @@ export default {
|
|
|
this.notChange = true
|
|
|
this.browseStatus = true
|
|
|
getAgreement(row.fId).then(response => {
|
|
|
- console.log(response)
|
|
|
this.Operator = response.data.corps.createBy
|
|
|
- console.log(response.data.corps.createBy)
|
|
|
- console.log(response)
|
|
|
this.deptName = response.data.dept.deptName
|
|
|
this.form = response.data.tWarehouseAgreement
|
|
|
this.fMblnoOptions = response.data.corps
|
|
@@ -717,10 +708,8 @@ export default {
|
|
|
this.$set(this.agreementitemsList[item], 'fFeeunitid', this.agreementitemsList[item].fFeeunitid + '')
|
|
|
// this.fWRemoteMethod(this.agreementitemsList[item].fFeeid)
|
|
|
}
|
|
|
- // console.log(response.data.feesList)
|
|
|
this.fWbuOptions = response.data.feesList
|
|
|
this.add = row
|
|
|
- console.log(JSON.stringify(this.agreementitemsList))
|
|
|
this.title = '修改仓储费'
|
|
|
if (res == 1) {
|
|
|
this.notChange = true
|
|
@@ -729,7 +718,6 @@ export default {
|
|
|
this.reset()
|
|
|
// const fId = row.fId || this.ids
|
|
|
getAgreement(row.fId).then(response => {
|
|
|
- console.log(response)
|
|
|
this.deptName = response.data.dept.deptName
|
|
|
this.form = response.data.tWarehouseAgreement
|
|
|
this.fMblnoOptions = response.data.corps
|
|
@@ -738,10 +726,8 @@ export default {
|
|
|
this.$set(this.agreementitemsList[item], 'fFeeunitid', this.agreementitemsList[item].fFeeunitid + '')
|
|
|
// this.fWRemoteMethod(this.agreementitemsList[item].fFeeid)
|
|
|
}
|
|
|
- // console.log(response.data.feesList)
|
|
|
this.fWbuOptions = response.data.feesList
|
|
|
this.add = row
|
|
|
- console.log(JSON.stringify(this.agreementitemsList))
|
|
|
this.open = true
|
|
|
})
|
|
|
}else {
|
|
@@ -754,7 +740,6 @@ export default {
|
|
|
})
|
|
|
// const fId = row.fId || this.ids
|
|
|
getAgreement(row.fId).then(response => {
|
|
|
- console.log(response)
|
|
|
this.deptName = response.data.dept.deptName
|
|
|
this.form = response.data.tWarehouseAgreement
|
|
|
this.fMblnoOptions = response.data.corps
|
|
@@ -763,10 +748,8 @@ export default {
|
|
|
this.$set(this.agreementitemsList[item], 'fFeeunitid', this.agreementitemsList[item].fFeeunitid + '')
|
|
|
// this.fWRemoteMethod(this.agreementitemsList[item].fFeeid)
|
|
|
}
|
|
|
- // console.log(response.data.feesList)
|
|
|
this.fWbuOptions = response.data.feesList
|
|
|
this.add = row
|
|
|
- console.log(JSON.stringify(this.agreementitemsList))
|
|
|
this.open = true
|
|
|
})
|
|
|
},
|
|
@@ -778,7 +761,6 @@ export default {
|
|
|
billId: this.form.fId
|
|
|
}
|
|
|
RevocationApproval(data).then(data => {
|
|
|
- console.log(data)
|
|
|
if (data.code === 200) {
|
|
|
this.$message.success('撤销成功')
|
|
|
this.open = false
|
|
@@ -835,12 +817,8 @@ export default {
|
|
|
this.$message.error('审核完成时才能启用');
|
|
|
}
|
|
|
},
|
|
|
- test_s() {
|
|
|
- console.log(this.agreementitemsList)
|
|
|
- },
|
|
|
/** 创建仓储费明细表列表 */
|
|
|
getList_s() {
|
|
|
- console.log(this.agreementitemsList)
|
|
|
queryUserVal().then((response) => {
|
|
|
this.agreementitemsList.push({
|
|
|
//行号
|
|
@@ -871,7 +849,6 @@ export default {
|
|
|
})
|
|
|
|
|
|
listAgreementitems(this.queryParams).then(response => {
|
|
|
- console.log(response)
|
|
|
})
|
|
|
},
|
|
|
/* 远程模糊查询商品 */
|
|
@@ -892,7 +869,6 @@ export default {
|
|
|
getList() {
|
|
|
this.loading = true
|
|
|
listAgreements(this.queryParams).then(response => {
|
|
|
- console.log(response)
|
|
|
this.agreementList = response.rows
|
|
|
this.total = response.total
|
|
|
this.loading = false
|
|
@@ -906,7 +882,6 @@ export default {
|
|
|
}
|
|
|
let queryParams = { pageNum: 1, pageSize: 10, fName: name }
|
|
|
listFees(queryParams).then((response) => {
|
|
|
- console.log(this.fWbuOptions)
|
|
|
this.fWbuOptions = response.rows
|
|
|
})
|
|
|
},
|
|
@@ -966,8 +941,6 @@ export default {
|
|
|
},
|
|
|
// 变更计价单位
|
|
|
changeFeeUnit(row) {
|
|
|
- console.log(this.fCntqty)
|
|
|
- console.log(row)
|
|
|
if (!row.fFeeUnitid) {
|
|
|
return false
|
|
|
}
|
|
@@ -1027,7 +1000,6 @@ export default {
|
|
|
this.browseStatus = false
|
|
|
const fId = row.fId || this.ids
|
|
|
getAgreement(fId).then(response => {
|
|
|
- console.log(response)
|
|
|
this.deptName = response.data.dept.deptName
|
|
|
this.form = response.data.tWarehouseAgreement
|
|
|
this.fMblnoOptions = response.data.corps
|
|
@@ -1036,10 +1008,8 @@ export default {
|
|
|
this.$set(this.agreementitemsList[item], 'fFeeunitid', this.agreementitemsList[item].fFeeunitid + '')
|
|
|
// this.fWRemoteMethod(this.agreementitemsList[item].fFeeid)
|
|
|
}
|
|
|
- // console.log(response.data.feesList)
|
|
|
this.fWbuOptions = response.data.feesList
|
|
|
this.add = row
|
|
|
- console.log(JSON.stringify(this.agreementitemsList))
|
|
|
this.open = true
|
|
|
this.title = '修改仓储费'
|
|
|
})
|
|
@@ -1057,7 +1027,6 @@ export default {
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
|
submitForm() {
|
|
|
- console.log(this.form)
|
|
|
this.$refs['form'].validate(valid => {
|
|
|
if (valid) {
|
|
|
if (this.form.fId != null) {
|