Browse Source

修改界面显示数据

branch_ccpg_220107
songnan.zhang 3 years ago
parent
commit
f399d23c94
  1. 28
      vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue
  2. 26
      vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue
  3. 26
      vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue
  4. 21
      vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue
  5. 12
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

28
vue/src/views/pg-fis/basedate/m100Online/RepetitionMB.vue

@ -387,6 +387,8 @@ export default {
var tempsTabs = [];
tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 });
tempsTabs.push({ label: "单据顺号", prop: "billSerialNum", width: 120 });
tempsTabs.push({ label: "起始顺序号", prop: "beginHostSN", width: 120 });
tempsTabs.push({ label: "结束顺序号", prop: "endHostSN", width: 120 });
tempsTabs.push({
label: "左或右",
prop: "billLocation",
@ -424,8 +426,13 @@ export default {
});
tempsTabs.push({
label: "底盘号",
prop: "Vin",
label: "起始底盘号",
prop: "beginVin",
width: 160,
});
tempsTabs.push({
label: "结束底盘号",
prop: "endVin",
width: 160,
});
return tempsTabs;
@ -524,8 +531,25 @@ export default {
this.listQuery
)
.then((response) => {
response.items.forEach((item)=>{
if(item.printType == 0)
{
item.printType = "正常打印";
}
else if(item.printType == 1)
{
item.printType = "重打";
}
else
{
item.printType = "补打";
}
});
this.list = response.items;
this.totalCount = response.totalCount;
setTimeout(() => {
//
this.listLoading = false;

26
vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue

@ -342,6 +342,8 @@ export default {
var tempsTabs = [];
tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 });
tempsTabs.push({ label: "单据顺号", prop: "billSerialNum", width: 120 });
tempsTabs.push({ label: "起始顺序号", prop: "beginHostSN", width: 120 });
tempsTabs.push({ label: "结束顺序号", prop: "endHostSN", width: 120 });
tempsTabs.push({
label: "左或右",
prop: "billLocation",
@ -379,8 +381,13 @@ export default {
});
tempsTabs.push({
label: "底盘号",
prop: "Vin",
label: "起始底盘号",
prop: "beginVin",
width: 160,
});
tempsTabs.push({
label: "结束底盘号",
prop: "endVin",
width: 160,
});
return tempsTabs;
@ -480,6 +487,21 @@ export default {
this.listQuery
)
.then((response) => {
response.items.forEach((item)=>{
if(item.printType == 0)
{
item.printType = "正常打印";
}
else if(item.printType == 1)
{
item.printType = "重打";
}
else
{
item.printType = "补打";
}
});
this.list = response.items;
this.totalCount = response.totalCount;
setTimeout(() => {

26
vue/src/views/pg-fis/basedate/m100Online/ScrapMB.vue

@ -361,6 +361,8 @@ export default {
var tempsTabs = [];
tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 });
tempsTabs.push({ label: "单据顺号", prop: "billSerialNum", width: 120 });
tempsTabs.push({ label: "起始顺序号", prop: "beginHostSN", width: 120 });
tempsTabs.push({ label: "结束顺序号", prop: "endHostSN", width: 120 });
tempsTabs.push({
label: "左或右",
prop: "billLocation",
@ -398,8 +400,13 @@ export default {
});
tempsTabs.push({
label: "底盘号",
prop: "Vin",
label: "起始底盘号",
prop: "beginVin",
width: 160,
});
tempsTabs.push({
label: "结束底盘号",
prop: "endVin",
width: 160,
});
return tempsTabs;
@ -499,6 +506,21 @@ export default {
this.listQuery
)
.then((response) => {
response.items.forEach((item)=>{
if(item.printType == 0)
{
item.printType = "正常打印";
}
else if(item.printType == 1)
{
item.printType = "重打";
}
else
{
item.printType = "补打";
}
});
this.list = response.items;
this.totalCount = response.totalCount;
setTimeout(() => {

21
vue/src/views/pg-fis/basedate/m100Online/ScrapZHB.vue

@ -373,6 +373,8 @@ export default {
var tempsTabs = [];
tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 });
tempsTabs.push({ label: "单据顺号", prop: "billSerialNum", width: 120 });
tempsTabs.push({ label: "起始顺序号", prop: "beginHostSN", width: 120 });
tempsTabs.push({ label: "结束顺序号", prop: "endHostSN", width: 120 });
tempsTabs.push({
label: "左或右",
prop: "billLocation",
@ -410,12 +412,12 @@ export default {
});
tempsTabs.push({
label: "起底盘号",
label: "起底盘号",
prop: "beginVin",
width: 160,
});
tempsTabs.push({
label: "底盘号",
label: "结束底盘号",
prop: "endVin",
width: 160,
});
@ -515,6 +517,21 @@ export default {
this.listQuery
)
.then((response) => {
response.items.forEach((item)=>{
if(item.printType == 0)
{
item.printType = "正常打印";
}
else if(item.printType == 1)
{
item.printType = "重打";
}
else
{
item.printType = "补打";
}
});
this.list = response.items;
this.totalCount = response.totalCount;
setTimeout(() => {

12
vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

@ -546,7 +546,7 @@ export default {
dialogFormVisible: false,
formTitle: "",
isEdit: false,
formLoading: false,
formLoading: false, //
tableHeight: document.documentElement.clientHeight - 335,
detailTableHeight: 250,
details: [], //
@ -1277,7 +1277,7 @@ export default {
this.hostPrintQuery.endHostSN = parseInt(this.form.endHostSN);
if (this.listQuery.productType === 1) {
//-
//-
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN);
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN);
this.hostCheckQuery.productLine = this.listQuery.productLine;
@ -1467,7 +1467,7 @@ export default {
console.log(this.fileQuery.dataname);
this.$axios
.posts(
"/Handlers/Handler1.ashx?report=menban",
"/Handlers/Handler1.ashx?report=zhuhuban",
qs.stringify(this.fileQuery)
)
.then((response) => {
@ -1514,7 +1514,7 @@ export default {
console.log(this.fileQuery.dataname);
this.$axios
.posts(
"/Handlers/Handler1.ashx?report=menban",
"/Handlers/Handler1.ashx?report=zhuhuban",
qs.stringify(this.fileQuery)
)
.then((response) => {
@ -1973,7 +1973,7 @@ export default {
console.log(this.fileQuery.dataname);
this.$axios
.posts(
"/Handlers/Handler1.ashx?report=menban",
"/Handlers/Handler1.ashx?report=zhuhuban",
qs.stringify(this.fileQuery)
)
.then((response) => {
@ -2012,7 +2012,7 @@ export default {
console.log(this.fileQuery.dataname);
this.$axios
.posts(
"/Handlers/Handler1.ashx?report=menban",
"/Handlers/Handler1.ashx?report=zhuhuban",
qs.stringify(this.fileQuery)
)
.then((response) => {

Loading…
Cancel
Save