- {{ scope.row.adviceName }} {{ scope.row.volume }}
-
- [1{{ scope.row.unitCode_dictText }}={{ scope.row.partPercent }}{{ scope.row.minUnitCode_dictText }}]
-
- [{{ (scope.row.unitPrice !== undefined && scope.row.unitPrice !== null && !isNaN(scope.row.unitPrice) &&
- isFinite(scope.row.unitPrice)) ? Number(scope.row.unitPrice).toFixed(2) : '-' }} 元/{{ scope.row.unitCode_dictText }}]
+ {{
+ scope.row.adviceName +
+ ' ' +
+ scope.row.volume +
+ ' [' +
+ (scope.row.unitPrice !== undefined && scope.row.unitPrice !== null && !isNaN(scope.row.unitPrice) &&
+ isFinite(scope.row.unitPrice) ? Number(scope.row.unitPrice).toFixed(2) : '-') +
+ ' 元' +
+ '/' +
+ scope.row.unitCode_dictText +
+ ']'
+ }}
{
if (scope.row.methodCode) {
@@ -284,9 +289,7 @@
}
// inputRefs.rateCode.blur();
}
- "
- @change="calculateTotalAmount(scope.row, scope.$index)"
- :ref="(el) => (inputRefs.rateCode = el)">
+ " :ref="(el) => (inputRefs.rateCode = el)">
(scope.row.rateCode_dictText = dict.label)"
:key="dict.value" :label="dict.label" :value="dict.value" />
@@ -307,10 +310,7 @@
controls-position="right" :controls="false" :ref="(el) => (inputRefs.dispensePerDuration = el)"
@keyup.enter.prevent="
handleEnter('dispensePerDuration', scope.row, scope.$index)
- "
- @change="calculateTotalAmount(scope.row, scope.$index)"
- @blur="calculateTotalAmount(scope.row, scope.$index)"
- @input="calculateTotalAmount(scope.row, scope.$index)">
+ ">
天
@@ -321,8 +321,8 @@
@keyup.enter.prevent="handleEnter('quantity', scope.row, scope.$index)"
@input="calculateTotalPrice(scope.row, scope.$index)" />
-
-
+
- {{ scope.row.unitCode_dictText }}
-
-
- {{ scope.row.partPercent }}{{ scope.row.minUnitCode_dictText }}袋/{{ scope.row.unitCode_dictText }}盒
-
{{ scope.row.unitCode_dictText }}
@@ -734,7 +729,7 @@
size="small"
/>