|  | @@ -1551,7 +1551,7 @@
 | 
	
		
			
				|  |  |                    placeholder="费用名称"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <el-option
 | 
	
		
			
				|  |  | -                    v-for="(dict, index) in fWbuOptions"
 | 
	
		
			
				|  |  | +                    v-for="(dict, index) in fDNameOptions"
 | 
	
		
			
				|  |  |                      :key="index.fId"
 | 
	
		
			
				|  |  |                      :label="dict.fName"
 | 
	
		
			
				|  |  |                      :value="dict.fId"
 | 
	
	
		
			
				|  | @@ -1897,7 +1897,7 @@
 | 
	
		
			
				|  |  |                    placeholder="费用名称"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <el-option
 | 
	
		
			
				|  |  | -                    v-for="(dict, index) in fWbuOptions"
 | 
	
		
			
				|  |  | +                    v-for="(dict, index) in fCNameOptions"
 | 
	
		
			
				|  |  |                      :key="index.fId"
 | 
	
		
			
				|  |  |                      :label="dict.fName"
 | 
	
		
			
				|  |  |                      :value="dict.fId"
 | 
	
	
		
			
				|  | @@ -2818,6 +2818,8 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  | +      fDNameOptions:[],
 | 
	
		
			
				|  |  | +      fCNameOptions:[],
 | 
	
		
			
				|  |  |        closeButton:true,
 | 
	
		
			
				|  |  |        businessType:'',
 | 
	
		
			
				|  |  |        fCartype:'',
 | 
	
	
		
			
				|  | @@ -3675,10 +3677,6 @@ export default {
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        // if (!haveGoods) {
 | 
	
		
			
				|  |  | -        //   console.log("111")
 | 
	
		
			
				|  |  | -        //
 | 
	
		
			
				|  |  | -        // }
 | 
	
		
			
				|  |  |          getFees(feeId).then((response) => {
 | 
	
		
			
				|  |  |            this.fWbuOptions = []
 | 
	
		
			
				|  |  |            let queryParams = { pageNum: 1, pageSize: 10 };
 | 
	
	
		
			
				|  | @@ -4064,9 +4062,9 @@ export default {
 | 
	
		
			
				|  |  |            fBusinessType: this.form.fBusinessType
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          this.fWbuOptions = []
 | 
	
		
			
				|  |  | -        let queryParams = { pageNum: 1, pageSize: 10};
 | 
	
		
			
				|  |  | +        let queryParams = { pageNum: 1, pageSize: 10,fDc:'D'};
 | 
	
		
			
				|  |  |          listFees(queryParams).then((response) => {
 | 
	
		
			
				|  |  | -          this.fWbuOptions = response.rows;
 | 
	
		
			
				|  |  | +          this.fDNameOptions = response.rows;
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -4101,9 +4099,9 @@ export default {
 | 
	
		
			
				|  |  |            fBusinessType: this.form.fBusinessType
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          this.fWbuOptions = []
 | 
	
		
			
				|  |  | -        let queryParams = { pageNum: 1, pageSize: 10};
 | 
	
		
			
				|  |  | +        let queryParams = { pageNum: 1, pageSize: 10, fDc:'C'};
 | 
	
		
			
				|  |  |          listFees(queryParams).then((response) => {
 | 
	
		
			
				|  |  | -          this.fWbuOptions = response.rows;
 | 
	
		
			
				|  |  | +          this.fCNameOptions = response.rows;
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -4152,7 +4150,6 @@ export default {
 | 
	
		
			
				|  |  |        this.whgenlegParams.fWarehouseid = this.form.fWarehouseid;
 | 
	
		
			
				|  |  |        this.whgenlegParams.fTrademodeid = this.form.fTrademodeid;
 | 
	
		
			
				|  |  |        listWhgenleg(this.whgenlegParams).then((response) => {
 | 
	
		
			
				|  |  | -        console.log(response)
 | 
	
		
			
				|  |  |          this.whgenlegList = response.rows;
 | 
	
		
			
				|  |  |          this.whgenlegTotal = response.total;
 | 
	
		
			
				|  |  |        });
 | 
	
	
		
			
				|  | @@ -4650,8 +4647,6 @@ export default {
 | 
	
		
			
				|  |  |          if (valid) {
 | 
	
		
			
				|  |  |            let listSelection = JSON.parse(JSON.stringify(this.dataListSelection))
 | 
	
		
			
				|  |  |            let formData = new window.FormData();
 | 
	
		
			
				|  |  | -          console.log(this.dataListSelection)
 | 
	
		
			
				|  |  | -          console.log(this.form)
 | 
	
		
			
				|  |  |            formData.append("warehouseBills", JSON.stringify(this.form));
 | 
	
		
			
				|  |  |            formData.append("tEnclosure", JSON.stringify(this.relevantAttachments));
 | 
	
		
			
				|  |  |            formData.append("warehousebillsitems", JSON.stringify(this.dataListSelection));
 | 
	
	
		
			
				|  | @@ -4809,7 +4804,6 @@ export default {
 | 
	
		
			
				|  |  |            this.$refs.tableList.clearSelection();
 | 
	
		
			
				|  |  |            if (dataList.length !== 0) {
 | 
	
		
			
				|  |  |              let formData = new window.FormData();
 | 
	
		
			
				|  |  | -            console.log(this.form)
 | 
	
		
			
				|  |  |              formData.append("warehouseBills", JSON.stringify(this.form));
 | 
	
		
			
				|  |  |              formData.append("tEnclosure", JSON.stringify(this.relevantAttachments));
 | 
	
		
			
				|  |  |              formData.append("warehousebillsitems", JSON.stringify(this.dataList));
 | 
	
	
		
			
				|  | @@ -4914,7 +4908,6 @@ export default {
 | 
	
		
			
				|  |  |          if (valid) {
 | 
	
		
			
				|  |  |            let withdrawList = JSON.parse(JSON.stringify(this.dataListSelection))
 | 
	
		
			
				|  |  |            let formData = new window.FormData()
 | 
	
		
			
				|  |  | -          console.log(this.form)
 | 
	
		
			
				|  |  |            formData.append("warehouseBills", JSON.stringify(this.form));
 | 
	
		
			
				|  |  |            formData.append("tEnclosure", JSON.stringify(this.relevantAttachments));
 | 
	
		
			
				|  |  |            formData.append("warehousebillsitems", JSON.stringify(this.dataListSelection));
 | 
	
	
		
			
				|  | @@ -5054,7 +5047,6 @@ export default {
 | 
	
		
			
				|  |  |                }
 | 
	
		
			
				|  |  |              })
 | 
	
		
			
				|  |  |            }, 200);
 | 
	
		
			
				|  |  | -          console.log(this.form)
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -5106,9 +5098,7 @@ export default {
 | 
	
		
			
				|  |  |          for(let item in this.warehouseDrList) {
 | 
	
		
			
				|  |  |            if (!this.warehouseDrList[item].fCorpid) {
 | 
	
		
			
				|  |  |              if (item === 'fBusinessType') {
 | 
	
		
			
				|  |  | -              console.log(item)
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  | -              console.log(this.warehouseDrList[item].fCorpid)
 | 
	
		
			
				|  |  |                this.$message.error("请维护收款信息第" + (Number(item) + 1) + "行客户名称")
 | 
	
		
			
				|  |  |                return false
 | 
	
		
			
				|  |  |              }
 | 
	
	
		
			
				|  | @@ -5329,7 +5319,9 @@ export default {
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        let queryParams = { pageNum: 1, pageSize: 10, fName: name };
 | 
	
		
			
				|  |  |        listFees(queryParams).then((response) => {
 | 
	
		
			
				|  |  | -        this.fWbuOptions = response.rows;
 | 
	
		
			
				|  |  | +        this.fDNameOptions = response.rows;
 | 
	
		
			
				|  |  | +        this.fCNameOptions = response.rows;
 | 
	
		
			
				|  |  | +        this.fWbuOptions = response.rows
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      /* 远程模糊查询经营单位 */
 |