@ -876,8 +876,8 @@
.catch(async (err) => {
let clientTagData: any = ''
let SaleData: any = ''
if (rowId.value) {
const clientRes = await getCodeGoodsTypeInfo({ id: unref(rowId) })
if (err.clientId) {
const clientRes = await getCodeGoodsTypeInfo({ id: err.clientId })
if (clientRes.data.clientTag) {
values.clientTag = {}
let ClientTag = await getDictOption('infoclient-ArrclientTag')