Commit aee2f5a7 by lianyang

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 9e3e6931 702b8cc7
...@@ -272,30 +272,31 @@ export default { ...@@ -272,30 +272,31 @@ export default {
async handleReset(formName) { async handleReset(formName) {
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
}, },
// async handleSearch() { async handleSearch() {
// this.stmData.data = [];
// let opndatfrom = this.model.infcon.opndatfrom; this.stmData.data = [];
// if(!opndatfrom || opndatfrom == ''){ let opndatfrom = this.model.infcon.opndatfrom;
// this.$notify.error({ title: '错误', message: '查询开始日期必输!' }); if(!opndatfrom || opndatfrom == ''){
// return; this.$notify.error({ title: '错误', message: '查询开始日期必输!' });
// } return;
// let opndatto = this.model.infcon.opndatto; }
// if(!opndatto || opndatto == ''){ let opndatto = this.model.infcon.opndatto;
// this.$notify.error({ title: '错误', message: '查询结束日期必输!' }); if(!opndatto || opndatto == ''){
// return; this.$notify.error({ title: '错误', message: '查询结束日期必输!' });
// } return;
}
// let rtnmsg = await this.executeRule("infbut.searow")
// if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("infbut.searow")
// { if(rtnmsg.respCode == SUCCESS)
// this.stmData.data = rtnmsg.data.infbut_dspstm.rows; {
this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
// }
// else }
// { else
// this.$notify.error({title: '错误',message: '服务请求失败!'}); {
// } this.$notify.error({title: '错误',message: '服务请求失败!'});
// }, }
},
} }
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Available with" prop="ledgrp.rec.avbwth"> <el-form-item label="Available with" prop="ledgrp.rec.avbwth">
<c-select <c-select
v-model="avbFlag" v-model="model.ledgrp.rec.avbwth"
style="width: 100%" style="width: 100%"
placeholder="Please select Available with" placeholder="Please select Available with"
:code="codes.avbwth" :code="codes.avbwth"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment