合同在途
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
<el-table-column prop="material_name" label="物料名称" min-width="150" />
|
||||
<el-table-column prop="sumqty" label="合同重量" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="notqty" label="在途重量" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="NORIGTAXPRICE" label="含税单价" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="NORIGTAXMNY" label="金额" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="NAME" label="供应商" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="norigtaxprice" label="含税单价" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="norigtaxmny" label="金额" min-width="100" :formatter="crud.formatNum2" />
|
||||
<el-table-column prop="name" label="供应商" min-width="100" :formatter="crud.formatNum2" />
|
||||
</el-table>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@@ -177,7 +177,7 @@ export default {
|
||||
sums[index]
|
||||
}
|
||||
|
||||
if (column.property === 'NORIGTAXMNY') {
|
||||
if (column.property === 'norigtaxmny') {
|
||||
const total = values.reduce((prev, curr) => {
|
||||
const value = Number(curr)
|
||||
if (!isNaN(value)) {
|
||||
|
||||
Reference in New Issue
Block a user