|
|
@@ -622,7 +622,15 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
-
|
|
|
+ <template v-slot:batchNo="scope">
|
|
|
+ <el-form-item
|
|
|
+ style="margin-bottom: 20px"
|
|
|
+ :prop="'datasource.' + scope.$index + '.batchNo'"
|
|
|
+ >
|
|
|
+ <el-input v-model="scope.row.batchNo" placeholder="请输入" v-no-chinese>
|
|
|
+ </el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </template>
|
|
|
<!-- 操作列 -->
|
|
|
<template v-slot:action="scope">
|
|
|
<el-popconfirm
|
|
|
@@ -954,17 +962,7 @@
|
|
|
slot: 'totalPrice',
|
|
|
align: 'center'
|
|
|
},
|
|
|
- // {
|
|
|
- // width: 120,
|
|
|
- // prop: 'notaxTotalPrice',
|
|
|
- // label: '含税合计',
|
|
|
- // align: 'center',
|
|
|
- // formatter: (_row, _column, cellValue) => {
|
|
|
- // return _row.notaxTotalPrice
|
|
|
- // ? Number(_row.notaxTotalPrice).toFixed(2)
|
|
|
- // : '';
|
|
|
- // }
|
|
|
- // },
|
|
|
+
|
|
|
{
|
|
|
width: 160,
|
|
|
prop: 'discountTotalPrice',
|
|
|
@@ -977,6 +975,13 @@
|
|
|
: '';
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ width: 110,
|
|
|
+ prop: 'batchNo',
|
|
|
+ label: '批次号',
|
|
|
+ slot: 'batchNo',
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
width: 120,
|
|
|
prop: 'availableCountBase',
|