|
@@ -404,12 +404,12 @@ export default {
|
|
|
subjectFormat(row, column) {
|
|
|
return this.selectDictLabel(this.subjectOptions, row.zfcSubject);
|
|
|
},
|
|
|
- change(val){
|
|
|
- if(val<=14){
|
|
|
- this.$set(this.form, "zfpShortestPeriod", "14");
|
|
|
- }
|
|
|
- return ;
|
|
|
- },
|
|
|
+ // change(val){
|
|
|
+ // if(val<=14){
|
|
|
+ // this.$set(this.form, "zfpShortestPeriod", "14");
|
|
|
+ // }
|
|
|
+ // return ;
|
|
|
+ // },
|
|
|
changeProfit(){
|
|
|
this.form.zfpProfitType = null
|
|
|
this.form.zfpProfitRate = null
|
|
@@ -426,6 +426,7 @@ export default {
|
|
|
},
|
|
|
//打开合同选择列表
|
|
|
openTicket() {
|
|
|
+ this.resetForm("formQuery");
|
|
|
this.getContractList();
|
|
|
this.open = true;
|
|
|
this.title = "合同信息";
|
|
@@ -547,9 +548,11 @@ export default {
|
|
|
createBy: null,
|
|
|
createTime: null,
|
|
|
updateBy: null,
|
|
|
- updateTime: null
|
|
|
+ updateTime: null,
|
|
|
+ zfcName:null
|
|
|
};
|
|
|
this.resetForm("form");
|
|
|
+ this.resetForm("formQuery");
|
|
|
},
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
// 取消按钮
|