Browse Source

发货单修改

intex_online20241228
叶佳兴 1 month ago
parent
commit
b283809985
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue

2
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue

@ -275,7 +275,7 @@ const handleDocumentPrint = async (id) => {
// M
window.open(documentSrc.value + '&id=' + id+ '&type=' + 'M')
//
window.open(documentSrc.value + '&id=' + id)
window.open(documentSrc.value + '&id=' + id+ '&type=' + 'noM')
}
if (res.isM == false) {
await SupplierdeliverRecordMainApi.getItemStatus(id).then(async (res) => {

Loading…
Cancel
Save