|
@@ -1930,15 +1930,15 @@ function getAllString(checkedListImport, assistLabel, flg) {
|
|
|
console.log(tempArr)
|
|
|
// tmpString += (tempArr[i].name + (tmpVal ? (':' + tmpVal) + ', ' : ':') + (tempArr[i].time ? '报告日期:' + tempArr[i].time : '') + '^;')
|
|
|
tmpString +=
|
|
|
- `<div>`
|
|
|
+ `<div style="font-size:12px">`
|
|
|
+ `<div style="display:flex;justify-content: space-between;">`
|
|
|
- + `<span>` + tempArr[i].name + `</span>`
|
|
|
- + `<div style="display:flex;"><img style='margin:0 5px' title="开单时间" src='/src/common/images/billing2_time.png' alt=""/>`
|
|
|
+ + `<span style="font-size:12px">` + tempArr[i].name + `</span>`
|
|
|
+ + `<div style="display:flex;font-size:12px"><img style='margin:0 5px' title="开单时间" src='/src/common/images/billing2_time.png' alt=""/>`
|
|
|
+ (tempArr[i].time ? tempArr[i].time : '') + (tempArr[i].check || tempArr[i].finishDateValue == '' ? '' : `<img style="margin:0 5px" title="报告时间" src='/src/common/images/report2_time.png' alt=""/>`)
|
|
|
+ (tempArr[i].check ? '' : tempArr[i].finishDateValue)
|
|
|
+ '</div>'
|
|
|
+ `</div>`
|
|
|
- + `<span>` + (tmpVal ? tmpVal : '') + `</span>`
|
|
|
+ + `<span style="font-size:12px">` + (tmpVal ? tmpVal : '') + `</span>`
|
|
|
+ `</div>`
|
|
|
}
|
|
|
//
|