Browse Source

Fis发货记录明细字段调整

dev_web_online
安虹睿 2 years ago
parent
commit
17ae2302c5
  1. 4
      fe/PC/src/utils/detailsTableColumns/index.js
  2. 12
      fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue

4
fe/PC/src/utils/detailsTableColumns/index.js

@ -1635,9 +1635,9 @@ export const FISDeliverNote = [
{ label: "实际分组", prop: 'handledFromLocationGroup' },
{ label: "实际ERP库位", prop: 'handledFromLocationErpCode' },
{ label: "实际仓库", prop: 'handledFromWarehouseCode' },
{ label: "起始盘底号", prop: "extraProperties", showProp: 'FromVinCode', type: 'object' },
{ label: "截止盘底号", prop: "extraProperties", showProp: 'ToVinCode', type: 'object' },
{ label: "订单号", prop: "extraProperties", showProp: 'FromVinCode', type: 'object' },
// ************** 确定隐藏 ************************
// { label: "截止盘底号", prop: "extraProperties", showProp: 'ToVinCode', type: 'object' },
// { label: "主表ID", prop: "masterID" },
// { label: "ID", prop: 'id' },
// { label: "fromStatus", prop: 'fromStatus' },

12
fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue

@ -119,6 +119,13 @@ export default {
drawerbutton (val) {
//
if(val == 'print'){
let _option = {
details:{
packingCode:"toPackingCode",
}
}
let data = initPrintAllData(this.propsData,'chdmxb.rdlx',false,_option);
this.Print(data)
this.beforePrintHandle(()=>{
let _option = {
details:{
@ -127,11 +134,6 @@ export default {
}
let data = initPrintAllData(this.propsData,'chdmxb.rdlx',false,_option);
this.Print(data)
sumPrint(this.propsData.number, this.URL).then(res => {
this.paging()
}).catch(err => {
console.log(err)
})
})
}
},

Loading…
Cancel
Save