819527061@qq.com
2024-08-08 983619ef25f84e095bcbf6f4996b0cb58210c73b
pages/quality-inspection-page/toc-sampling/toc-sampling-form/toc-sampling-form.vue
@@ -27,6 +27,7 @@
      >
        <jp-select-plus
            :isLineFeed="false"
            isLoading
            isSearch
            color="#497bfb"
            placeholder="请选择"
@@ -232,10 +233,10 @@
  },
  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