|
@@ -74,25 +74,25 @@ export const TableColumns = [
|
|
},
|
|
},
|
|
},
|
|
},
|
|
// { item:{key: "paymentAgreement", title: "付款协议" },
|
|
// { item:{key: "paymentAgreement", title: "付款协议" },
|
|
-
|
|
|
|
{
|
|
{
|
|
- item:{key: "buyerName", title: "采购员" ,width:100,},
|
|
|
|
|
|
+ item:{ key: "createByName", title: "制单人" ,width:100,},
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+
|
|
{
|
|
{
|
|
item:{key: "puDeptName", title: "采购部门",width:100, },
|
|
item:{key: "puDeptName", title: "采购部门",width:100, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- {
|
|
|
|
- item:{key: "customerName", title: "收货客户" ,width:100,},
|
|
|
|
- attr:{
|
|
|
|
- isHidden:true,
|
|
|
|
- },
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // item:{key: "customerName", title: "收货客户" ,width:100,},
|
|
|
|
+ // attr:{
|
|
|
|
+ // isHidden:true,
|
|
|
|
+ // },
|
|
|
|
+ // },
|
|
// {
|
|
// {
|
|
// key: "isDeliver",
|
|
// key: "isDeliver",
|
|
// title: "是否发货",
|
|
// title: "是否发货",
|
|
@@ -130,6 +130,7 @@ export const TableColumns = [
|
|
item:{key: "qty", title: "总数量",width:80,},
|
|
item:{key: "qty", title: "总数量",width:80,},
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -145,6 +146,7 @@ export const TableColumns = [
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
@@ -190,6 +192,7 @@ export const TableColumns = [
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -200,6 +203,7 @@ export const TableColumns = [
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
|
|
|
|
},
|
|
},
|
|
width:100,
|
|
width:100,
|
|
@@ -269,15 +273,16 @@ export const TableColumns = [
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- item:{ key: "applyPaymentMoney", title: "累计付款申请金额", },
|
|
|
|
|
|
+ item:{ key: "applyPaymentMoney", title: "累计付款申请金额", width:100, },
|
|
attr:{
|
|
attr:{
|
|
// is: "el-computed-input-v2",
|
|
// is: "el-computed-input-v2",
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
|
|
+
|
|
},
|
|
},
|
|
- width:100,
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{ key: "paymentMoney", title: "累计付款金额" ,},
|
|
item:{ key: "paymentMoney", title: "累计付款金额" ,},
|
|
@@ -287,6 +292,7 @@ export const TableColumns = [
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
width:100,
|
|
width:100,
|
|
},
|
|
},
|
|
@@ -298,6 +304,7 @@ export const TableColumns = [
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
width:100,
|
|
width:100,
|
|
},
|
|
},
|
|
@@ -417,7 +424,7 @@ export const TableColumns = [
|
|
width:100,
|
|
width:100,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- item:{ key: "createByName", title: "创建人" ,width:100,},
|
|
|
|
|
|
+ item:{key: "buyerName", title: "采购员" ,width:100,},
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
},
|
|
},
|
|
@@ -596,6 +603,7 @@ export const TabColumns = [
|
|
item:{key: "qty", title: "数量",width:120, },
|
|
item:{key: "qty", title: "数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -617,6 +625,7 @@ export const TabColumns = [
|
|
{
|
|
{
|
|
item:{key: "money", title: "价税合计" ,width:120, },
|
|
item:{key: "money", title: "价税合计" ,width:120, },
|
|
attr:{
|
|
attr:{
|
|
|
|
+ isSummary:true,
|
|
// is: "el-computed-input-v2",
|
|
// is: "el-computed-input-v2",
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
@@ -639,6 +648,7 @@ export const TabColumns = [
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -655,7 +665,8 @@ export const TabColumns = [
|
|
title: "含税净价",
|
|
title: "含税净价",
|
|
width:80,
|
|
width:80,
|
|
},
|
|
},
|
|
- attr:{},
|
|
|
|
|
|
+ attr:{
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "arrivalQty", title: "已到货数量" , width:80,},
|
|
item:{key: "arrivalQty", title: "已到货数量" , width:80,},
|
|
@@ -664,6 +675,7 @@ export const TabColumns = [
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -673,6 +685,7 @@ export const TabColumns = [
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -691,6 +704,7 @@ export const TabColumns = [
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
@@ -904,6 +918,7 @@ export const TabColumns = [
|
|
item:{key: "originalQty", title: "原始数量" ,width:80,},
|
|
item:{key: "originalQty", title: "原始数量" ,width:80,},
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -917,12 +932,14 @@ export const TabColumns = [
|
|
// formatter: (prop) => {
|
|
// formatter: (prop) => {
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// return prop ? (prop * 1).toFixed(2) : prop;
|
|
// },
|
|
// },
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "reservedQty", title: "预留数量",width:80, },
|
|
item:{key: "reservedQty", title: "预留数量",width:80, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -1060,42 +1077,50 @@ export const TabColumns = [
|
|
item:{key: "qty", title: "数量",width:120, },
|
|
item:{key: "qty", title: "数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "stroageQty", title: "累计到货主数量",width:120, },
|
|
item:{key: "stroageQty", title: "累计到货主数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "stockQty", title: "累计入库主数量",width:120, },
|
|
item:{key: "stockQty", title: "累计入库主数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "invoiceQty", title: "累计开票主数量",width:120, },
|
|
item:{key: "invoiceQty", title: "累计开票主数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+
|
|
item:{key: "rollbackQty", title: "累计退货主数量",width:120, },
|
|
item:{key: "rollbackQty", title: "累计退货主数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "backStockQty", title: "累计退库主数量",width:120, },
|
|
item:{key: "backStockQty", title: "累计退库主数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item:{key: "floatQty", title: "未到货数量",width:120, },
|
|
item:{key: "floatQty", title: "未到货数量",width:120, },
|
|
attr:{
|
|
attr:{
|
|
isHidden:true,
|
|
isHidden:true,
|
|
|
|
+ isSummary:true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
// { item:{key: "createByName", title: "创建人", },
|
|
// { item:{key: "createByName", title: "创建人", },
|