This commit is contained in:
beyond 2020-02-14 18:53:49 +08:00
commit 9a789078f7

View file

@ -26,7 +26,7 @@
<el-option :label="$t('updates.shptg')" value="3"/> <el-option :label="$t('updates.shptg')" value="3"/>
</el-select> </el-select>
<el-input v-model="getemplist.suretyName" :placeholder="$t('otherlanguage.dbr')" clearable style="width: 40%;float: left;margin-left: 20px;margin-top: 10px" @keyup.enter.native="handleFilter"/> <el-input v-model="getemplist.suretyName" :placeholder="$t('otherlanguage.dbr')" clearable style="width: 40%;float: left;margin-left: 20px;margin-top: 10px" @keyup.enter.native="handleFilter"/>
<el-input v-model="saleRepositoryId" :placeholder="$t('collectAndPay.saleRepository')" style="width: 40%;float: left;margin-left: 53px;margin-top: 10px;" @focus="handlechooseRep"/> <el-input v-model="saleRepositoryId" :placeholder="$t('collectAndPay.saleRepository')" style="width: 40%;float: left;margin-left: 53px;margin-top: 10px;" clearable @focus="handlechooseRep" @clear="clearid"/>
<my-repository :repositorycontrol.sync="repositorycontrol" @repositoryname="repositoryname"/> <my-repository :repositorycontrol.sync="repositorycontrol" @repositoryname="repositoryname"/>
<!--<el-date-picker--> <!--<el-date-picker-->
<!--v-model="date"--> <!--v-model="date"-->
@ -359,6 +359,11 @@ export default {
_that = this _that = this
}, },
methods: { methods: {
// id
clearid() {
this.saleRepositoryId = ''
this.getemplist.saleRepositoryId = ''
},
// //
handleAddreport() { handleAddreport() {
if (this.moreaction.length === 0) { if (this.moreaction.length === 0) {