|
@@ -185,11 +185,12 @@ $(document).ready(function () {
|
|
|
|
|
|
$('#ad-remark').on('input propertychange', function(e) {
|
|
|
const remark = filterText(e.target.value);
|
|
|
- const data = { remark }
|
|
|
oldVal = {
|
|
|
+ pay_ratio: parseInt($(`.pay-input[data-type=${0}]`).val()),
|
|
|
cur_amount: parseInt($(`.pay-input[data-type=${1}]`).val()),
|
|
|
remark
|
|
|
}
|
|
|
+ const data = oldVal
|
|
|
clearTimeout(timer)
|
|
|
timer = setTimeout(() => {
|
|
|
if (checkInput()) {
|
|
@@ -236,7 +237,7 @@ $(document).ready(function () {
|
|
|
})
|
|
|
function handleFileList(files) {
|
|
|
$('#file-content').empty()
|
|
|
- const { uncheck, checkNo } = auditConst
|
|
|
+ const { uncheck, checkNo } = auditConst.status
|
|
|
const newFiles = files.map(file => {
|
|
|
let showDel = false;
|
|
|
if (file.uid === cur_uid) {
|