Browse Source

【nev-报表】业务整理标注更改+回收料调整单打印功能暂存

ag_report_nev
安虹睿 10 months ago
parent
commit
0ade0f1b49
  1. 2
      fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue
  2. 4
      fe/PC/src/views/ThirdLocationManage/ThirdLocationRequest.vue
  3. 2
      fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue
  4. 45
      fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue
  5. 6
      fe/PC/src/views/padManage/isPadForTransferLibJob.vue
  6. 1
      fe/PC/src/views/systemManage/pageLock.vue

2
fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue

@ -97,7 +97,7 @@ export default {
{
type: 'success',
label: '完成',
hide: () => { return this.hideButton([1,2,4])},//,
hide: () => { return this.hideButton([1,2,4])},//
name: "close",
size: 'mini'
},

4
fe/PC/src/views/ThirdLocationManage/ThirdLocationRequest.vue

@ -97,14 +97,14 @@ export default {
{
type: 'danger',
label: '取消',
hide: () => { return this.hideButton([1,5,9])},//
hide: () => { return this.hideButton([1,5,9])},//
name: "cancel",
size: 'mini'
},
{
type: 'success',
label: '完成',
hide: () => { return this.hideButton([1,5,9])},//
hide: () => { return this.hideButton([1,5,9])},//
name: "complete",
size: 'mini'
},

2
fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue

@ -287,7 +287,7 @@ export default {
icon: "el-icon-upload2",
label: "导出",
name: "export",
hide: () => { return this.hideButtonExport([1]) },
// hide: () => { return this.hideButtonExport([1]) },
size: "mini",
},
]

45
fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue

@ -71,14 +71,14 @@ export default {
],
// todo:
DrawerButtonData: [
// {
// type: 'info',
// icon: 'el-icon-printer',
// label: '',
// hide: false,
// name: "print",
// size: 'mini'
// },
{
type: 'info',
icon: 'el-icon-printer',
label: '打印',
hide: false,
name: "print",
size: 'mini'
},
]
};
},
@ -92,22 +92,19 @@ export default {
if(val == 'print'){
//
// todo:
// let _propsData = JSON.parse(JSON.stringify(this.tableDataDetails))
// _propsData.details.forEach(item=>{
// item.recommendLot = item.recommendLot + " "
// })
// let _option = {
// details:{
// fromLocationCode:"recommendLocationCode",
// qty:"handledQty",
// uom:"recommendUom",
// fromLot:"recommendLot",
// toLocationErpCode:"locationErpCode",
// fromLocationErpCode:"recommendLocationErpCode",
// }
// }
// let data = initPrintAllData(_propsData,'tzd.rdlx','AdjustmentReason',_option);
let data = initPrintAllData(this.tableDataDetails,'tzd.rdlx','AdjustmentReason');
let _propsData = JSON.parse(JSON.stringify(this.tableDataDetails))
_propsData.details.forEach(item=>{
item.reasonStr = ""
item.recommendLot = item.recommendLot + " "
})
let _option = {
details:{
locationCode:"toLocationCode",
qty:"toQty",
}
}
let data = initPrintAllData(_propsData,'tzd.rdlx','AdjustmentReason',_option);
// let data = initPrintAllData(this.tableDataDetails,'tzd.rdlx','AdjustmentReason');
this.Print(data)
}
},

6
fe/PC/src/views/padManage/isPadForTransferLibJob.vue

@ -199,7 +199,7 @@ export default {
{ label: _Names.itemCode, prop: "itemCode"},
{ label: _Names.itemName, prop: "itemName" },
{ label: _Names.itemDesc1, prop: "itemDesc1" },
// { label: _Names.itemDesc2, prop: "itemDesc2" },
{ label: _Names.itemDesc2, prop: "itemDesc2" },
// { label: "", prop: 'requestQty' },
// { label: _Names.requestLocationErpCode, prop: 'requestLocationErpCode' },
{ label: "推荐来源数量", prop: 'recommendFromQty' },
@ -226,8 +226,8 @@ export default {
// { label: "", prop: 'handledToLot' },
// { label: "", prop: 'handledFromExpireDate', type: "dateTime" },
// { label: "", prop: 'handledToExpireDate', type: "dateTime" },
{ label: "位置码", prop: 'positionCode' },
{ label: "生产线", prop: 'prodLine' },
// { label: "", prop: 'positionCode' },
// { label: "线", prop: 'prodLine' },
{ label: "任务状态", prop: "jobStatus",type: "filter", filters: "jobStatus" },
// { label: "", prop: 'recommendType' },
],

1
fe/PC/src/views/systemManage/pageLock.vue

@ -85,7 +85,6 @@ export default {
};
},
mounted() {
// todo:
this.paging();
},
};

Loading…
Cancel
Save