|  | @@ -2171,6 +2171,8 @@
 | 
											
												
													
														|  |              <td width="200">{{ item.fTruckno }}</td>
 |  |              <td width="200">{{ item.fTruckno }}</td>
 | 
											
												
													
														|  |              <td width="200">货物品名</td>
 |  |              <td width="200">货物品名</td>
 | 
											
												
													
														|  |              <td width="200">{{ item.fGoodsids }}</td>
 |  |              <td width="200">{{ item.fGoodsids }}</td>
 | 
											
												
													
														|  | 
 |  | +            <td width="200">品牌</td>
 | 
											
												
													
														|  | 
 |  | +            <td width="200">{{item.fMarks}}</td>
 | 
											
												
													
														|  |            </tr>
 |  |            </tr>
 | 
											
												
													
														|  |            <tr>
 |  |            <tr>
 | 
											
												
													
														|  |              <td width="1400" colspan="6"> </td>
 |  |              <td width="1400" colspan="6"> </td>
 | 
											
										
											
												
													
														|  | @@ -3423,12 +3425,12 @@ export default {
 | 
											
												
													
														|  |      changefWarehouseid(row) {
 |  |      changefWarehouseid(row) {
 | 
											
												
													
														|  |        for (let corp in this.warehouseOptions) {
 |  |        for (let corp in this.warehouseOptions) {
 | 
											
												
													
														|  |          if (row.fWarehouseid === this.warehouseOptions[corp].fId) {
 |  |          if (row.fWarehouseid === this.warehouseOptions[corp].fId) {
 | 
											
												
													
														|  | -          this.$set(
 |  | 
 | 
											
												
													
														|  | -            this.form,
 |  | 
 | 
											
												
													
														|  | -            "fContacts",
 |  | 
 | 
											
												
													
														|  | -            this.warehouseOptions[corp].createBy
 |  | 
 | 
											
												
													
														|  | -          );
 |  | 
 | 
											
												
													
														|  | -          this.$set(this.form, "fTel", this.warehouseOptions[corp].fTotalgross);
 |  | 
 | 
											
												
													
														|  | 
 |  | +          // this.$set(
 | 
											
												
													
														|  | 
 |  | +          //   this.form,
 | 
											
												
													
														|  | 
 |  | +          //   "fContacts",
 | 
											
												
													
														|  | 
 |  | +          //   this.warehouseOptions[corp].createBy
 | 
											
												
													
														|  | 
 |  | +          // );
 | 
											
												
													
														|  | 
 |  | +          // this.$set(this.form, "fTel", this.warehouseOptions[corp].fTotalgross);
 | 
											
												
													
														|  |            this.fAddr = this.warehouseOptions[corp].fAddr;
 |  |            this.fAddr = this.warehouseOptions[corp].fAddr;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        }
 |  |        }
 |