|  | @@ -50,6 +50,13 @@
 | 
											
												
													
														|  |                  @click="limitPopupfun"></i>
 |  |                  @click="limitPopupfun"></i>
 | 
											
												
													
														|  |              </div>
 |  |              </div>
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  | 
 |  | +            <template slot="recoveredBalance">
 | 
											
												
													
														|  | 
 |  | +                <div style="display:flex;">
 | 
											
												
													
														|  | 
 |  | +                    <el-input v-model="form.recoveredBalance" disabled size="small" placeholder="请输入额度"></el-input>
 | 
											
												
													
														|  | 
 |  | +                    <i class="el-icon-circle-plus-outline" style="font-size:18px;line-height: 32px;margin-left:4px"
 | 
											
												
													
														|  | 
 |  | +                       @click="openRecordDialog"></i>
 | 
											
												
													
														|  | 
 |  | +                </div>
 | 
											
												
													
														|  | 
 |  | +            </template>
 | 
											
												
													
														|  |          </avue-form>
 |  |          </avue-form>
 | 
											
												
													
														|  |        </trade-card>
 |  |        </trade-card>
 | 
											
												
													
														|  |        <trade-card title="客户联系人" v-loading="loadingBtn">
 |  |        <trade-card title="客户联系人" v-loading="loadingBtn">
 | 
											
										
											
												
													
														|  | @@ -143,6 +150,7 @@
 | 
											
												
													
														|  |          <el-button type="primary" @click="limitrecordSubmitfun">确 定</el-button>
 |  |          <el-button type="primary" @click="limitrecordSubmitfun">确 定</el-button>
 | 
											
												
													
														|  |        </span>
 |  |        </span>
 | 
											
												
													
														|  |      </el-dialog>
 |  |      </el-dialog>
 | 
											
												
													
														|  | 
 |  | +      <check_green_recycling_record ref="checkGreenRecyclingRecordRef"/>
 | 
											
												
													
														|  |    </div>
 |  |    </div>
 | 
											
												
													
														|  |  </template>
 |  |  </template>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -170,6 +178,7 @@ import {
 | 
											
												
													
														|  |  } from "@/api/tirePartsMall/basicData/warehouse";
 |  |  } from "@/api/tirePartsMall/basicData/warehouse";
 | 
											
												
													
														|  |  import limitrecord from "@/views/tirePartsMall/basicData/customerInformation/components/limitrecord.vue";
 |  |  import limitrecord from "@/views/tirePartsMall/basicData/customerInformation/components/limitrecord.vue";
 | 
											
												
													
														|  |  import { limitrecordSubmit } from "@/api/tirePartsMall/basicData/customerInformation/limitrecord";
 |  |  import { limitrecordSubmit } from "@/api/tirePartsMall/basicData/customerInformation/limitrecord";
 | 
											
												
													
														|  | 
 |  | +import check_green_recycling_record from "@/views/tirePartsMall/basicData/customerInformation/check_green_recycling_record.vue";
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  export default {
 |  |  export default {
 | 
											
												
													
														|  |    name: "index",
 |  |    name: "index",
 | 
											
										
											
												
													
														|  | @@ -434,7 +443,7 @@ export default {
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              label: "业务员",
 |  |              label: "业务员",
 | 
											
												
													
														|  | -            span: 8,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            span: 12,
 | 
											
												
													
														|  |              prop: "salesmanId",
 |  |              prop: "salesmanId",
 | 
											
												
													
														|  |              type: "select",
 |  |              type: "select",
 | 
											
												
													
														|  |              props: {
 |  |              props: {
 | 
											
										
											
												
													
														|  | @@ -462,12 +471,12 @@ export default {
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              label: "账期",
 |  |              label: "账期",
 | 
											
												
													
														|  |              prop: "accountPeriod",
 |  |              prop: "accountPeriod",
 | 
											
												
													
														|  | -            span: 8,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            span: 12,
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              label: "发货仓库",
 |  |              label: "发货仓库",
 | 
											
												
													
														|  |              prop: "deliveryWarehouseId",
 |  |              prop: "deliveryWarehouseId",
 | 
											
												
													
														|  | -            span: 8,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            span: 12,
 | 
											
												
													
														|  |              type: 'select',
 |  |              type: 'select',
 | 
											
												
													
														|  |              props: {
 |  |              props: {
 | 
											
												
													
														|  |                label: 'cname',
 |  |                label: 'cname',
 | 
											
										
											
												
													
														|  | @@ -480,10 +489,27 @@ export default {
 | 
											
												
													
														|  |                trigger: "blur"
 |  |                trigger: "blur"
 | 
											
												
													
														|  |              }]
 |  |              }]
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  | 
 |  | +/*            {
 | 
											
												
													
														|  | 
 |  | +                label: "资源仓库",
 | 
											
												
													
														|  | 
 |  | +                prop: "resourceWarehouseList",
 | 
											
												
													
														|  | 
 |  | +                span: 12,
 | 
											
												
													
														|  | 
 |  | +                type: 'select',
 | 
											
												
													
														|  | 
 |  | +                multiple: true,
 | 
											
												
													
														|  | 
 |  | +                props: {
 | 
											
												
													
														|  | 
 |  | +                    label: 'cname',
 | 
											
												
													
														|  | 
 |  | +                    value: 'id'
 | 
											
												
													
														|  | 
 |  | +                },
 | 
											
												
													
														|  | 
 |  | +                dicUrl: '/api/blade-sales-part/storageDesc/listAll',
 | 
											
												
													
														|  | 
 |  | +                rules: [{
 | 
											
												
													
														|  | 
 |  | +                    required: true,
 | 
											
												
													
														|  | 
 |  | +                    message: " ",
 | 
											
												
													
														|  | 
 |  | +                    trigger: "blur"
 | 
											
												
													
														|  | 
 |  | +                }]
 | 
											
												
													
														|  | 
 |  | +            },*/
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              label: "商城价格",
 |  |              label: "商城价格",
 | 
											
												
													
														|  |              prop: "priceSystem",
 |  |              prop: "priceSystem",
 | 
											
												
													
														|  | -            span: 8,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            span: 6,
 | 
											
												
													
														|  |              filterable: true,
 |  |              filterable: true,
 | 
											
												
													
														|  |              type: "select",
 |  |              type: "select",
 | 
											
												
													
														|  |              dicUrl: "/api/blade-system/dict-biz/dictionary?code=mall_price",
 |  |              dicUrl: "/api/blade-system/dict-biz/dictionary?code=mall_price",
 | 
											
										
											
												
													
														|  | @@ -500,7 +526,7 @@ export default {
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              label: "是否使用额度",
 |  |              label: "是否使用额度",
 | 
											
												
													
														|  |              prop: "ifLimitAmount",
 |  |              prop: "ifLimitAmount",
 | 
											
												
													
														|  | -            span: 8,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            span: 4,
 | 
											
												
													
														|  |              type: "switch",
 |  |              type: "switch",
 | 
											
												
													
														|  |              dicData: [{
 |  |              dicData: [{
 | 
											
												
													
														|  |                label: '否',
 |  |                label: '否',
 | 
											
										
											
												
													
														|  | @@ -518,6 +544,15 @@ export default {
 | 
											
												
													
														|  |              controls: false,
 |  |              controls: false,
 | 
											
												
													
														|  |              precision: 2,
 |  |              precision: 2,
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  | 
 |  | +            {
 | 
											
												
													
														|  | 
 |  | +                label: "现金余额",
 | 
											
												
													
														|  | 
 |  | +                prop: "recoveredBalance",
 | 
											
												
													
														|  | 
 |  | +                span: 6,
 | 
											
												
													
														|  | 
 |  | +                type: "number",
 | 
											
												
													
														|  | 
 |  | +                controls: false,
 | 
											
												
													
														|  | 
 |  | +                precision: 2,
 | 
											
												
													
														|  | 
 |  | +                disabled:true,
 | 
											
												
													
														|  | 
 |  | +            },
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              label: "积分余额",
 |  |              label: "积分余额",
 | 
											
												
													
														|  |              prop: "pointsBalance",
 |  |              prop: "pointsBalance",
 | 
											
										
											
												
													
														|  | @@ -649,7 +684,8 @@ export default {
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    components: {
 |  |    components: {
 | 
											
												
													
														|  |      corpType,
 |  |      corpType,
 | 
											
												
													
														|  | -    limitrecord
 |  | 
 | 
											
												
													
														|  | 
 |  | +    limitrecord,
 | 
											
												
													
														|  | 
 |  | +      check_green_recycling_record
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    props: {
 |  |    props: {
 | 
											
												
													
														|  |      detailData: {
 |  |      detailData: {
 | 
											
										
											
												
													
														|  | @@ -690,6 +726,10 @@ export default {
 | 
											
												
													
														|  |      }, 100)
 |  |      }, 100)
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  | 
 |  | +      openRecordDialog(){
 | 
											
												
													
														|  | 
 |  | +          this.$refs.checkGreenRecyclingRecordRef.getList(this.form.id)
 | 
											
												
													
														|  | 
 |  | +          this.$refs.checkGreenRecyclingRecordRef.show = true
 | 
											
												
													
														|  | 
 |  | +      },
 | 
											
												
													
														|  |      // 获取业务员数据
 |  |      // 获取业务员数据
 | 
											
												
													
														|  |      getUserByRolefun() {
 |  |      getUserByRolefun() {
 | 
											
												
													
														|  |        getUserByRole().then(res => {
 |  |        getUserByRole().then(res => {
 |