| | |
| | | @clearupProduct="clearupProduct" |
| | | > |
| | | <template v-if="showFooter" slot="tableButton"> |
| | | <!-- fixed="right" --> |
| | | <el-table-column |
| | | label="操作" |
| | | width="60" |
| | | fixed="right" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | return { |
| | | ...res, |
| | | amount: 1, |
| | | productName: res.name, |
| | | productId: res.id, |
| | | productName: res.productId?res.productName:res.name, |
| | | productId: res.productId?res.productId:res.id, |
| | | auxiliaryUnit:adjunctUnit, |
| | | auxiliaryAmount:adjunctAmount?(1/Number(adjunctAmount)).toFixed(2):0, |
| | | auxiliaryAmountInfo:adjunctAmount?Number(adjunctAmount):0, |
| | | inputFloatAuxiliaryAmount:isValue, |
| | | grossWeight:res.grossWeight==0?null:res.grossWeight, |
| | | totalGrossWeight:res.grossWeight?Number(res.grossWeight)*1:null, |
| | | totalGrossWeight:res.grossWeight==0?null:Number(res.grossWeight)*1, |
| | | netWeight:res.netWeight==0?null:res.netWeight, |
| | | totalNetWeight:res.netWeight?Number(res.netWeight)*1:null, |
| | | totalNetWeight:res.netWeight==0?null:Number(res.netWeight)*1, |
| | | }; |
| | | } |
| | | }); |
| | |
| | | if(prop=='amount'){ |
| | | item.totalGrossWeight=item[prop]&&item.grossWeight?Number(item.grossWeight)*Number(item[prop]):null |
| | | item.totalNetWeight=item[prop]&&item.netWeight?Number(item.netWeight)*Number(item[prop]):null |
| | | item.auxiliaryAmount=item[prop]&&auxiliaryAmountObject.auxiliaryAmount?(Number(item[prop])/Number(auxiliaryAmountObject.auxiliaryAmount)).toFixed(2):'' |
| | | item.auxiliaryAmount=item[prop]&&auxiliaryAmountObject.auxiliaryAmount?(Number(item[prop])/Number(auxiliaryAmountObject.auxiliaryAmount)).toFixed(2):null |
| | | } |
| | | } |
| | | }); |
| | |
| | | baseOperationType: |
| | | this.editConfig.infomation.baseOperationType || undefined, |
| | | // 1是嘉联 |
| | | cutAfterWidth:name=='jialian'?52.6: |
| | | cutAfterWidth:name=='jialian'?53.9: |
| | | (this.editConfig.infomation.baseOperationType == 2 |
| | | ? 50.8 |
| | | : 53.3), |