Browse Source

完善销售台账

master
yunuo970428 2 years ago
parent
commit
2c599f2bb5
  1. 30
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhang.vue

30
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhang.vue

@ -75,6 +75,36 @@
<span>{{ scope.row.createOrgName }}</span>
</template>
</el-table-column>
<el-table-column label="采购系统" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.purchaseSystemName }}</span>
</template>
</el-table-column>
<el-table-column label="排产订单编号" align="center" width="130">
<template slot-scope="scope">
<span>{{ scope.row.orderingNo }}</span>
</template>
</el-table-column>
<el-table-column label="订单状态" align="center" width="100">
<template slot-scope="scope">
<span>{{ scope.row.nodeState }}</span>
</template>
</el-table-column>
<el-table-column label="贴息" align="center" width="90">
<template slot-scope="scope">
<span>{{ scope.row.factoryDiscount }}</span>
</template>
</el-table-column>
<el-table-column label="中介返利" align="center" width="100">
<template slot-scope="scope">
<span>{{ scope.row.distributorPriceAll }}</span>
</template>
</el-table-column>
<el-table-column label="开票类型" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.kpType }}</span>
</template>
</el-table-column>
<el-table-column label="物料名称" align="center" width="100">
<template slot-scope="scope">
<span>{{ scope.row.materialName }}</span>

Loading…
Cancel
Save