|
@@ -121,7 +121,7 @@ $(document).ready(() => {
|
|
|
return '计提期限为(当 计量期数 ≥ ' + data.dl_count + ')';
|
|
|
} else if (data.dl_type === 2) {
|
|
|
switch (data.dl_tp_type) {
|
|
|
- case 'constract':
|
|
|
+ case 'contract':
|
|
|
return '计提期限为(累计合同计量 ≥ ' + data.dl_tp + ')';
|
|
|
case 'qc':
|
|
|
return '计提期限为(累计变更计量 ≥ ' + data.dl_tp + ')';
|
|
@@ -1141,7 +1141,7 @@ $(document).ready(() => {
|
|
|
formData.append('file[]', file);
|
|
|
}
|
|
|
// formData.append('size', sizes.join(','));
|
|
|
- postDataWithFile('/tender/' + tender.id + '/measure/stage/' + tender.ledger_times + '/pay/upload/file', formData, function (data) {
|
|
|
+ postDataWithFile('/tender/' + tender.id + '/measure/stage/' + stage.order + '/pay/upload/file', formData, function (data) {
|
|
|
if (select.attachment === null) {
|
|
|
select.attachment = data;
|
|
|
} else {
|