|  | @@ -872,9 +872,9 @@
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
												
													
														|  |                  <el-option
 |  |                  <el-option
 | 
											
												
													
														|  |                    v-for="(item, index) in battributionList"
 |  |                    v-for="(item, index) in battributionList"
 | 
											
												
													
														|  | -                  :key="index.dictValue"
 |  | 
 | 
											
												
													
														|  | -                  :label="item.dictLabel"
 |  | 
 | 
											
												
													
														|  | -                  :value="item.dictValue"
 |  | 
 | 
											
												
													
														|  | 
 |  | +                  :key="index.fId"
 | 
											
												
													
														|  | 
 |  | +                  :label="item.fName"
 | 
											
												
													
														|  | 
 |  | +                  :value="item.fId"
 | 
											
												
													
														|  |                  />
 |  |                  />
 | 
											
												
													
														|  |                </el-select>
 |  |                </el-select>
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
										
											
												
													
														|  | @@ -3071,10 +3071,6 @@ export default {
 | 
											
												
													
														|  |      this.getDicts("unload_mode").then((response) => {
 |  |      this.getDicts("unload_mode").then((response) => {
 | 
											
												
													
														|  |        this.unloadModes = response.data;
 |  |        this.unloadModes = response.data;
 | 
											
												
													
														|  |      });
 |  |      });
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -    this.getDicts("f_business_attribution").then((response) => {
 |  | 
 | 
											
												
													
														|  | -      this.battributionList = response.data;
 |  | 
 | 
											
												
													
														|  | -    });
 |  | 
 | 
											
												
													
														|  |      this.getDicts("f_declaration_elements").then((response) => {
 |  |      this.getDicts("f_declaration_elements").then((response) => {
 | 
											
												
													
														|  |        this.delementsList = response.data;
 |  |        this.delementsList = response.data;
 | 
											
												
													
														|  |      });
 |  |      });
 | 
											
										
											
												
													
														|  | @@ -3112,6 +3108,7 @@ export default {
 | 
											
												
													
														|  |      listCorps({ type: 1 }).then((response) => {
 |  |      listCorps({ type: 1 }).then((response) => {
 | 
											
												
													
														|  |        this.fMblnoOptions = response.rows;
 |  |        this.fMblnoOptions = response.rows;
 | 
											
												
													
														|  |      });
 |  |      });
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      listCorps().then((response) => {
 |  |      listCorps().then((response) => {
 | 
											
												
													
														|  |        this.fSbuOptions = response.rows;
 |  |        this.fSbuOptions = response.rows;
 | 
											
												
													
														|  |      });
 |  |      });
 | 
											
										
											
												
													
														|  | @@ -3130,6 +3127,9 @@ export default {
 | 
											
												
													
														|  |      listCorps({ fTypeid: 6 }).then((response) => {
 |  |      listCorps({ fTypeid: 6 }).then((response) => {
 | 
											
												
													
														|  |        this.fCompanyOptIons = response.rows;
 |  |        this.fCompanyOptIons = response.rows;
 | 
											
												
													
														|  |      });
 |  |      });
 | 
											
												
													
														|  | 
 |  | +    listCorps({ fTypeid: 7 }).then((response) => {
 | 
											
												
													
														|  | 
 |  | +      this.battributionList = response.rows;
 | 
											
												
													
														|  | 
 |  | +    });
 | 
											
												
													
														|  |      listCorps({ fTypeid: 2 }).then((response) => {
 |  |      listCorps({ fTypeid: 2 }).then((response) => {
 | 
											
												
													
														|  |        this.fleetOptions = response.rows;
 |  |        this.fleetOptions = response.rows;
 | 
											
												
													
														|  |      });
 |  |      });
 | 
											
										
											
												
													
														|  | @@ -3817,13 +3817,6 @@ export default {
 | 
											
												
													
														|  |        );
 |  |        );
 | 
											
												
													
														|  |        this.$set(
 |  |        this.$set(
 | 
											
												
													
														|  |          this.form,
 |  |          this.form,
 | 
											
												
													
														|  | -        "fBusinessAttribution",
 |  | 
 | 
											
												
													
														|  | -        this.form.fBusinessAttribution
 |  | 
 | 
											
												
													
														|  | -          ? this.form.fBusinessAttribution.toString()
 |  | 
 | 
											
												
													
														|  | -          : null
 |  | 
 | 
											
												
													
														|  | -      );
 |  | 
 | 
											
												
													
														|  | -      this.$set(
 |  | 
 | 
											
												
													
														|  | -        this.form,
 |  | 
 | 
											
												
													
														|  |          "fDeclarationElements",
 |  |          "fDeclarationElements",
 | 
											
												
													
														|  |          this.form.fDeclarationElements
 |  |          this.form.fDeclarationElements
 | 
											
												
													
														|  |            ? this.form.fDeclarationElements.toString()
 |  |            ? this.form.fDeclarationElements.toString()
 |