|
@ -126,6 +126,7 @@ export default { |
|
|
exportxiaoshou: [], |
|
|
exportxiaoshou: [], |
|
|
exportS6: [], |
|
|
exportS6: [], |
|
|
allxiaoshoujine: 0, |
|
|
allxiaoshoujine: 0, |
|
|
|
|
|
clickParams: {}, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
@ -272,6 +273,7 @@ export default { |
|
|
//搜索数据 |
|
|
//搜索数据 |
|
|
async searchData(refrash = false) { |
|
|
async searchData(refrash = false) { |
|
|
let params = {} |
|
|
let params = {} |
|
|
|
|
|
this.clickParams = {} |
|
|
if (refrash) { |
|
|
if (refrash) { |
|
|
console.log(744, this.$refs.dingdanTable) |
|
|
console.log(744, this.$refs.dingdanTable) |
|
|
this.$refs.dingdanTable.clearSelected() |
|
|
this.$refs.dingdanTable.clearSelected() |
|
@ -288,6 +290,7 @@ export default { |
|
|
red: { $where: "this.zuigaocaigoujia > this.xiaoshoujine" }, |
|
|
red: { $where: "this.zuigaocaigoujia > this.xiaoshoujine" }, |
|
|
yellow: { $where: "this.pinmingxuanxiang.length>1" } |
|
|
yellow: { $where: "this.pinmingxuanxiang.length>1" } |
|
|
} |
|
|
} |
|
|
|
|
|
this.clickParams = params[color] |
|
|
await this.updateSeach(params[color]) |
|
|
await this.updateSeach(params[color]) |
|
|
}, |
|
|
}, |
|
|
//选中数据 |
|
|
//选中数据 |
|
@ -448,6 +451,7 @@ export default { |
|
|
subType: "exportxiaoshou", |
|
|
subType: "exportxiaoshou", |
|
|
url: "/api/exportDingdanInfo", |
|
|
url: "/api/exportDingdanInfo", |
|
|
model: "Dingdan", |
|
|
model: "Dingdan", |
|
|
|
|
|
...this.clickParams |
|
|
// 客户编号 简称 客户名称 客户产品名称 产品代码 S6产品名称 最小单位条码 销售数量 修改后销售数量 销售金额 最高采购价 箱装量 最大箱装量 规格型号 计量单位 箱条码 最大箱条码 |
|
|
// 客户编号 简称 客户名称 客户产品名称 产品代码 S6产品名称 最小单位条码 销售数量 修改后销售数量 销售金额 最高采购价 箱装量 最大箱装量 规格型号 计量单位 箱条码 最大箱条码 |
|
|
} |
|
|
} |
|
|
if (this.searchParams.kehubianhao) { |
|
|
if (this.searchParams.kehubianhao) { |
|
@ -461,6 +465,7 @@ export default { |
|
|
subType: "exportS6", |
|
|
subType: "exportS6", |
|
|
url: "/api/exportDingdanInfo", |
|
|
url: "/api/exportDingdanInfo", |
|
|
model: "Dingdan", |
|
|
model: "Dingdan", |
|
|
|
|
|
...this.clickParams |
|
|
// 客户编号 简称 客户名称 客户产品名称 产品代码 S6产品名称 最小单位条码 销售数量 修改后销售数量 销售金额 最高采购价 箱装量 最大箱装量 规格型号 计量单位 箱条码 最大箱条码 |
|
|
// 客户编号 简称 客户名称 客户产品名称 产品代码 S6产品名称 最小单位条码 销售数量 修改后销售数量 销售金额 最高采购价 箱装量 最大箱装量 规格型号 计量单位 箱条码 最大箱条码 |
|
|
} |
|
|
} |
|
|
if (this.searchParams.kehubianhao) { |
|
|
if (this.searchParams.kehubianhao) { |
|
|