|
@@ -877,6 +877,12 @@ const PurTabColumns = [
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ item:{ key: "goodsAllocationName", title: "货位",width:100,},
|
|
|
+ attr:{
|
|
|
+ isHidden:true,
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
item:{
|
|
|
|
|
@@ -1082,13 +1088,7 @@ const PurTabColumns = [
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- item:{ key: "goodsAllocationName", title: "货位",width:100,},
|
|
|
- attr:{
|
|
|
- isHidden:true,
|
|
|
- },
|
|
|
-
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
item:{ key: "closeReason", title: "行关闭/打开原因",width:100,},
|
|
|
attr:{
|
|
@@ -1260,28 +1260,23 @@ const CommonTabColumns = [
|
|
|
item:{key: "money", title: "价税合计" ,width:120, },
|
|
|
attr:{
|
|
|
isSummary:true,
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ item:{ key: "goodsAllocationName", title: "货位",width:100,},
|
|
|
+ attr:{
|
|
|
+ isHidden:true,
|
|
|
+ },
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
item:{key: "tax", title: "税率" ,width:120, },
|
|
|
attr:{
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
item:{key: "taxDeductMoneya", title: "折扣金额", width:80, },
|
|
|
attr:{
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
@@ -1305,39 +1300,23 @@ const CommonTabColumns = [
|
|
|
{
|
|
|
item:{key: "arrivalQty", title: "已到货数量" , width:80,},
|
|
|
attr:{
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
item:{key: "unarrivedQty", title: "未到货数量" , width:80,},
|
|
|
attr:{
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
item:{key: "price", title: "无税单价" , width:120, },
|
|
|
attr:{
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
item:{key: "notaxMoney", title: "无税金额" , width:120, },
|
|
|
attr:{
|
|
|
- // is: "el-computed-input-v2",
|
|
|
- // formatter: (prop) => {
|
|
|
- // return prop ? (prop * 1).toFixed(2) : prop;
|
|
|
- // },
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
@@ -1670,13 +1649,7 @@ const CommonTabColumns = [
|
|
|
isHidden:true,
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- item:{ key: "goodsAllocationName", title: "货位",width:100,},
|
|
|
- attr:{
|
|
|
- isHidden:true,
|
|
|
- },
|
|
|
-
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
item:{ key: "closeReason", title: "行关闭/打开原因",width:100,},
|
|
|
attr:{
|