Browse Source

二维码切换表单bug

lwx_16
liwenxuan 10 months ago
parent
commit
3163cdbec2
  1. 12
      src/components/DesignForm/tableListPage/index.vue

12
src/components/DesignForm/tableListPage/index.vue

@ -459,7 +459,6 @@ const setUpClick = (val: string, id: string) => {
openTaskDrawer.value = true;
} else if(val.key == "showQrCode"){
//liwenxuan 20250114 start
//,
let idArray = state.selectionChecked.map(item => item.id);
if(idArray.length>0){
@ -560,7 +559,6 @@ const setUpClick = (val: string, id: string) => {
if(item1.field==element.name){
fieldCount++
}
});
if(fieldCount>0){
//
@ -572,7 +570,6 @@ const setUpClick = (val: string, id: string) => {
asfMasterAndAsfId1.asfMasterId = key+"";
item1.asfToSelectIds.push(asfMasterAndAsfId1)
}
});
}else{
//
@ -592,12 +589,9 @@ const setUpClick = (val: string, id: string) => {
})
}
}
setTimeout(()=>{
getDetailQrCodesData[key].fieldsMap = modifyFieldsMap4(currentFieldsMap)
},800)
}
}
@ -635,7 +629,10 @@ const setUpClick = (val: string, id: string) => {
qrCodesPrintDialogFlag.value = true
}
})
})/* .finally(()=>{
loadingInstance1.close()
qrCodesPrintDialogFlag.value = true
}) */
}else{
alert("未选中任何一条,请先选择")
@ -865,6 +862,7 @@ const getPageData = () => {
})
.finally(() => {
state.loading = false;
getAsfs()
});
}
};

Loading…
Cancel
Save