周宾
2025-12-12 c9134c80ceccdf200238faf2d5460700d501c061
双奇点-仓储物流-入库管理 去除打印
已修改1个文件
3 ■■■■■ 文件已修改
src/views/inventoryManagement/receiptManagement/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/inventoryManagement/receiptManagement/index.vue
@@ -306,7 +306,6 @@
    tableLoading.value = false
    tableData.value = res.data.records
    total.value = res.data.total
    console.log('tableData:', tableData.value)
  }).catch(() => {
    tableLoading.value = false
  })
@@ -327,7 +326,6 @@
    const productRes = await selectProductRecordListByPuechaserId({
      purchaseContractNumber: form.value.purchaseContractNumber
    });
    console.log('productRes:', productRes)
    if (!productRes.data || productRes.data.length === 0) {
      proxy.$modal.msgWarning('该合同下没有产品记录')
      productList.value = [];
@@ -507,7 +505,6 @@
};
const downloadQRCode = () => {
  const imgSrc = document.getElementById('barcode').src
  console.log(imgSrc)
  const a = document.createElement('a');
  if(!imgSrc){
    proxy.$modal.msgWarning('暂无条形码')