Browse Source

供应商发货单修改

intex_online20241216
叶佳兴 2 months ago
parent
commit
58378b045d
  1. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

4
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

@ -1208,7 +1208,7 @@ const clearInput = async (field, row, index) => {
const BASE_URL = getJmreportBaseUrl()
const src = ref(BASE_URL + '/jmreport/view/1022297965884559360?token=' + getAccessToken())
const src1 = ref(BASE_URL + '/jmreport/view/1027757375736582144?token=' + getAccessToken())
const src1 = ref(BASE_URL + '/jmreport/view/1028150465710329856?token=' + getAccessToken())
getListApi: PurchasePlanDetailApi.getPurchasePlanDetailPage //
//
@ -1263,7 +1263,7 @@ const searchTableSuccess1 = async (formField, searchField, val, formRef, type, r
if (array.length > 0) {
window.open(src.value + '&asn_number=' + res)
}
if (array1.length > 0) {
if (arrayTool.length > 0) {
window.open(src1.value + '&asn_number=' + res)
}
})

Loading…
Cancel
Save