|
@@ -97,6 +97,7 @@
|
|
<el-table-column show-overflow-tooltip label="单据状态" align="center" prop="status" width="100px" :formatter="formatterStatus"/>
|
|
<el-table-column show-overflow-tooltip label="单据状态" align="center" prop="status" width="100px" :formatter="formatterStatus"/>
|
|
<el-table-column show-overflow-tooltip label="调出库存组织" align="center" prop="deliveryInventoryOrgName" width="200px"/>
|
|
<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="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" prop="billDate" width="100px"/>
|
|
<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">
|
|
<el-table-column show-overflow-tooltip label="调拨方式" align="center" prop="allotType" width="180px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -120,7 +121,6 @@
|
|
<el-table-column show-overflow-tooltip label="利润中心" align="center" prop="liacenterName" width="150px"/>
|
|
<el-table-column show-overflow-tooltip label="利润中心" align="center" prop="liacenterName" width="150px"/>
|
|
<!-- <el-table-column show-overflow-tooltip label="已同步WMS" align="center" prop="isSendWms" width="150px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="已同步WMS" align="center" prop="isSendWms" width="150px"/> -->
|
|
<el-table-column show-overflow-tooltip label="备注" align="center" prop="remark" width="150px"/>
|
|
<el-table-column show-overflow-tooltip label="备注" align="center" prop="remark" width="150px"/>
|
|
- <el-table-column show-overflow-tooltip label="制单人" align="center" prop="createByName" width="100px"/>
|
|
|
|
<el-table-column show-overflow-tooltip label="制单日期" align="center" prop="createTime" width="150px"/>
|
|
<el-table-column show-overflow-tooltip label="制单日期" align="center" prop="createTime" width="150px"/>
|
|
<!-- <el-table-column show-overflow-tooltip label="审批人" align="center" prop="code" width="150px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="审批人" align="center" prop="code" width="150px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="审批日期" align="center" prop="code" width="150px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="审批日期" align="center" prop="code" width="150px"/> -->
|