Explorar el Código

评估项目查新和获取界面调整

徐滕 hace 1 semana
padre
commit
14c7c916d9

+ 12 - 3
src/views/cw/invoice/ProgramPageForm.vue

@@ -185,8 +185,8 @@
 				</el-form-item>
 
 				<el-form-item>
-					<el-button type="primary" @click="list()"  icon="el-icon-search">查询</el-button>
-					<el-button @click="resetSearch()" icon="el-icon-refresh-right">重置</el-button>
+					<el-button type="primary" @click="list2()"  icon="el-icon-search">查询</el-button>
+					<el-button @click="resetSearch2()" icon="el-icon-refresh-right">重置</el-button>
 				</el-form-item>
 			</el-form>
 
@@ -223,7 +223,7 @@
 				:total="tablePage2.total"
 				:page-sizes="[10, 20, 100, 1000, {label: '全量数据', value: 1000000}]"
 				:layouts="['PrevPage', 'JumpNumber', 'NextPage', 'FullJump', 'Sizes', 'Total']"
-				@page-change="currentChangeHandle">
+				@page-change="currentChangeHandle2">
 			</vxe-pager>
 		</div>
 		<template #footer>
@@ -455,6 +455,15 @@
 		this.$refs.searchForm.resetFields()
 		this.list1()
 	  },
+	  resetSearch2 () {
+		this.$refs.searchForm.resetFields()
+		this.list2()
+	  },
+	  currentChangeHandle2 ({currentPage, pageSize}) {
+		this.tablePage2.currentPage = currentPage
+		this.tablePage2.pageSize = pageSize
+		this.list2()
+	  },
       close () {
         this.detail = ''
         this.visible = false

+ 5 - 5
src/views/cw/workContract/contractRegisitionAddForm/ContractUpdateFileNumberForm.vue

@@ -22,8 +22,8 @@
 									  :rules="[
                           // {required: true, message: '委托方', trigger: 'blur'}
                  ]">
-							<el-input  :disabled = "true" maxlength="100" @focus="openWorkClient2()" v-model="inputForm.clientContacts" placeholder="请选择委托方">
-								<el-button  :disabled = "true" slot="append" icon="el-icon-search" @click="openWorkClient2()"></el-button>
+							<el-input maxlength="100" @focus="openWorkClient2()" v-model="inputForm.clientContacts" placeholder="请选择委托方">
+								<el-button  slot="append" icon="el-icon-search" @click="openWorkClient2()"></el-button>
 							</el-input>
 						</el-form-item>
 					</el-col>
@@ -64,7 +64,7 @@
 						<el-form-item label="合同名称" prop="contractName"
 									  :rules="[{required: true, message: '合同名称不能为空', trigger: 'blur'}
                  ]">
-							<el-input  :disabled = "true" v-model="inputForm.contractName" placeholder="请输入合同名称"     clearable></el-input>
+							<el-input  v-model="inputForm.contractName" placeholder="请输入合同名称"     clearable></el-input>
 						</el-form-item>
 					</el-col>
 					<el-col :span="12">
@@ -771,12 +771,12 @@
 						this.loading = true
 						this.inputForm.status = '5'
 						this.inputForm.contractProperList = this.$refs.uploadComponent.getDataList()
-						if (this.commonJS.isEmpty(this.inputForm.contractProperList)) {
+						/*if (this.commonJS.isEmpty(this.inputForm.contractProperList)) {
 							// 附件至少上传一条
 							this.$message.error('至少上传一个附件信息')
 							this.loading = false
 							throw new Error('至少上传一个附件信息')
-						}
+						}*/
 						this.inputForm.fees = this.inputForm.contractFees.join(',')
 						contractInfoService.updateFileNumber(this.inputForm).then((data) => {
 							this.$refs.inputForm.resetFields()

+ 1 - 0
src/views/zs/reimbursement/info/NewReimbursementForm.vue

@@ -1193,6 +1193,7 @@ export default {
               }
             }
             this.reimbursementService.save(this.inputForm).then((data) => {
+				this.inputForm.invoiceReimbursementFiles = []
               callback(data.businessTable, data.businessId, this.inputForm)
               // this.currentNodeName == "财务审批"
               if (this.currentNodeName == "综合管理部主任审批") {