|
@@ -24,7 +24,7 @@
|
|
|
</div>
|
|
|
<div v-if="formType == 0 && formData.flag == 'OK' && formData.payStatus == 'WAIT' && formData.payType == 1"
|
|
|
slot="footer" class="dialog-footer">
|
|
|
- <el-button size="mini" type="primary" @click="() => { wxPay(formData.id) }">扫码支付</el-button>
|
|
|
+ <el-button size="mini" type="primary" @click="() => { wxPay(formData.id) }">微信支付</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -90,13 +90,14 @@ export default {
|
|
|
formTypeName: ["查看", "审批"],
|
|
|
formType: -1,
|
|
|
formData: {
|
|
|
+ flagSh: "",
|
|
|
flag: "",
|
|
|
examineRemark: "",
|
|
|
pgIncreItems: []
|
|
|
},
|
|
|
formDialog: false,
|
|
|
addFormDialog: false,
|
|
|
- formDshType:false,
|
|
|
+ formDshType: false,
|
|
|
addFormData: {
|
|
|
shiyongleixing: "按使用年限",
|
|
|
"amount": "",
|
|
@@ -341,7 +342,7 @@ export default {
|
|
|
shenhexinxi() {
|
|
|
this.$refs.formRef.validate((valid, invalidFields, errLabels) => {
|
|
|
if (valid) {
|
|
|
- increOrderSettleExamine(this.formData).then(res => {
|
|
|
+ increOrderSettleExamine({ ...this.formData, flag: this.formData.flagSh }).then(res => {
|
|
|
this.$message({ type: 'success', message: `审核完成!` })
|
|
|
this.formCancel()
|
|
|
this.$refs?.pageRef?.refreshList()
|