Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-crm-manage-web into dev-cl
This commit is contained in:
@@ -67,6 +67,7 @@ const emit = defineEmits(['close'])
|
|||||||
destroy-on-close
|
destroy-on-close
|
||||||
draggable
|
draggable
|
||||||
lock-scroll
|
lock-scroll
|
||||||
|
append-to-body
|
||||||
v-bind="getBindValue"
|
v-bind="getBindValue"
|
||||||
@close="emit('close')"
|
@close="emit('close')"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script name="DialogFeebackAudit" setup>
|
<script name="DialogFeebackAudit" setup>
|
||||||
import { getFollowUserList } from '@/api/clue'
|
import { getFollowUserList } from '@/api/clue'
|
||||||
import { auditPayment } from '@/api/clue/payment'
|
import { auditPayment, getPaymentDetail } from '@/api/clue/payment'
|
||||||
import { dateFormatter, formatDate } from '@/utils/formatTime'
|
import { dateFormatter, formatDate } from '@/utils/formatTime'
|
||||||
import {} from '@/utils/formatTime'
|
import {} from '@/utils/formatTime'
|
||||||
const message = useMessage() // 消息弹窗
|
const message = useMessage() // 消息弹窗
|
||||||
@@ -126,7 +126,7 @@ const open = async (row) => {
|
|||||||
dialogTitle.value = '回款审核'
|
dialogTitle.value = '回款审核'
|
||||||
resetForm(row.id)
|
resetForm(row.id)
|
||||||
// 设置数据
|
// 设置数据
|
||||||
orderInfo.value = { ...row }
|
orderInfo.value = await getPaymentDetail({ id: row.id })
|
||||||
// 获取跟进信息
|
// 获取跟进信息
|
||||||
getFollowInfo(row.clueId)
|
getFollowInfo(row.clueId)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button @click="handleSearch" v-hasPermi="['clue:order:settle-search']">查询</el-button>
|
<el-button @click="handleSearch" v-hasPermi="['clue:order:settle-search']">查询</el-button>
|
||||||
<el-button @click="handleReset" v-hasPermi="['clue:order:settle-reset']">重置</el-button>
|
<el-button @click="handleReset" v-hasPermi="['clue:order:settle-reset']">重置</el-button>
|
||||||
<el-button @click="batchSettle" v-hasPermi="['clue:order:settle-settle-batch-audit']">
|
<el-button @click="batchSettle" v-hasPermi="['clue:order:settle-batch-audit']">
|
||||||
批量结算
|
批量结算
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user