Răsfoiți Sursa

调拨订单、价格申报单加入当前审批人

黄梓星 1 an în urmă
părinte
comite
5eaa2af303

+ 1 - 0
src/views/purchase/apply/columns.js

@@ -20,6 +20,7 @@ export default function useColumns() {
       attr: { is: "el-file-preview" },
     },
     { item: { key: "createByName", title: "创建人", width: 100 }, attr: {} },
+    { item: { key: "approveUser", title: "当前审批人", width: 100 }, attr: {} },
     {
       item: { key: "isEffective", title: "是否已推价格", width: 100 },
       attr: { is: "el-dict-tag", dictName: "is_effective"},

+ 1 - 0
src/views/purchase/transferOrder/index.vue

@@ -113,6 +113,7 @@
           <el-table-column show-overflow-tooltip label="调出库存组织" align="center" prop="deliveryInventoryOrgName" width="200px"/>
           <el-table-column show-overflow-tooltip label="订单类型" align="center" prop="billType" width="220px" :formatter="formatterBillType"/>
           <el-table-column show-overflow-tooltip label="制单人" align="center" prop="createByName" width="100px"/>
+          <el-table-column show-overflow-tooltip label="当前审批人" align="center" width="120" prop="approveUser" />
           <el-table-column show-overflow-tooltip label="单据日期" align="center" prop="billDate" width="100px"/>
           <el-table-column show-overflow-tooltip label="调拨方式" align="center" prop="allotType" width="180px">
             <template slot-scope="scope">