Browse Source

打印单字段调整

dev_web_online
安虹睿 2 years ago
parent
commit
92d44e469b
  1. 7
      fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue
  2. 2
      fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallJob-msQuery.vue
  3. 2
      fe/PC/src/views/rawMaterialManage/manualMaterialRequest/IssueJob.vue
  4. 23
      fe/PC/src/views/rawMaterialManage/manualMaterialRequest/IssueRequest.vue
  5. 18
      fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseReceiptNote-msQuery.vue

7
fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue

@ -89,7 +89,12 @@ export default {
//
if(val == 'printer'){
this.propsData.title = "线边仓退料单"
let _data = initPrintAllData(this.propsData,'xbctl.rdlx',);
let _option = {
details:{
fromLot:'toLot'
}
}
let _data = initPrintAllData(this.propsData,'xbctl.rdlx',false,_option);
this.Print(_data)
}
},

2
fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallJob-msQuery.vue

@ -471,7 +471,7 @@ export default {
let _option = {
details:{
fromLocationCode:"recommendLocationCode",
qty:"recommendQty",
qty:"handledQty",
uom:"recommendUom",
fromLot:"recommendLot",
toLocationErpCode:"locationErpCode",

2
fe/PC/src/views/rawMaterialManage/manualMaterialRequest/IssueJob.vue

@ -472,7 +472,7 @@ export default {
let _option = {
details:{
fromLocationCode:"recommendFromLocationCode",
qty:"recommendQty",
qty:"handledQty",
fromLot:"recommendLot",
fromLocationErpCode:"recommendFromLocationErpCode",
}

23
fe/PC/src/views/rawMaterialManage/manualMaterialRequest/IssueRequest.vue

@ -82,29 +82,6 @@ export default {
return this.displayDialog.newDialog || this.displayDialog.editDialog;
},
},
// againHandleRequestLabel: function (val) {
// // console.log(val)
// // return function (val) {
// // let _label = false
// // // let _details = this.propsData ? this.propsData.details : null
// console.log(this.propsData)
// // }
// // val.forEach(key => {
// // if (this.propsData.requestStatus == key) {
// // _label = false
// // }
// // })
// // return _label
// // return function (val) {
// // let data = true
// // val.forEach(key => {
// // if (this.propsData.requestStatus == key) {
// // data = false
// // }
// // })
// // return data
// // }
// }
},
data () {
let _this = this;

18
fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseReceiptNote-msQuery.vue

@ -94,15 +94,15 @@ export default {
this.defaultFilterBtn(),//
],
DrawerButtonData: [
{
type: 'info',
icon: 'el-icon-printer',
label: '打印收货单',
hide: false,
hide: () => { return this.hideButton('hgpshmx') },
name: "print-shd",
size: 'mini'
},
// {
// type: 'info',
// icon: 'el-icon-printer',
// label: '',
// hide: false,
// hide: () => { return this.hideButton('hgpshmx') },
// name: "print-shd",
// size: 'mini'
// },
// {
// type: 'info',
// icon: 'el-icon-printer',

Loading…
Cancel
Save