mirror of
https://github.com/shawncai/ERP.git
synced 2025-01-01 04:51:48 +08:00
Merge branch 'master' of https://github.com/shawncai/ERP
This commit is contained in:
commit
9a789078f7
1 changed files with 6 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue