Browse Source

HL-5672SCP正式环境,供应商发票申请,新增申请添加明细后。更改订单类型,下方的明细列表应该清空。

hella_online_20240828
wangyufei 4 weeks ago
parent
commit
b2b1099ed3
  1. 8
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

8
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -172,6 +172,7 @@
@searchTableSuccess="searchTableSuccess"
@submitForm="submitForm"
@sumFormDataHandle="sumFormDataHandle"
@onChange="onChange"
>
<template #selectionsActionspoLine="{ selections }">
<div style="text-align: left; margin-right: 10px">
@ -436,6 +437,13 @@ const searchTableSuccessDetail = async (
// })
const onChange = (field, cur) => {
console.log('onChange',field)
if(field=='orderType'){
tableData.value = []
}
}
//
const searchTableSuccess = (formField, searchField, val, searchFormRef, type, row) => {
nextTick(() => {

Loading…
Cancel
Save