|
|
@@ -37,7 +37,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item prop="invoiceRiskType" label="应收项" >
|
|
|
+ <el-form-item prop="invoiceRiskType" label="应收项">
|
|
|
<el-select v-model="recordForm.invoiceRiskType" clearable>
|
|
|
<el-option value="2" label="车险"></el-option>
|
|
|
<el-option value="4" label="非车险"></el-option>
|
|
|
@@ -45,9 +45,14 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item prop="signingTime" label="签单时间" >
|
|
|
+ <el-form-item prop="signingTime" label="签单时间">
|
|
|
<el-date-picker v-model="recordForm.signingTime" type="monthrange" format="YYYY-MM"
|
|
|
- value-format="YYYY-MM" />
|
|
|
+ value-format="YYYY-MM" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item prop="signMonth" label="月份">
|
|
|
+ <el-date-picker v-model="recordForm.signMonth" style="width: 100%;" type="month" format="YYYY-MM" value-format="YYYY-MM" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24" style="height: 50px; display: flex; align-items: start; justify-content: flex-end">
|
|
|
@@ -332,7 +337,7 @@
|
|
|
</el-tab-pane> -->
|
|
|
</el-tabs>
|
|
|
</PageMain>
|
|
|
- <el-dialog v-model="viewCredential" title="查看凭证" width="400">
|
|
|
+ <el-dialog v-model="viewCredential" title="查看凭证" width="400">
|
|
|
<div class="text-center text-[14px] text-[#999] pb-[20px]">点击图片放大预览</div>
|
|
|
<el-image style="width: 100%; height: 300px" :src="CredentialList[0]" :zoom-rate="1.2" :max-scale="7"
|
|
|
:min-scale="0.2" :preview-src-list="CredentialList" show-progress :initial-index="4" alt="凭证图片" fit="cover" />
|
|
|
@@ -519,6 +524,7 @@ const view = (scope) => {
|
|
|
|
|
|
const initData1 = () => {
|
|
|
api.settlementApi.followCompanySuperviseSettlementReport({
|
|
|
+ ...recordForm.value,
|
|
|
companyId: recordForm.value.companyId,
|
|
|
signingStartTime: recordForm.value.signingTime?.[0],
|
|
|
signingEndTime: recordForm.value.signingTime?.[1],
|