| | |
| | | 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, |
| | |
| | | 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), |