| | |
| | | }, |
| | | // 新增 |
| | | addProductClick() { |
| | | console.log(this.tableData) |
| | | console.log(this.addTitle) |
| | | this.isSel() |
| | | if (this.isNoProduct && this.addTitle === "新建") { |
| | | this.$refs.tablelistRef.getLocationList() |
| | |
| | | auxiliaryUnit:adjunctUnit, |
| | | auxiliaryAmount:Number(adjunctAmount), |
| | | inputFloatAuxiliaryAmount:isValue, |
| | | grossWeight:Number(res.grossWeight), |
| | | grossWeight:res.grossWeight, |
| | | totalGrossWeight:res.grossWeight?Number(res.grossWeight)*1:'', |
| | | netWeight:Number(res.netWeight), |
| | | netWeight:res.netWeight, |
| | | totalNetWeight:res.netWeight?Number(res.netWeight)*1:'', |
| | | }; |
| | | } |
| | |
| | | placeholder="请选择" |
| | | size="mini" |
| | | clearable |
| | | filterable |
| | | style="width: 85%" |
| | | :disabled="!showFooter" |
| | | > |
| | |
| | | <el-input |
| | | style="width: 85%" |
| | | :disabled="!showFooter" |
| | | filterable |
| | | v-model="editConfig.infomation.type" |
| | | placeholder="请输入" |
| | | ></el-input> |