Browse Source

采购收货添加可采购显示

intex_online20241228
张立 4 months ago
parent
commit
a2ae5da4a1
  1. 6
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue
  2. 9
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

6
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

@ -581,8 +581,8 @@ const searchTableSuccess1 = async (formField, searchField, val, formRef, type, r
return
}
// window.open(src.value + '&asn_number=' + val.map(item1=>item1.number).join(','))
let array = []
let array1 = []
let array = []//
let array1 = []//
let packingNumbers = []
val.forEach(item => {
packingNumbers.push(item.number)
@ -593,8 +593,6 @@ const searchTableSuccess1 = async (formField, searchField, val, formRef, type, r
}
})
if (array.length>0) {
// window.open('http://www.baidu.com')
// window.open('https://docs.pingcode.com/baike/3720496')
await PackageApi.getPrintingLableId({packingNumbers:packingNumbers}).then(res => {
console.log(res)
window.open(BASE_URL + '/jmreport/view/1016234988731322368?token=' + getAccessToken()+'&id=' + res)

9
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

@ -2622,5 +2622,12 @@ export const PurchasereceiptRequestPackage = useCrudSchemas(reactive<CrudSchema[
disabled: true
}
},
{
label: '物料类型',
field: 'itemType',
sort: 'custom',
tableForm: {
disabled: true
}
},
]))

Loading…
Cancel
Save