|
@ -735,17 +735,17 @@ const searchFormClick = (searchData) => { |
|
|
getList() // 刷新当前列表 |
|
|
getList() // 刷新当前列表 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const onBlur = (field, e) => { |
|
|
// const onBlur = (field, e) => { |
|
|
if (field == 'reason') { |
|
|
// if (field == 'reason') { |
|
|
detailRef.value.formRef.formRef.formModel[field] = e.target.value |
|
|
// detailRef.value.formRef.formRef.formModel[field] = e.target.value |
|
|
} |
|
|
// } |
|
|
} |
|
|
// } |
|
|
|
|
|
|
|
|
const tableFormSelectOnBlur = (field, val, row, index) => { |
|
|
// const tableFormSelectOnBlur = (field, val, row, index) => { |
|
|
if (field == 'reason') { |
|
|
// if (field == 'reason') { |
|
|
tableData.value[index][field] = val.target.value |
|
|
// tableData.value[index][field] = val.target.value |
|
|
} |
|
|
// } |
|
|
} |
|
|
// } |
|
|
|
|
|
|
|
|
const inputNumberChange = (field, index, row, val) => { |
|
|
const inputNumberChange = (field, index, row, val) => { |
|
|
if (field == 'qty' || field == 'singlePrice') { |
|
|
if (field == 'qty' || field == 'singlePrice') { |
|
|