|
@@ -90,39 +90,39 @@
|
|
|
ref="multipleTable"
|
|
|
@row-click="select"
|
|
|
>
|
|
|
- <el-table-column label="调出库存" align="center" prop="deliveryInventoryOrgName" width="150px"/>
|
|
|
- <el-table-column label="订单类型" align="center" prop="billType" width="150px"/>
|
|
|
- <el-table-column label="单据号" align="center" prop="code" width="150px"/>
|
|
|
- <el-table-column label="单据日期" align="center" prop="billDate" width="150px"/>
|
|
|
- <el-table-column label="调拨方式" align="center" prop="allotType" width="150px">
|
|
|
+ <el-table-column show-overflow-tooltip label="调出库存" align="center" prop="deliveryInventoryOrgName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="订单类型" align="center" prop="billType" 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="billDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨方式" align="center" prop="allotType" width="150px">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.allotType == '2' ? '财务组织间调拨' : '财务组织内库存组织内调拨' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
- <el-table-column label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
- <el-table-column label="调拨入库组织" align="center" prop="storageInventoryOrgName" width="150px"/>
|
|
|
- <el-table-column label="调出业务员" align="center" prop="businessPersonalName" width="150px"/>
|
|
|
- <el-table-column label="调出部门" align="center" prop="deliveryDeptName" width="150px"/>
|
|
|
- <el-table-column label="币种" align="center" prop="currencyName"/>
|
|
|
- <el-table-column label="折本汇率" align="center" prop="rate"/>
|
|
|
- <el-table-column label="在途归属" align="center" prop="onRouteAffilliation" width="150px"/>
|
|
|
- <el-table-column label="总数量" align="center" prop="qty"/>
|
|
|
- <el-table-column label="结算路径" align="center" prop="accountPath" width="150px"/>
|
|
|
- <el-table-column label="客户" align="center" prop="customerName" width="150px"/>
|
|
|
- <el-table-column label="调出仓库" align="center" prop="deliveryWarehouseName" width="180px"/>
|
|
|
- <el-table-column label="调入仓库" align="center" prop="storageWarehouseName" width="150px"/>
|
|
|
- <el-table-column label="物流项目组" align="center" prop="materialProject" width="150px"/>
|
|
|
- <el-table-column label="利润中心" align="center" prop="liacenterName" width="150px"/>
|
|
|
- <!-- <el-table-column label="已同步WMS" align="center" prop="isSendWms" width="150px"/> -->
|
|
|
- <el-table-column label="备注" align="center" prop="remark" width="150px"/>
|
|
|
- <el-table-column label="单据状态" align="center" prop="status" width="150px"/>
|
|
|
- <el-table-column label="制单人" align="center" prop="createByName" width="150px"/>
|
|
|
- <el-table-column label="制单日期" align="center" prop="createTime" width="150px"/>
|
|
|
- <!-- <el-table-column label="审批人" align="center" prop="code" width="150px"/> -->
|
|
|
- <!-- <el-table-column label="审批日期" align="center" prop="code" width="150px"/> -->
|
|
|
- <el-table-column label="最后修改人" align="center" prop="updateByName" width="150px"/>
|
|
|
- <el-table-column label="最后修改时间" align="center" prop="updateTime" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨入库组织" align="center" prop="storageInventoryOrgName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调出业务员" align="center" prop="businessPersonalName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调出部门" align="center" prop="deliveryDeptName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="币种" align="center" prop="currencyName"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="折本汇率" align="center" prop="rate"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="在途归属" align="center" prop="onRouteAffilliation" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="总数量" align="center" prop="qty"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="结算路径" align="center" prop="accountPath" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="客户" align="center" prop="customerName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调出仓库" align="center" prop="deliveryWarehouseName" width="180px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调入仓库" align="center" prop="storageWarehouseName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物流项目组" align="center" prop="materialProject" 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="备注" align="center" prop="remark" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="单据状态" align="center" prop="status" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="制单人" align="center" prop="createByName" 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="updateByName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="最后修改时间" align="center" prop="updateTime" width="150px"/>
|
|
|
<el-table-column
|
|
|
fixed="right"
|
|
|
label="操作"
|
|
@@ -153,41 +153,41 @@
|
|
|
fit
|
|
|
max-height="380"
|
|
|
>
|
|
|
- <el-table-column label="行号" align="center" prop="rowno"/>
|
|
|
- <el-table-column label="物料编码" align="center" prop="material" width="150px"/>
|
|
|
- <el-table-column label="物料名称" align="center" prop="materialName" width="150px"/>
|
|
|
- <el-table-column label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
- <el-table-column label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
- <el-table-column label="规格" align="center" prop="specification"/>
|
|
|
- <el-table-column label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
- <el-table-column label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
- <el-table-column label="型号" align="center" prop="model" width="150px"/>
|
|
|
- <el-table-column label="单位" align="center" prop="unitName" width="150px"/>
|
|
|
- <!-- <el-table-column label="调出仓库" align="center" prop="deliveryWarehouseName"/> -->
|
|
|
- <el-table-column label="数量" align="center" prop="qty" width="150px"/>
|
|
|
- <el-table-column label="主单位" align="center" prop="mainUnit" width="150px"/>
|
|
|
- <el-table-column label="换算率" align="center" prop="equation" width="150px"/>
|
|
|
- <el-table-column label="主数量" align="center" prop="mainQty" width="150px"/>
|
|
|
- <el-table-column label="税率" align="center" prop="rate" width="150px"/>
|
|
|
- <!-- <el-table-column label="调入仓库" align="center" prop="storageWarehouseName"/> -->
|
|
|
- <el-table-column label="批次号" align="center" prop="patchNo" width="150px"/>
|
|
|
- <el-table-column label="产品批号" align="center" prop="producBatch" width="150px"/>
|
|
|
- <el-table-column label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
- <el-table-column label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
- <el-table-column label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
- <el-table-column label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
- <el-table-column label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
- <el-table-column label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
- <el-table-column label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
- <el-table-column label="调入调出结算规则明细" align="center" prop="ruleDetail" width="150px"/>
|
|
|
- <el-table-column label="上市许可持有人" align="center" prop="marketingApprovalPersonal" width="150px"/>
|
|
|
- <el-table-column label="生产许可证号/经营许可证号/备案凭证号" align="center" prop="production" width="260px"/>
|
|
|
- <el-table-column label="pi码" align="center" prop="pi" width="150px"/>
|
|
|
- <!-- <el-table-column label="无税金额" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="备注" align="center" prop="code"/> -->
|
|
|
- <el-table-column label="类别" align="center" prop="classify" width="150px"/>
|
|
|
- <el-table-column label="客户物料码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
- <el-table-column label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="行号" align="center" prop="rowno"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料编码" align="center" prop="material" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料名称" align="center" prop="materialName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="规格" align="center" prop="specification"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="型号" align="center" prop="model" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="单位" align="center" prop="unitName" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="调出仓库" align="center" prop="deliveryWarehouseName"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="数量" align="center" prop="qty" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="主单位" align="center" prop="mainUnit" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="换算率" align="center" prop="equation" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="主数量" align="center" prop="mainQty" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="税率" align="center" prop="rate" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="调入仓库" align="center" prop="storageWarehouseName"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="批次号" align="center" prop="patchNo" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产品批号" align="center" prop="producBatch" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调入调出结算规则明细" align="center" prop="ruleDetail" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="上市许可持有人" align="center" prop="marketingApprovalPersonal" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产许可证号/经营许可证号/备案凭证号" align="center" prop="production" width="260px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="pi码" align="center" prop="pi" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="无税金额" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="备注" align="center" prop="code"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="类别" align="center" prop="classify" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
|
|
@@ -197,35 +197,35 @@
|
|
|
fit
|
|
|
max-height="380"
|
|
|
>
|
|
|
- <el-table-column label="行号" align="center" prop="rowno"/>
|
|
|
- <el-table-column label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
- <el-table-column label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
- <el-table-column label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
- <el-table-column label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
- <el-table-column label="类别" align="center" prop="classify" width="150px"/>
|
|
|
- <el-table-column label="调出仓库" align="center" prop="deliveryWarehouseName" width="150px"/>
|
|
|
- <el-table-column label="调入仓库" align="center" prop="storageWarehouseName" width="150px"/>
|
|
|
- <!-- <el-table-column label="收货利润中心" align="center" prop="code"/>
|
|
|
- <el-table-column label="发货利润中心" align="center" prop="code"/> -->
|
|
|
- <el-table-column label="调入业务员" align="center" prop="businessPersonalName" width="150px"/>
|
|
|
- <el-table-column label="产品批号" align="center" prop="productBatch" width="150px"/>
|
|
|
- <el-table-column label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
- <el-table-column label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
- <el-table-column label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
- <el-table-column label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
- <el-table-column label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
- <el-table-column label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
- <el-table-column label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
- <el-table-column label="收货客户" align="center" prop="customerName" width="150px"/>
|
|
|
- <el-table-column label="收货地址" align="center" prop="addressaddress" width="150px"/>
|
|
|
- <el-table-column label="收货地区" align="center" prop="area" width="150px"/>
|
|
|
- <el-table-column label="收货地点" align="center" prop="place" width="150px"/>
|
|
|
- <el-table-column label="计划发货日期" align="center" prop="deliveryDate" width="150px"/>
|
|
|
- <el-table-column label="计划到货日期" align="center" prop="strageDate" width="150px"/>
|
|
|
- <el-table-column label="运输方式" align="center" prop="transportation" width="150px"/>
|
|
|
- <el-table-column label="备注" align="center" prop="remark" width="150px"/>
|
|
|
- <el-table-column label="客户物料编码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
- <el-table-column label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="行号" align="center" prop="rowno"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="类别" align="center" prop="classify" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调出仓库" align="center" prop="deliveryWarehouseName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调入仓库" align="center" prop="storageWarehouseName" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="收货利润中心" align="center" prop="code"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="发货利润中心" align="center" prop="code"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="调入业务员" align="center" prop="businessPersonalName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产品批号" align="center" prop="productBatch" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="收货客户" align="center" prop="customerName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="收货地址" align="center" prop="addressaddress" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="收货地区" align="center" prop="area" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="收货地点" align="center" prop="place" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="计划发货日期" align="center" prop="deliveryDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="计划到货日期" align="center" prop="strageDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="运输方式" align="center" prop="transportation" 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="customerLogistic" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
|
|
@@ -235,31 +235,31 @@
|
|
|
fit
|
|
|
max-height="380"
|
|
|
>
|
|
|
- <el-table-column label="行号" align="center" prop="rowno"/>
|
|
|
- <el-table-column label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
- <el-table-column label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
- <el-table-column label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
- <el-table-column label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
- <el-table-column label="类别" align="center" prop="classify" width="150px"/>
|
|
|
- <!-- <el-table-column label="税率" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="无税单价" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="含税单价" align="center" prop="code"/> -->
|
|
|
- <el-table-column label="产品批号" align="center" prop="productBatch" width="150px"/>
|
|
|
- <el-table-column label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
- <el-table-column label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
- <el-table-column label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
- <el-table-column label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
- <el-table-column label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
- <el-table-column label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
- <el-table-column label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
- <!-- <el-table-column label="询价无税价" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="询价含税价" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="税额" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="加价率" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="无税金额" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="价税合计" align="center" prop="code"/> -->
|
|
|
- <el-table-column label="客户物料码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
- <el-table-column label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="行号" align="center" prop="rowno"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="类别" align="center" prop="classify" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="税率" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="无税单价" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="含税单价" align="center" prop="code"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="产品批号" align="center" prop="productBatch" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="询价无税价" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="询价含税价" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="税额" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="加价率" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="无税金额" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="价税合计" align="center" prop="code"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
|
|
@@ -269,30 +269,30 @@
|
|
|
fit
|
|
|
max-height="380"
|
|
|
>
|
|
|
- <el-table-column label="行号" align="center" prop="rowno"/>
|
|
|
- <el-table-column label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
- <el-table-column label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
- <el-table-column label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
- <el-table-column label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
- <el-table-column label="类别" align="center" prop="classify" width="150px"/>
|
|
|
- <el-table-column label="产品批号" align="center" prop="productBatch" width="150px"/>
|
|
|
- <el-table-column label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
- <el-table-column label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
- <el-table-column label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
- <el-table-column label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
- <el-table-column label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
- <el-table-column label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
- <el-table-column label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
- <!-- <el-table-column label="已调出主数量" align="center" prop="code"/>
|
|
|
- <el-table-column label="已调入主数量" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="调拨在途主数量" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="已发货主数量" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="途损主数量" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="累计退货主数量" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="调出与调入已结算主数量" align="center" prop="code"/> -->
|
|
|
- <!-- <el-table-column label="调出与调入已结算金额" align="center" prop="code"/> -->
|
|
|
- <el-table-column label="客户物料码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
- <el-table-column label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="行号" align="center" prop="rowno"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨出库单号" align="center" prop="deliveryCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨入库单号" align="center" prop="storageCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产厂家/代理人" align="center" prop="manufacturer" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产地" align="center" prop="originPlace" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="类别" align="center" prop="classify" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="产品批号" align="center" prop="productBatch" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="生产日期" align="center" prop="manufactureDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="有效期至/失效日期" align="center" prop="periodEndDate" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="批准文号" align="center" prop="ratifyCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="注册证号" align="center" prop="registration" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="商品名" align="center" prop="productCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="通用名" align="center" prop="commonCode" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="剂型" align="center" prop="drug" width="150px"/>
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="已调出主数量" align="center" prop="code"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="已调入主数量" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="调拨在途主数量" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="已发货主数量" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="途损主数量" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="累计退货主数量" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="调出与调入已结算主数量" align="center" prop="code"/> -->
|
|
|
+ <!-- <el-table-column show-overflow-tooltip label="调出与调入已结算金额" align="center" prop="code"/> -->
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料码" align="center" prop="customerLogistic" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="客户物料名称" align="center" prop="customerLogisticName" width="150px"/>
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|