Browse Source

HL-5400 预生产报工记录导出内容不对

hella_online_20240819
TengXF 3 months ago
parent
commit
bb01965e61
  1. 9
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue

9
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue

@ -305,6 +305,15 @@ const handleExport = async () => {
//
const searchFormClick = (searchData) => {
const cmd = {
'column':'type',
'action':'==',
'value':'predict'
}
if (!Array.isArray(searchData.filters)) {
searchData.filters = [];
}
searchData.filters.push(cmd)
tableObject.params = {
isSearch: true,
filters: searchData.filters

Loading…
Cancel
Save