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'){ if(val == 'printer'){
this.propsData.title = "线边仓退料单" 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) this.Print(_data)
} }
}, },

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

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

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

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

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

@ -82,29 +82,6 @@ export default {
return this.displayDialog.newDialog || this.displayDialog.editDialog; 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 () { data () {
let _this = this; let _this = this;

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

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

Loading…
Cancel
Save