普通项目;工作组变更--文件维护接口;批量开票
This commit is contained in:
@@ -44,6 +44,11 @@
|
||||
<a-input placeholder="请输入成员单位" v-model="queryParam.chargeCompanyTemporaryName"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="来款状态" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-dict-select-tag v-model="queryParam.chargeStatus " placeholder="请选择来款状态" dictCode="work_group_charge_status"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="来款年份" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-year-date style="width:100%" placeholder="请选择年份" v-model="queryParam.paymentDate"></j-year-date>
|
||||
@@ -71,6 +76,7 @@
|
||||
<a-button type="primary" icon="download" @click="downTemplate('工作组成员导入模板')">下载模板</a-button>
|
||||
<a-button type="danger" icon="delete" @click="batchDel">批量删除</a-button>
|
||||
<a-button type="primary" @click="setChargeNotic">设置收费通知</a-button>
|
||||
<a-button type="primary" @click="setDunningReminder">催款提醒</a-button>
|
||||
</div>
|
||||
<!-- /操作按钮区域-end-->
|
||||
|
||||
@@ -388,6 +394,15 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 催款提醒
|
||||
*/
|
||||
setDunningReminder() {
|
||||
if (this.selectedRowKeys.length === 0) {
|
||||
this.$message.warn('请先选择成员')
|
||||
return
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 文件预览
|
||||
* @param file
|
||||
|
||||
Reference in New Issue
Block a user