| | |
| | | > |
| | | <jp-select-plus |
| | | :isLineFeed="false" |
| | | isLoading |
| | | isSearch |
| | | color="#497bfb" |
| | | placeholder="请选择" |
| | |
| | | }, |
| | | methods: { |
| | | getClaimCustomerList() { //供应商列表 type 类型 0/外部 1/内部(化验单的属于外部客户) |
| | | this.$reqGet('getClaimCustomerPageList',{current: 1, size:999, personnelType:0}).then(res => { |
| | | this.$reqGet('getClaimCustomerPageList',{personnelType:1,type:0,deptId:this.deptId}).then(res => { |
| | | console.log(res,'供应商那个=====') |
| | | if(res.code == 0) { |
| | | this.customerIdList = res.data.records.map(item => { |
| | | this.customerIdList = res.data.map(item => { |
| | | return { |
| | | code:item.id, |
| | | name: item.name |
| | |
| | | font-size: 34rpx!important; |
| | | top: 12rpx; |
| | | } |
| | | .inputs{ |
| | | width: 100%; |
| | | } |
| | | } |
| | | @mixin commonBtn($h:62rpx){ |
| | | background-image: linear-gradient(to right,#497bfb,#2467fd); |