|
@@ -50,7 +50,7 @@
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
|
<el-form-item label="说明">
|
|
<el-form-item label="说明">
|
|
|
<el-input
|
|
<el-input
|
|
|
- v-model="formData.payRemark"
|
|
|
|
|
|
|
+ v-model="formData.remark"
|
|
|
:autosize="{minRows: 4, maxRows: 4}"
|
|
:autosize="{minRows: 4, maxRows: 4}"
|
|
|
:style="{width: '100%'}"
|
|
:style="{width: '100%'}"
|
|
|
placeholder="请填写"
|
|
placeholder="请填写"
|
|
@@ -343,7 +343,7 @@ export default {
|
|
|
this.formData.totalAddTime = totalAddTime
|
|
this.formData.totalAddTime = totalAddTime
|
|
|
},
|
|
},
|
|
|
async getUserInfo(applyUser) {
|
|
async getUserInfo(applyUser) {
|
|
|
- const { data: userinfo } = await this.baseRequest1('ApplyCheckInController', 'getUserInfoByUserId', { userId: applyUser })
|
|
|
|
|
|
|
+ const { data: userinfo } = await this.baseRequest1('ApplyReceivablesAdjustController', 'getUserInfoByUserId', { userId: applyUser })
|
|
|
this.userinfo = userinfo
|
|
this.userinfo = userinfo
|
|
|
console.log(this.userinfo)
|
|
console.log(this.userinfo)
|
|
|
},
|
|
},
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
this.row = row
|
|
this.row = row
|
|
|
this.getUserInfo(row.applyUser)
|
|
this.getUserInfo(row.applyUser)
|
|
|
this.confirmForm.flowMainPushId = row.flowMainPushId
|
|
this.confirmForm.flowMainPushId = row.flowMainPushId
|
|
|
- const { data } = await this.baseRequest1('ApplyCheckInController', 'getInfoByFlowMainPushId', { flowMainPushId: row.flowMainPushId })
|
|
|
|
|
|
|
+ const { data } = await this.baseRequest1('ApplyReceivablesAdjustController', 'getInfoByFlowMainPushId', { flowMainPushId: row.flowMainPushId })
|
|
|
const { data: flowHistroy } = await this.baseRequest1('FlowMainController', 'getFlowHistroyByFlowMainId', { flowMainId: row.id })
|
|
const { data: flowHistroy } = await this.baseRequest1('FlowMainController', 'getFlowHistroyByFlowMainId', { flowMainId: row.id })
|
|
|
const noAndbackstatus = await this.baseRequest1('FlowMainController', 'getOutgoingFlowsByFlowMainPushId', { flowMainPushId: row.flowMainPushId })
|
|
const noAndbackstatus = await this.baseRequest1('FlowMainController', 'getOutgoingFlowsByFlowMainPushId', { flowMainPushId: row.flowMainPushId })
|
|
|
for (let i = 0; i < noAndbackstatus.data.length; i++) {
|
|
for (let i = 0; i < noAndbackstatus.data.length; i++) {
|
|
@@ -407,7 +407,7 @@ export default {
|
|
|
// ApplyAddWorkController/AddConfirmResultAddWork
|
|
// ApplyAddWorkController/AddConfirmResultAddWork
|
|
|
console.log(this.confirmForm)
|
|
console.log(this.confirmForm)
|
|
|
|
|
|
|
|
- const { data } = await this.baseRequest1('ApplyCheckInController', 'AddConfirmResult', { ...this.confirmForm })
|
|
|
|
|
|
|
+ const { data } = await this.baseRequest1('ApplyReceivablesAdjustController', 'AddConfirmResult', { ...this.confirmForm })
|
|
|
if (data.code == 200) {
|
|
if (data.code == 200) {
|
|
|
this.$message.success('处理成功')
|
|
this.$message.success('处理成功')
|
|
|
this.form = {}
|
|
this.form = {}
|