Files
F6--/其它系统脚本/打印单配置功能.ipynb
T
2026-01-30 11:28:35 +08:00

514 lines
686 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#通过selenium定时获取cookies"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from selenium.webdriver.common.action_chains import ActionChains"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# -*- coding:UTF-8 -*-\n",
"# 功能:\n",
"from selenium import webdriver\n",
"from selenium.webdriver.support.ui import Select\n",
"from selenium.webdriver import ActionChains\n",
"from selenium.webdriver.common.action_chains import ActionChains\n",
"import time\n",
"import re\n",
"import json\n",
"import datetime\n",
"from xlutils.copy import copy\n",
"from selenium.webdriver.common.keys import Keys\n",
"from shutil import which\n",
"\n",
"# 输入基础信息\n",
"name = '60238'\n",
"password = 'Cw@340826'\n",
"option_chrome = webdriver.ChromeOptions()\n",
"option_chrome.add_argument('--headless')\n",
"driver = webdriver.Chrome(executable_path=r\"C:\\Users\\admin\\Desktop\\Python脚本\\chromedriver.exe\")\n",
"# driver = webdriver.Firefox(executable_path=r\"C:\\Users\\admin\\Desktop\\Python脚本\\geckodriver.exe\")\n",
"driver.maximize_window()\n",
"# driver.implicitly_wait(0.2)\n",
"httptx = 'https://print.f6yc.com'\n",
"driver.get(httptx)\n",
"time.sleep(3) # 预设时间\n",
"ActionChains(driver).send_keys(name).perform()\n",
"ActionChains(driver).send_keys(Keys.ENTER).perform()\n",
"time.sleep(10) # 预设时间\n",
"with open('cookies.txt','w') as f:\n",
" # 将cookies保存未json格式\n",
" f.write(json.dumps(driver.get_cookies()))"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'[{\"domain\": \".f6yc.com\", \"expiry\": 1745026715, \"httpOnly\": false, \"name\": \"sensorsdata2015jssdkcross\", \"path\": \"/\", \"sameSite\": \"Lax\", \"secure\": false, \"value\": \"%7B%22distinct_id%22%3A%2218e3fc2cfb1573-0870412de10397-26001b51-1327104-18e3fc2cfb2b42%22%2C%22first_id%22%3A%22%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%2218e3fc2cfb1573-0870412de10397-26001b51-1327104-18e3fc2cfb2b42%22%7D\"}, {\"domain\": \".f6yc.com\", \"expiry\": 1710518399, \"httpOnly\": false, \"name\": \"sajssdk_2015_cross_new_user\", \"path\": \"/\", \"sameSite\": \"Lax\", \"secure\": false, \"value\": \"1\"}, {\"domain\": \"print.f6yc.com\", \"httpOnly\": false, \"name\": \"print-serverSESSIONID\", \"path\": \"/print-server\", \"sameSite\": \"Lax\", \"secure\": false, \"value\": \"6o-J91-4uUmy9r1nC6m-TvqHRtOk-1VgJV7y90je\"}]'"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"json.dumps(driver.get_cookies())"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'[{\"domain\": \".f6yc.com\", \"expiry\": 1745026715, \"httpOnly\": false, \"name\": \"sensorsdata2015jssdkcross\", \"path\": \"/\", \"sameSite\": \"Lax\", \"secure\": false, \"value\": \"%7B%22distinct_id%22%3A%2218e3fc2cfb1573-0870412de10397-26001b51-1327104-18e3fc2cfb2b42%22%2C%22first_id%22%3A%22%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%2218e3fc2cfb1573-0870412de10397-26001b51-1327104-18e3fc2cfb2b42%22%7D\"}, {\"domain\": \".f6yc.com\", \"expiry\": 1710518399, \"httpOnly\": false, \"name\": \"sajssdk_2015_cross_new_user\", \"path\": \"/\", \"sameSite\": \"Lax\", \"secure\": false, \"value\": \"1\"}, {\"domain\": \"print.f6yc.com\", \"httpOnly\": false, \"name\": \"print-serverSESSIONID\", \"path\": \"/print-server\", \"sameSite\": \"Lax\", \"secure\": false, \"value\": \"6o-J91-4uUmy9r1nC6m-TvqHRtOk-1VgJV7y90je\"}]'"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"json.dumps(driver.get_cookies())"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 获取模板文件"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"{'code': 200, 'data': {'endRow': 100, 'firstPage': 1, 'hasNextPage': True, 'hasPreviousPage': False, 'isFirstPage': True, 'isLastPage': False, 'lastPage': 8, 'list': [{'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10753, 'tempCode': 'FBDY014', 'tempDesc': '', 'tempFileName': '结算单(会员冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/543437628a3540249b29cb23d2a99d38.jasper', 'tempName': '结算单(会员冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10754, 'tempCode': 'FBDY052', 'tempDesc': '', 'tempFileName': 'F6标准结算(欠账单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6f80d3247b3845cc80255c338319a3fc.jasper', 'tempName': 'F6标准结算(欠账单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10755, 'tempCode': 'FBDY053', 'tempDesc': '', 'tempFileName': '宜宾安仕吉结算(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/98d92765d08a4d149032a078f1320249.jasper', 'tempName': '宜宾安仕吉结算(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10756, 'tempCode': 'FBDY068', 'tempDesc': '', 'tempFileName': 'F6标准结算单(宜宾安仕吉定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/eb9f69df57cd46f6b107295870a82bb6.jasper', 'tempName': 'F6标准结算单(宜宾安仕吉定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10757, 'tempCode': 'FBDY080', 'tempDesc': '', 'tempFileName': '结算单(施工明细无折扣).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/ac117db8f7754cd6b96d9a7fa9173b97.jasper', 'tempName': '结算单(施工明细无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10758, 'tempCode': 'FBDY087', 'tempDesc': '', 'tempFileName': '新结算单(华凌车业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e7fef43b1db043fbbb965b52fe0342c6.jasper', 'tempName': '新结算单(华凌车业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11014, 'tempCode': '2024-4-22', 'tempDesc': '', 'tempFileName': 'a998853a70c644f385d27225b8af97e1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/785cd5d956084d868b96954d422e97d8.jasper', 'tempName': '新结算单(南阳万里定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10759, 'tempCode': 'FBDY094', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德巨泰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9b820ec3c0e1407a9ce3152759725754.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10760, 'tempCode': 'FBDY102', 'tempDesc': '', 'tempFileName': '四川省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7cc8d9475d6540aa8a750bc41ff1a4ff.jasper', 'tempName': '四川省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10763, 'tempCode': 'FBDY131', 'tempDesc': '', 'tempFileName': '陕西省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/929e1be306f447eb871177cbe903979a.jasper', 'tempName': '陕西省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10765, 'tempCode': 'FBDY012', 'tempDesc': '', 'tempFileName': '星悦奔宝-结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/259d067a09f94f52bd5bc4377585ebc4.jasper', 'tempName': '星悦奔宝-结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10766, 'tempCode': 'FBDY013', 'tempDesc': '', 'tempFileName': '上海市结算单(配件类型).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/743ce96904824ef5a35617f9fe460726.jasper', 'tempName': '上海市结算单(配件类型)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10767, 'tempCode': 'FBDY017', 'tempDesc': '', 'tempFileName': '老结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/13f6322523904d08a514f5e729b13290.jasper', 'tempName': '老结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10768, 'tempCode': 'FBDY020', 'tempDesc': '', 'tempFileName': '老结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/13f6322523904d08a514f5e729b13290.jasper', 'tempName': '结算单(冲销技师版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10769, 'tempCode': 'FBDY028', 'tempDesc': '', 'tempFileName': '标准结算单(品牌型号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/be7740479d0e4bc5bafefb784e8817e7.jasper', 'tempName': '标准结算单(品牌型号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10770, 'tempCode': 'FBDY033', 'tempDesc': '', 'tempFileName': '上海市结算单(改版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b272e2904b004177ad8e5084a1862fa1.jasper', 'tempName': '上海市结算单(改版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10771, 'tempCode': 'FBDY041', 'tempDesc': '', 'tempFileName': '星悦奔宝新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/8509fd9514204ce0aea035dfd57b74ad.jasper', 'tempName': '星悦奔宝新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10772, 'tempCode': 'FBDY048', 'tempDesc': '', 'tempFileName': '新结算单A.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e225b541adae42a988a576e38f5f6d4c.jasper', 'tempName': '新结算单A', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10773, 'tempCode': 'FBDY079', 'tempDesc': '', 'tempFileName': '结算单(冲销技师版v2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/4565a4232a1d41da8691047a6c11530c.jasper', 'tempName': '结算单(冲销技师版v2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10774, 'tempCode': 'FBDY107', 'tempDesc': '', 'tempFileName': '宋哥养车结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a3881a8ae2b543ed8ad6ddfea5eb79fb.jasper', 'tempName': '宋哥养车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10775, 'tempCode': 'FBDY113', 'tempDesc': '', 'tempFileName': '江苏省结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5bf2147b9e874d02a7b425a2132b79fc.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10776, 'tempCode': 'FBDY114', 'tempDesc': '', 'tempFileName': '十堰高迈结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/32de26af6fe54e0abe3424c3a0467db5.jasper', 'tempName': '十堰高迈结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10777, 'tempCode': 'FBDY116', 'tempDesc': '', 'tempFileName': '天安结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/ac9edc859d9d40efb315814edc56364f.jasper', 'tempName': '天安结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10778, 'tempCode': 'FBDY125', 'tempDesc': '', 'tempFileName': '锦源结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/af410b35b5b0497ab2c088cbadffc467.jasper', 'tempName': '锦源结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10779, 'tempCode': 'FBDY140', 'tempDesc': '', 'tempFileName': '上海腾欢结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a8ddffc95163452a8c19ea99929e60e3.jasper', 'tempName': '上海腾欢结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10780, 'tempCode': 'FBDY150', 'tempDesc': '', 'tempFileName': '上海市结算单(改版定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2059877a74bf46f381e3e8ed0500c49a.jasper', 'tempName': '上海市结算单(改版定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10781, 'tempCode': 'FBDY154', 'tempDesc': '', 'tempFileName': '维修结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e3aee894c27c4c4d844f025eedd174f6.jasper', 'tempName': '维修结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10782, 'tempCode': 'FBDY159', 'tempDesc': '', 'tempFileName': '上海市结算单(改版)+材料编码.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/89f81af04b67484eb90789062486d76a.jasper', 'tempName': '上海市结算单(改版)+材料编码', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11042, 'tempCode': '2024-5-10', 'tempDesc': '', 'tempFileName': '69017b79c25c4faa820a8d0d80953e79.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/75c0e9474981437baf73409869fb2b40.jasper', 'tempName': '结算单(无工时单价)保留3位小数', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10787, 'tempCode': 'FBDY003', 'tempDesc': '', 'tempFileName': '内部结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/46bb27de8bcc48d0ba00916c0bf41466.jasper', 'tempName': '内部结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10788, 'tempCode': 'FBDY005', 'tempDesc': '', 'tempFileName': '名骏结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/d117ae01a24d4f70b21eacb8dee63a8c.jasper', 'tempName': '名骏结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10789, 'tempCode': 'FBDY160', 'tempDesc': '', 'tempFileName': '山西百得利结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/3c422954d51a431ba6e8161f0078b6b5.jasper', 'tempName': '山西百得利结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10790, 'tempCode': 'FBDY007', 'tempDesc': '', 'tempFileName': '结算单(精简).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/1d17a74dfd814476b10e97c0433492b8.jasper', 'tempName': '结算单(精简)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10791, 'tempCode': 'FBDY011', 'tempDesc': '', 'tempFileName': '结算单(无).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/c6dded4947e545f0842edc1a0ea29193.jasper', 'tempName': '结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10792, 'tempCode': 'FBDY015', 'tempDesc': '', 'tempFileName': '结算单(无工时单价).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/69017b79c25c4faa820a8d0d80953e79.jasper', 'tempName': '结算单(无工时单价)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10794, 'tempCode': 'FBDY019', 'tempDesc': '', 'tempFileName': '结算单(精简改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/43d3720bf7c94e88af52529b40edcbc1.jasper', 'tempName': '结算单(精简改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10795, 'tempCode': 'FBDY021', 'tempDesc': '', 'tempFileName': '结算单(冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5f5654abfa4b42fb84b6de44482f74d6.jasper', 'tempName': '结算单(冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10796, 'tempCode': 'FBDY022', 'tempDesc': '', 'tempFileName': '结算单(冲销无备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/0d1eb2928cd947f180a1273d9355d53e.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10797, 'tempCode': 'FBDY023', 'tempDesc': '', 'tempFileName': '结算单(港天新).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/818ebd98135d43c6af418cb9f42a74e0.jasper', 'tempName': '结算单(港天新)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10798, 'tempCode': 'FBDY025', 'tempDesc': '', 'tempFileName': '内部结算单(无品牌).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/d3ddfffaf2064a53b539e4fa0716de4a.jasper', 'tempName': '内部结算单(无品牌)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10799, 'tempCode': 'FBDY026', 'tempDesc': '', 'tempFileName': 'F6标准结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/66b60219a6f74e8d87339b0d2448e1f3.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10800, 'tempCode': 'FBDY027', 'tempDesc': '', 'tempFileName': 'F6标准结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/8147e37a5c80444fa4e9b7da595e8ed6.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10801, 'tempCode': 'FBDY029', 'tempDesc': '', 'tempFileName': '结算单(冲销无备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b91819bb84fc4b7b9d9da28e90af40f0.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10802, 'tempCode': 'FBDY030', 'tempDesc': '', 'tempFileName': '欧米定制结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/46edfeffd8154e12b58012bf48b16279.jasper', 'tempName': '欧米定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10803, 'tempCode': 'FBDY031', 'tempDesc': '', 'tempFileName': '结算单(鸿运达).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/05d210c38b7f43f19ee309a3dbd0df85.jasper', 'tempName': '结算单(鸿运达)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10804, 'tempCode': 'FBDY032', 'tempDesc': '', 'tempFileName': '结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/edb134b01f8246bdb205548a8420172a.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10805, 'tempCode': 'FBDY034', 'tempDesc': '', 'tempFileName': '结算单(鑫自强公有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/cec7a6a117d1419eb6501e246fc283bd.jasper', 'tempName': '结算单(鑫自强公有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10806, 'tempCode': 'FBDY036', 'tempDesc': '', 'tempFileName': '结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6b64c68787e04d039f47c902407eee0d.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10807, 'tempCode': 'FBDY037', 'tempDesc': '', 'tempFileName': '结算单(鑫自强私有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e3477f07084d4b44b774aa1e85bb0174.jasper', 'tempName': '结算单(鑫自强私有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10808, 'tempCode': 'FBDY038', 'tempDesc': '', 'tempFileName': '结算单(无顾问手机).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5f83257f652c480b890a4b86cfef518b.jasper', 'tempName': '结算单(无顾问手机)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10809, 'tempCode': 'FBDY039', 'tempDesc': '', 'tempFileName': '结算单定制(武汉锐派).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6137326531ab4e83a954934ae13b2ad9.jasper', 'tempName': '结算单定制(武汉锐派)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10810, 'tempCode': 'FBDY040', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(免责条款版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5e772761fa414e12a666160e425d1096.jasper', 'tempName': '江苏省费用结算单(免责条款版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10811, 'tempCode': 'FBDY042', 'tempDesc': '', 'tempFileName': 'F6标准结算单(带备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e393d53e5e2c475aa5e116e8dd45bd81.jasper', 'tempName': 'F6标准结算单(带备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10812, 'tempCode': 'FBDY043', 'tempDesc': '', 'tempFileName': '结算单(鑫自强调整单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2ea3ca2e442f4138a81bd88b522bf60a.jasper', 'tempName': '结算单(鑫自强调整单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10813, 'tempCode': 'FBDY044', 'tempDesc': '', 'tempFileName': 'F6标准结算单(无零件号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/335e54260f2d4ecfaf2fd5f0854e3b0b.jasper', 'tempName': 'F6标准结算单(无零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10814, 'tempCode': 'FBDY045', 'tempDesc': '', 'tempFileName': '江苏省结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/be03ebc777734571bd26e2985d18ff32.jasper', 'tempName': '江苏省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11070, 'tempCode': 'CZJ-附表新-20240527', 'tempDesc': '附表结算单—材料信息加了品牌', 'tempFileName': '江苏省费用结算单(无)-源单号添加材料品牌.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/31b74ccfad5641ab8019c2c1ae78ea95.jasper', 'tempName': '江苏省费用结算单-源单号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10815, 'tempCode': 'FBDY046', 'tempDesc': '', 'tempFileName': '结算单(合格证).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/10221923322b4cb9af5bf9b736e7a826.jasper', 'tempName': '结算单(合格证)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10816, 'tempCode': 'FBDY047', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)边框版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6757b59c91964ea4b7a0a2e5fc1197d0.jasper', 'tempName': 'F6标准结算单(壹)边框版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10817, 'tempCode': 'FBDY049', 'tempDesc': '', 'tempFileName': '结算单(吉泰).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/92d9d33a2f604e78888481da6121cf35.jasper', 'tempName': '结算单(吉泰)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10818, 'tempCode': 'FBDY050', 'tempDesc': '', 'tempFileName': '结算单(吉泰改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/c7b68fef89ce415ead88d8f4e5fd6cc0.jasper', 'tempName': '结算单(吉泰改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10820, 'tempCode': 'FBDY054', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(一番).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/dab046c7151f4603aac975b4e9f8c290.jasper', 'tempName': '江苏省费用结算单(一番)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10821, 'tempCode': 'FBDY055', 'tempDesc': '', 'tempFileName': '星凯名车结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/3473a53e3d574b3cba23a05ff275a7b3.jasper', 'tempName': '星凯名车结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10822, 'tempCode': 'FBDY056', 'tempDesc': '', 'tempFileName': '鑫升阳结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6a30a01087c7406e9f566704d32c8811.jasper', 'tempName': '鑫升阳结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10823, 'tempCode': 'FBDY058', 'tempDesc': '', 'tempFileName': '南通圣驰结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/bc741432c4734c369ffae4cbec6e8536.jasper', 'tempName': '南通圣驰结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10824, 'tempCode': 'FBDY060', 'tempDesc': '', 'tempFileName': '阜新市东营汽车修配厂结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7f9c5f931d2143cb9656062974dbfb06.jasper', 'tempName': '阜新市东营汽车修配厂结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10825, 'tempCode': 'FBDY061', 'tempDesc': '', 'tempFileName': '厦门市公务车定点维修费用结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e9312f068f474a84abb7cbb6d1014572.jasper', 'tempName': '厦门市公务车定点维修费用结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10826, 'tempCode': 'FBDY062', 'tempDesc': '', 'tempFileName': '厦贸汽修结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7606d5e2261b460ab5b12d5e1a0bd774.jasper', 'tempName': '厦贸汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10828, 'tempCode': 'FBDY069', 'tempDesc': '', 'tempFileName': '楚瀚永捷结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/56c53b276bb34894969fe38dc1dbe106.jasper', 'tempName': '楚瀚永捷结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10829, 'tempCode': 'FBDY072', 'tempDesc': '', 'tempFileName': '鼎盛结算单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e7be409faca747f7b2f41d880b86154d.jasper', 'tempName': '鼎盛结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10830, 'tempCode': 'FBDY073', 'tempDesc': '', 'tempFileName': 'F6标准结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9dea6e5e484a4473b6deb3a339e566a1.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10831, 'tempCode': 'FBDY081', 'tempDesc': '', 'tempFileName': '结算单(优惠版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b964bfd465034c268c4f5fa2dee8e765.jasper', 'tempName': '结算单(优惠版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10832, 'tempCode': 'FBDY082', 'tempDesc': '', 'tempFileName': '记账结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/787689545f224c94b5a66603dd073455.jasper', 'tempName': '记账结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10833, 'tempCode': 'FBDY095', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹永丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/81937adc5d794728a73ba7cbf7849ecf.jasper', 'tempName': 'F6标准结算单(壹永丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10834, 'tempCode': 'FBDY118', 'tempDesc': '', 'tempFileName': 'F6标准结算单(定制版本).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/14ce040d589f4998b050cf9c7adbf1a8.jasper', 'tempName': 'F6标准结算单(定制版本)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10835, 'tempCode': 'FBDY121', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)3位折扣.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e1f733284ca04e5488564d9ac3179f9b.jasper', 'tempName': 'F6标准结算单(壹)3位折扣', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10836, 'tempCode': 'FBDY008', 'tempDesc': '', 'tempFileName': '兔师傅专用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/026798fca5cf4b8f915cf643990749e3.jasper', 'tempName': '兔师傅专用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10838, 'tempCode': 'FBDY070', 'tempDesc': '', 'tempFileName': '结算单(呵嘀).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/aabf628e48ca49aa961665fbcdb61e5e.jasper', 'tempName': '结算单(呵嘀)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10839, 'tempCode': 'FBDY071', 'tempDesc': '', 'tempFileName': '结算单(华信诚).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ed3432684dd94904a53a37ef840d3dd7.jasper', 'tempName': '结算单(华信诚)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10840, 'tempCode': 'FBDY074', 'tempDesc': '', 'tempFileName': '武汉欣宏电结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/12c60563f97b431e95e1d906f7538e36.jasper', 'tempName': '武汉欣宏电结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10841, 'tempCode': 'FBDY075', 'tempDesc': '', 'tempFileName': '易驰结算单(卡).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/44377f616d9d458e9f6317f1af271bf5.jasper', 'tempName': '易驰结算单(卡)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10842, 'tempCode': 'FBDY076', 'tempDesc': '', 'tempFileName': '新结算单(山东中集).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2df80f52063546d9a9d0fabf30cdef53.jasper', 'tempName': '新结算单(山东中集)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10843, 'tempCode': 'FBDY078', 'tempDesc': '', 'tempFileName': '结算单(中轿定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/f411b8d3388641f09e3e6c1681cc4ec9.jasper', 'tempName': '结算单(中轿定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10844, 'tempCode': 'FBDY083', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/d66569540ca04292a60f468b6bbd25e9.jasper', 'tempName': 'F6标准结算单(壹汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10845, 'tempCode': 'FBDY084', 'tempDesc': '', 'tempFileName': '结算单(领航汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ed51ef09c35241a6ac3e44ad009d66c9.jasper', 'tempName': '结算单(领航汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10846, 'tempCode': 'FBDY085', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹无记账).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2479d59def1140a78c8cf18a6837571f.jasper', 'tempName': 'F6标准结算单(壹无记账)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10847, 'tempCode': 'FBDY086', 'tempDesc': '', 'tempFileName': '鸿昌结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/1825d20c00c14d62afb22a068a913297.jasper', 'tempName': '鸿昌结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10848, 'tempCode': 'FBDY088', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹车汇缘定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/8c746320990a44dd962bd83b552ea0d9.jasper', 'tempName': 'F6标准结算单(壹车汇缘定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10849, 'tempCode': 'FBDY089', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德飞名车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/b714207b94874263897eb5c72c57c8c9.jasper', 'tempName': 'F6标准结算单(壹车汇缘定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10850, 'tempCode': 'FBDY090', 'tempDesc': '', 'tempFileName': '一号车网结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/3ed79979355b44e39f0054a1a63cf8b9.jasper', 'tempName': '一号车网结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10851, 'tempCode': 'FBDY091', 'tempDesc': '', 'tempFileName': '结算单(冲销广达汽修定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4ea6b18854284a93876fbd1a24f7ba93.jasper', 'tempName': '结算单(冲销广达汽修定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10852, 'tempCode': 'FBDY092', 'tempDesc': '', 'tempFileName': '一号车网结算单新.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e2a7ce44a13a4b21a482aa109172599c.jasper', 'tempName': '一号车网结算单新', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10853, 'tempCode': 'FBDY093', 'tempDesc': '', 'tempFileName': '新结算单(昌丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/45b322760c5a4fca8e7b78c5299c78a2.jasper', 'tempName': '新结算单(昌丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10854, 'tempCode': 'FBDY096', 'tempDesc': '', 'tempFileName': '结算单(精简名车港).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/dd969f920da7485e9d6579b4337d6b5c.jasper', 'tempName': '结算单(精简名车港)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10855, 'tempCode': 'FBDY097', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹收款码).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/069e0c5cfe884da68f7645178dfacfe4.jasper', 'tempName': 'F6标准结算单(壹收款码)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10856, 'tempCode': 'FBDY098', 'tempDesc': '', 'tempFileName': 'F6标准结算单(龙顺鼎定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/01e1c3af772145f6b4bb9681e4e560de.jasper', 'tempName': 'F6标准结算单(龙顺鼎定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10857, 'tempCode': 'FBDY099', 'tempDesc': '', 'tempFileName': '公务车结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/11220b871f964977ac39fb8ab00e77be.jasper', 'tempName': '公务车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10858, 'tempCode': 'FBDY100', 'tempDesc': '', 'tempFileName': 'F6结算单(无维修地址).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/5ba67787afad4231a860d68a7425e57d.jasper', 'tempName': 'F6结算单(无维修地址)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10859, 'tempCode': 'FBDY104', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹鹏达定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/a8d9ffc023bf416abaa0f326c1aaa6a3.jasper', 'tempName': 'F6标准结算单(壹鹏达定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10860, 'tempCode': 'FBDY105', 'tempDesc': '', 'tempFileName': 'F6标准结算单(英宝).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/643c76447ac843969b351086ff0e6ee9.jasper', 'tempName': 'F6标准结算单(英宝)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 1, 'navigateLastPage': 8, 'navigatePages': 8, 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8], 'nextPage': 2, 'orderBy': '', 'pageNum': 0, 'pageSize': 100, 'pages': 12, 'prePage': 0, 'size': 100, 'startRow': 1, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 100, 'firstPage': 1, 'hasNextPage': True, 'hasPreviousPage': False, 'isFirstPage': True, 'isLastPage': False, 'lastPage': 8, 'list': [{'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10753, 'tempCode': 'FBDY014', 'tempDesc': '', 'tempFileName': '结算单(会员冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/543437628a3540249b29cb23d2a99d38.jasper', 'tempName': '结算单(会员冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10754, 'tempCode': 'FBDY052', 'tempDesc': '', 'tempFileName': 'F6标准结算(欠账单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6f80d3247b3845cc80255c338319a3fc.jasper', 'tempName': 'F6标准结算(欠账单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10755, 'tempCode': 'FBDY053', 'tempDesc': '', 'tempFileName': '宜宾安仕吉结算(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/98d92765d08a4d149032a078f1320249.jasper', 'tempName': '宜宾安仕吉结算(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10756, 'tempCode': 'FBDY068', 'tempDesc': '', 'tempFileName': 'F6标准结算单(宜宾安仕吉定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/eb9f69df57cd46f6b107295870a82bb6.jasper', 'tempName': 'F6标准结算单(宜宾安仕吉定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10757, 'tempCode': 'FBDY080', 'tempDesc': '', 'tempFileName': '结算单(施工明细无折扣).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/ac117db8f7754cd6b96d9a7fa9173b97.jasper', 'tempName': '结算单(施工明细无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10758, 'tempCode': 'FBDY087', 'tempDesc': '', 'tempFileName': '新结算单(华凌车业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e7fef43b1db043fbbb965b52fe0342c6.jasper', 'tempName': '新结算单(华凌车业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11014, 'tempCode': '2024-4-22', 'tempDesc': '', 'tempFileName': 'a998853a70c644f385d27225b8af97e1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/785cd5d956084d868b96954d422e97d8.jasper', 'tempName': '新结算单(南阳万里定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10759, 'tempCode': 'FBDY094', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德巨泰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9b820ec3c0e1407a9ce3152759725754.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10760, 'tempCode': 'FBDY102', 'tempDesc': '', 'tempFileName': '四川省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7cc8d9475d6540aa8a750bc41ff1a4ff.jasper', 'tempName': '四川省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10763, 'tempCode': 'FBDY131', 'tempDesc': '', 'tempFileName': '陕西省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/929e1be306f447eb871177cbe903979a.jasper', 'tempName': '陕西省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10765, 'tempCode': 'FBDY012', 'tempDesc': '', 'tempFileName': '星悦奔宝-结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/259d067a09f94f52bd5bc4377585ebc4.jasper', 'tempName': '星悦奔宝-结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10766, 'tempCode': 'FBDY013', 'tempDesc': '', 'tempFileName': '上海市结算单(配件类型).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/743ce96904824ef5a35617f9fe460726.jasper', 'tempName': '上海市结算单(配件类型)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10767, 'tempCode': 'FBDY017', 'tempDesc': '', 'tempFileName': '老结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/13f6322523904d08a514f5e729b13290.jasper', 'tempName': '老结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10768, 'tempCode': 'FBDY020', 'tempDesc': '', 'tempFileName': '老结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/13f6322523904d08a514f5e729b13290.jasper', 'tempName': '结算单(冲销技师版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10769, 'tempCode': 'FBDY028', 'tempDesc': '', 'tempFileName': '标准结算单(品牌型号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/be7740479d0e4bc5bafefb784e8817e7.jasper', 'tempName': '标准结算单(品牌型号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10770, 'tempCode': 'FBDY033', 'tempDesc': '', 'tempFileName': '上海市结算单(改版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b272e2904b004177ad8e5084a1862fa1.jasper', 'tempName': '上海市结算单(改版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10771, 'tempCode': 'FBDY041', 'tempDesc': '', 'tempFileName': '星悦奔宝新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/8509fd9514204ce0aea035dfd57b74ad.jasper', 'tempName': '星悦奔宝新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10772, 'tempCode': 'FBDY048', 'tempDesc': '', 'tempFileName': '新结算单A.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e225b541adae42a988a576e38f5f6d4c.jasper', 'tempName': '新结算单A', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10773, 'tempCode': 'FBDY079', 'tempDesc': '', 'tempFileName': '结算单(冲销技师版v2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/4565a4232a1d41da8691047a6c11530c.jasper', 'tempName': '结算单(冲销技师版v2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10774, 'tempCode': 'FBDY107', 'tempDesc': '', 'tempFileName': '宋哥养车结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a3881a8ae2b543ed8ad6ddfea5eb79fb.jasper', 'tempName': '宋哥养车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10775, 'tempCode': 'FBDY113', 'tempDesc': '', 'tempFileName': '江苏省结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5bf2147b9e874d02a7b425a2132b79fc.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10776, 'tempCode': 'FBDY114', 'tempDesc': '', 'tempFileName': '十堰高迈结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/32de26af6fe54e0abe3424c3a0467db5.jasper', 'tempName': '十堰高迈结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10777, 'tempCode': 'FBDY116', 'tempDesc': '', 'tempFileName': '天安结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/ac9edc859d9d40efb315814edc56364f.jasper', 'tempName': '天安结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10778, 'tempCode': 'FBDY125', 'tempDesc': '', 'tempFileName': '锦源结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/af410b35b5b0497ab2c088cbadffc467.jasper', 'tempName': '锦源结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10779, 'tempCode': 'FBDY140', 'tempDesc': '', 'tempFileName': '上海腾欢结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a8ddffc95163452a8c19ea99929e60e3.jasper', 'tempName': '上海腾欢结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10780, 'tempCode': 'FBDY150', 'tempDesc': '', 'tempFileName': '上海市结算单(改版定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2059877a74bf46f381e3e8ed0500c49a.jasper', 'tempName': '上海市结算单(改版定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10781, 'tempCode': 'FBDY154', 'tempDesc': '', 'tempFileName': '维修结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e3aee894c27c4c4d844f025eedd174f6.jasper', 'tempName': '维修结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10782, 'tempCode': 'FBDY159', 'tempDesc': '', 'tempFileName': '上海市结算单(改版)+材料编码.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/89f81af04b67484eb90789062486d76a.jasper', 'tempName': '上海市结算单(改版)+材料编码', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11042, 'tempCode': '2024-5-10', 'tempDesc': '', 'tempFileName': '69017b79c25c4faa820a8d0d80953e79.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/75c0e9474981437baf73409869fb2b40.jasper', 'tempName': '结算单(无工时单价)保留3位小数', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10787, 'tempCode': 'FBDY003', 'tempDesc': '', 'tempFileName': '内部结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/46bb27de8bcc48d0ba00916c0bf41466.jasper', 'tempName': '内部结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10788, 'tempCode': 'FBDY005', 'tempDesc': '', 'tempFileName': '名骏结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/d117ae01a24d4f70b21eacb8dee63a8c.jasper', 'tempName': '名骏结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10789, 'tempCode': 'FBDY160', 'tempDesc': '', 'tempFileName': '山西百得利结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/3c422954d51a431ba6e8161f0078b6b5.jasper', 'tempName': '山西百得利结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10790, 'tempCode': 'FBDY007', 'tempDesc': '', 'tempFileName': '结算单(精简).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/1d17a74dfd814476b10e97c0433492b8.jasper', 'tempName': '结算单(精简)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10791, 'tempCode': 'FBDY011', 'tempDesc': '', 'tempFileName': '结算单(无).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/c6dded4947e545f0842edc1a0ea29193.jasper', 'tempName': '结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10792, 'tempCode': 'FBDY015', 'tempDesc': '', 'tempFileName': '结算单(无工时单价).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/69017b79c25c4faa820a8d0d80953e79.jasper', 'tempName': '结算单(无工时单价)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10794, 'tempCode': 'FBDY019', 'tempDesc': '', 'tempFileName': '结算单(精简改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/43d3720bf7c94e88af52529b40edcbc1.jasper', 'tempName': '结算单(精简改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10795, 'tempCode': 'FBDY021', 'tempDesc': '', 'tempFileName': '结算单(冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5f5654abfa4b42fb84b6de44482f74d6.jasper', 'tempName': '结算单(冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10796, 'tempCode': 'FBDY022', 'tempDesc': '', 'tempFileName': '结算单(冲销无备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/0d1eb2928cd947f180a1273d9355d53e.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10797, 'tempCode': 'FBDY023', 'tempDesc': '', 'tempFileName': '结算单(港天新).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/818ebd98135d43c6af418cb9f42a74e0.jasper', 'tempName': '结算单(港天新)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10798, 'tempCode': 'FBDY025', 'tempDesc': '', 'tempFileName': '内部结算单(无品牌).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/d3ddfffaf2064a53b539e4fa0716de4a.jasper', 'tempName': '内部结算单(无品牌)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10799, 'tempCode': 'FBDY026', 'tempDesc': '', 'tempFileName': 'F6标准结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/66b60219a6f74e8d87339b0d2448e1f3.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10800, 'tempCode': 'FBDY027', 'tempDesc': '', 'tempFileName': 'F6标准结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/8147e37a5c80444fa4e9b7da595e8ed6.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10801, 'tempCode': 'FBDY029', 'tempDesc': '', 'tempFileName': '结算单(冲销无备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b91819bb84fc4b7b9d9da28e90af40f0.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10802, 'tempCode': 'FBDY030', 'tempDesc': '', 'tempFileName': '欧米定制结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/46edfeffd8154e12b58012bf48b16279.jasper', 'tempName': '欧米定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10803, 'tempCode': 'FBDY031', 'tempDesc': '', 'tempFileName': '结算单(鸿运达).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/05d210c38b7f43f19ee309a3dbd0df85.jasper', 'tempName': '结算单(鸿运达)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10804, 'tempCode': 'FBDY032', 'tempDesc': '', 'tempFileName': '结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/edb134b01f8246bdb205548a8420172a.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10805, 'tempCode': 'FBDY034', 'tempDesc': '', 'tempFileName': '结算单(鑫自强公有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/cec7a6a117d1419eb6501e246fc283bd.jasper', 'tempName': '结算单(鑫自强公有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10806, 'tempCode': 'FBDY036', 'tempDesc': '', 'tempFileName': '结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6b64c68787e04d039f47c902407eee0d.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10807, 'tempCode': 'FBDY037', 'tempDesc': '', 'tempFileName': '结算单(鑫自强私有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e3477f07084d4b44b774aa1e85bb0174.jasper', 'tempName': '结算单(鑫自强私有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10808, 'tempCode': 'FBDY038', 'tempDesc': '', 'tempFileName': '结算单(无顾问手机).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5f83257f652c480b890a4b86cfef518b.jasper', 'tempName': '结算单(无顾问手机)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10809, 'tempCode': 'FBDY039', 'tempDesc': '', 'tempFileName': '结算单定制(武汉锐派).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6137326531ab4e83a954934ae13b2ad9.jasper', 'tempName': '结算单定制(武汉锐派)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10810, 'tempCode': 'FBDY040', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(免责条款版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5e772761fa414e12a666160e425d1096.jasper', 'tempName': '江苏省费用结算单(免责条款版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10811, 'tempCode': 'FBDY042', 'tempDesc': '', 'tempFileName': 'F6标准结算单(带备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e393d53e5e2c475aa5e116e8dd45bd81.jasper', 'tempName': 'F6标准结算单(带备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10812, 'tempCode': 'FBDY043', 'tempDesc': '', 'tempFileName': '结算单(鑫自强调整单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2ea3ca2e442f4138a81bd88b522bf60a.jasper', 'tempName': '结算单(鑫自强调整单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10813, 'tempCode': 'FBDY044', 'tempDesc': '', 'tempFileName': 'F6标准结算单(无零件号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/335e54260f2d4ecfaf2fd5f0854e3b0b.jasper', 'tempName': 'F6标准结算单(无零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10814, 'tempCode': 'FBDY045', 'tempDesc': '', 'tempFileName': '江苏省结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/be03ebc777734571bd26e2985d18ff32.jasper', 'tempName': '江苏省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11070, 'tempCode': 'CZJ-附表新-20240527', 'tempDesc': '附表结算单—材料信息加了品牌', 'tempFileName': '江苏省费用结算单(无)-源单号添加材料品牌.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/31b74ccfad5641ab8019c2c1ae78ea95.jasper', 'tempName': '江苏省费用结算单-源单号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10815, 'tempCode': 'FBDY046', 'tempDesc': '', 'tempFileName': '结算单(合格证).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/10221923322b4cb9af5bf9b736e7a826.jasper', 'tempName': '结算单(合格证)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10816, 'tempCode': 'FBDY047', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)边框版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6757b59c91964ea4b7a0a2e5fc1197d0.jasper', 'tempName': 'F6标准结算单(壹)边框版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10817, 'tempCode': 'FBDY049', 'tempDesc': '', 'tempFileName': '结算单(吉泰).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/92d9d33a2f604e78888481da6121cf35.jasper', 'tempName': '结算单(吉泰)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10818, 'tempCode': 'FBDY050', 'tempDesc': '', 'tempFileName': '结算单(吉泰改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/c7b68fef89ce415ead88d8f4e5fd6cc0.jasper', 'tempName': '结算单(吉泰改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10820, 'tempCode': 'FBDY054', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(一番).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/dab046c7151f4603aac975b4e9f8c290.jasper', 'tempName': '江苏省费用结算单(一番)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10821, 'tempCode': 'FBDY055', 'tempDesc': '', 'tempFileName': '星凯名车结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/3473a53e3d574b3cba23a05ff275a7b3.jasper', 'tempName': '星凯名车结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10822, 'tempCode': 'FBDY056', 'tempDesc': '', 'tempFileName': '鑫升阳结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6a30a01087c7406e9f566704d32c8811.jasper', 'tempName': '鑫升阳结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10823, 'tempCode': 'FBDY058', 'tempDesc': '', 'tempFileName': '南通圣驰结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/bc741432c4734c369ffae4cbec6e8536.jasper', 'tempName': '南通圣驰结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10824, 'tempCode': 'FBDY060', 'tempDesc': '', 'tempFileName': '阜新市东营汽车修配厂结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7f9c5f931d2143cb9656062974dbfb06.jasper', 'tempName': '阜新市东营汽车修配厂结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10825, 'tempCode': 'FBDY061', 'tempDesc': '', 'tempFileName': '厦门市公务车定点维修费用结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e9312f068f474a84abb7cbb6d1014572.jasper', 'tempName': '厦门市公务车定点维修费用结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10826, 'tempCode': 'FBDY062', 'tempDesc': '', 'tempFileName': '厦贸汽修结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7606d5e2261b460ab5b12d5e1a0bd774.jasper', 'tempName': '厦贸汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10828, 'tempCode': 'FBDY069', 'tempDesc': '', 'tempFileName': '楚瀚永捷结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/56c53b276bb34894969fe38dc1dbe106.jasper', 'tempName': '楚瀚永捷结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10829, 'tempCode': 'FBDY072', 'tempDesc': '', 'tempFileName': '鼎盛结算单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e7be409faca747f7b2f41d880b86154d.jasper', 'tempName': '鼎盛结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10830, 'tempCode': 'FBDY073', 'tempDesc': '', 'tempFileName': 'F6标准结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9dea6e5e484a4473b6deb3a339e566a1.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10831, 'tempCode': 'FBDY081', 'tempDesc': '', 'tempFileName': '结算单(优惠版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b964bfd465034c268c4f5fa2dee8e765.jasper', 'tempName': '结算单(优惠版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10832, 'tempCode': 'FBDY082', 'tempDesc': '', 'tempFileName': '记账结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/787689545f224c94b5a66603dd073455.jasper', 'tempName': '记账结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10833, 'tempCode': 'FBDY095', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹永丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/81937adc5d794728a73ba7cbf7849ecf.jasper', 'tempName': 'F6标准结算单(壹永丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10834, 'tempCode': 'FBDY118', 'tempDesc': '', 'tempFileName': 'F6标准结算单(定制版本).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/14ce040d589f4998b050cf9c7adbf1a8.jasper', 'tempName': 'F6标准结算单(定制版本)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10835, 'tempCode': 'FBDY121', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)3位折扣.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e1f733284ca04e5488564d9ac3179f9b.jasper', 'tempName': 'F6标准结算单(壹)3位折扣', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10836, 'tempCode': 'FBDY008', 'tempDesc': '', 'tempFileName': '兔师傅专用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/026798fca5cf4b8f915cf643990749e3.jasper', 'tempName': '兔师傅专用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10838, 'tempCode': 'FBDY070', 'tempDesc': '', 'tempFileName': '结算单(呵嘀).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/aabf628e48ca49aa961665fbcdb61e5e.jasper', 'tempName': '结算单(呵嘀)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10839, 'tempCode': 'FBDY071', 'tempDesc': '', 'tempFileName': '结算单(华信诚).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ed3432684dd94904a53a37ef840d3dd7.jasper', 'tempName': '结算单(华信诚)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10840, 'tempCode': 'FBDY074', 'tempDesc': '', 'tempFileName': '武汉欣宏电结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/12c60563f97b431e95e1d906f7538e36.jasper', 'tempName': '武汉欣宏电结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10841, 'tempCode': 'FBDY075', 'tempDesc': '', 'tempFileName': '易驰结算单(卡).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/44377f616d9d458e9f6317f1af271bf5.jasper', 'tempName': '易驰结算单(卡)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10842, 'tempCode': 'FBDY076', 'tempDesc': '', 'tempFileName': '新结算单(山东中集).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2df80f52063546d9a9d0fabf30cdef53.jasper', 'tempName': '新结算单(山东中集)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10843, 'tempCode': 'FBDY078', 'tempDesc': '', 'tempFileName': '结算单(中轿定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/f411b8d3388641f09e3e6c1681cc4ec9.jasper', 'tempName': '结算单(中轿定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10844, 'tempCode': 'FBDY083', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/d66569540ca04292a60f468b6bbd25e9.jasper', 'tempName': 'F6标准结算单(壹汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10845, 'tempCode': 'FBDY084', 'tempDesc': '', 'tempFileName': '结算单(领航汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ed51ef09c35241a6ac3e44ad009d66c9.jasper', 'tempName': '结算单(领航汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10846, 'tempCode': 'FBDY085', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹无记账).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2479d59def1140a78c8cf18a6837571f.jasper', 'tempName': 'F6标准结算单(壹无记账)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10847, 'tempCode': 'FBDY086', 'tempDesc': '', 'tempFileName': '鸿昌结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/1825d20c00c14d62afb22a068a913297.jasper', 'tempName': '鸿昌结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10848, 'tempCode': 'FBDY088', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹车汇缘定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/8c746320990a44dd962bd83b552ea0d9.jasper', 'tempName': 'F6标准结算单(壹车汇缘定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10849, 'tempCode': 'FBDY089', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德飞名车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/b714207b94874263897eb5c72c57c8c9.jasper', 'tempName': 'F6标准结算单(壹车汇缘定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10850, 'tempCode': 'FBDY090', 'tempDesc': '', 'tempFileName': '一号车网结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/3ed79979355b44e39f0054a1a63cf8b9.jasper', 'tempName': '一号车网结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10851, 'tempCode': 'FBDY091', 'tempDesc': '', 'tempFileName': '结算单(冲销广达汽修定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4ea6b18854284a93876fbd1a24f7ba93.jasper', 'tempName': '结算单(冲销广达汽修定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10852, 'tempCode': 'FBDY092', 'tempDesc': '', 'tempFileName': '一号车网结算单新.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e2a7ce44a13a4b21a482aa109172599c.jasper', 'tempName': '一号车网结算单新', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10853, 'tempCode': 'FBDY093', 'tempDesc': '', 'tempFileName': '新结算单(昌丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/45b322760c5a4fca8e7b78c5299c78a2.jasper', 'tempName': '新结算单(昌丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10854, 'tempCode': 'FBDY096', 'tempDesc': '', 'tempFileName': '结算单(精简名车港).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/dd969f920da7485e9d6579b4337d6b5c.jasper', 'tempName': '结算单(精简名车港)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10855, 'tempCode': 'FBDY097', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹收款码).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/069e0c5cfe884da68f7645178dfacfe4.jasper', 'tempName': 'F6标准结算单(壹收款码)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10856, 'tempCode': 'FBDY098', 'tempDesc': '', 'tempFileName': 'F6标准结算单(龙顺鼎定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/01e1c3af772145f6b4bb9681e4e560de.jasper', 'tempName': 'F6标准结算单(龙顺鼎定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10857, 'tempCode': 'FBDY099', 'tempDesc': '', 'tempFileName': '公务车结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/11220b871f964977ac39fb8ab00e77be.jasper', 'tempName': '公务车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10858, 'tempCode': 'FBDY100', 'tempDesc': '', 'tempFileName': 'F6结算单(无维修地址).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/5ba67787afad4231a860d68a7425e57d.jasper', 'tempName': 'F6结算单(无维修地址)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10859, 'tempCode': 'FBDY104', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹鹏达定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/a8d9ffc023bf416abaa0f326c1aaa6a3.jasper', 'tempName': 'F6标准结算单(壹鹏达定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10860, 'tempCode': 'FBDY105', 'tempDesc': '', 'tempFileName': 'F6标准结算单(英宝).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/643c76447ac843969b351086ff0e6ee9.jasper', 'tempName': 'F6标准结算单(英宝)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 1, 'navigateLastPage': 8, 'navigatePages': 8, 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8], 'nextPage': 2, 'orderBy': '', 'pageNum': 1, 'pageSize': 100, 'pages': 12, 'prePage': 0, 'size': 100, 'startRow': 1, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 200, 'firstPage': 1, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 8, 'list': [{'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10861, 'tempCode': 'FBDY106', 'tempDesc': '', 'tempFileName': '恩施捷锐结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0129d65633de48d39bb032ccdc093c2d.jasper', 'tempName': '恩施捷锐结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10862, 'tempCode': 'FBDY109', 'tempDesc': '', 'tempFileName': '结算单(盛和之星定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/18a98cf73a2741ebb9c8065e71a3650b.jasper', 'tempName': '结算单(盛和之星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10863, 'tempCode': 'FBDY110', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹航鑫定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e515da000b95487e8c51513d5087f568.jasper', 'tempName': 'F6标准结算单(壹航鑫定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10864, 'tempCode': 'FBDY112', 'tempDesc': '', 'tempFileName': '新结算单(极道定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/196e22e12f674578836fcab6529a0875.jasper', 'tempName': '新结算单(极道定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10865, 'tempCode': 'FBDY115', 'tempDesc': '', 'tempFileName': '西丰县佰瑞德汽车服务店维修结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/515b13996da0489bba90556d3ce56060.jasper', 'tempName': '西丰县佰瑞德汽车服务店维修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10866, 'tempCode': 'FBDY117', 'tempDesc': '', 'tempFileName': '结算单(施工明细)+折扣保留3位.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4f17aa2a590248a9aa2733e554e6b67b.jasper', 'tempName': '结算单(施工明细)+折扣保留3位', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10867, 'tempCode': 'FBDY119', 'tempDesc': '', 'tempFileName': '结算单(全字段定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/358d4c7c5acc4a0aa86a129961fa806b.jasper', 'tempName': '结算单(全字段定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10869, 'tempCode': 'FBDY120', 'tempDesc': '', 'tempFileName': '结算单(恒星奔驰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/bc32ceb25d0049368ae1beabd1022fa9.jasper', 'tempName': '结算单(恒星奔驰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10870, 'tempCode': 'FBDY122', 'tempDesc': '', 'tempFileName': 'F6标准结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0b7559a659ef4924b7588d4a3db09676.jasper', 'tempName': 'F6标准结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10871, 'tempCode': 'FBDY123', 'tempDesc': '', 'tempFileName': 'F6标准结算单(3位折扣+零件号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/54681e1719c349fda534e5503db6a050.jasper', 'tempName': 'F6标准结算单(3位折扣+零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10872, 'tempCode': 'FBDY124', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)时间保留时分.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4ec4d3618b4f4eb09ee505185f07daf3.jasper', 'tempName': 'F6标准结算单(壹)时间保留时分', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10873, 'tempCode': 'FBDY126', 'tempDesc': '', 'tempFileName': 'F6标准结算单(二).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4675caa6ee1b416ca9744b37ae81c58c.jasper', 'tempName': 'F6标准结算单(二)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10874, 'tempCode': 'FBDY127', 'tempDesc': '', 'tempFileName': '结算单小票定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/c9e21bdafa8d475abf2e8832d9ff66b2.jasper', 'tempName': '结算单小票定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10875, 'tempCode': 'FBDY128', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)无折扣+无注.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/654eb055b6ae400ba8a70720bdac7d7b.jasper', 'tempName': 'F6标准结算单(壹)无折扣+无注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10876, 'tempCode': 'FBDY129', 'tempDesc': '', 'tempFileName': '结算单(全字段定制)+发票类型.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/1e2b6cb11c9c405b9b8a87225f2954b7.jasper', 'tempName': '结算单(全字段定制)+发票类型', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10877, 'tempCode': 'FBDY130', 'tempDesc': '', 'tempFileName': '新结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ada32155e7254ab7baca3fb7686c0e10.jasper', 'tempName': '新结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10878, 'tempCode': 'FBDY132', 'tempDesc': '', 'tempFileName': '结算单(无折扣).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4388cd88ec524d2d97dfb95a5a3caecf.jasper', 'tempName': '结算单(无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10879, 'tempCode': 'FBDY134', 'tempDesc': '', 'tempFileName': '新结算单(3位折扣).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/1b5c99112bc6452186fe268d058496c9.jasper', 'tempName': '新结算单(3位折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10880, 'tempCode': 'FBDY135', 'tempDesc': '', 'tempFileName': '江苏省结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/7878de430ecf4f91bf464cf97d49d269.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10881, 'tempCode': 'FBDY136', 'tempDesc': '', 'tempFileName': '新结算单(无维修厂名称).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/44abd4712b6a434f97db704276f8c6f4.jasper', 'tempName': '新结算单(无维修厂名称)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10883, 'tempCode': 'FBDY137', 'tempDesc': '', 'tempFileName': '结算单(全字段版)+发票类型.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/4e3b4fe0d28848d2853ef163e50db0d7.jasper', 'tempName': '结算单(全字段版)+发票类型', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10884, 'tempCode': 'FBDY138', 'tempDesc': '', 'tempFileName': '江苏省费用结算单左下角不是打印日期.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/9d0f949146494b07afa5dc6bd980a249.jasper', 'tempName': '江苏省费用结算单左下角不是打印日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10885, 'tempCode': 'FBDY139', 'tempDesc': '', 'tempFileName': '精简版结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/fb92982b9f674bb4a16638945707a20b.jasper', 'tempName': '精简版结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10886, 'tempCode': 'FBDY141', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)去掉VIN+里程.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/1c534117157e4de5a577156388cf1b4b.jasper', 'tempName': 'F6标准结算单(壹)去掉VIN+里程', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10887, 'tempCode': 'FBDY142', 'tempDesc': '', 'tempFileName': '新结算单(待付金额大写).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0b205909ad2541759a30f4232714616a.jasper', 'tempName': '新结算单(待付金额大写)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10888, 'tempCode': 'FBDY143', 'tempDesc': '', 'tempFileName': '结算打印单(FJ通用)百援世豪店.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e090ae982fbb4c04bbfbb741d3fd07ea.jasper', 'tempName': '结算打印单(FJ通用)百援世豪店', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10889, 'tempCode': 'FBDY144', 'tempDesc': '', 'tempFileName': '荆州神车结算单1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ece39fb903f449c0a839cc52edb89a25.jasper', 'tempName': '荆州神车结算单1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10890, 'tempCode': 'FBDY145', 'tempDesc': '', 'tempFileName': '荆州锦诚结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0baaaaa8cf984765b78bebd1f47c408d.jasper', 'tempName': '荆州锦诚结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10891, 'tempCode': 'FBDY146', 'tempDesc': '', 'tempFileName': '新结算单(山东中集)V2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e078a440fefe4b07908e39cfdd282c59.jasper', 'tempName': '新结算单(山东中集)V2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10892, 'tempCode': 'FBDY147', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)+去除下次保养里程.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2ef3b797e1854b66bbb6905acead4420.jasper', 'tempName': 'F6标准结算单(壹)+去除下次保养里程', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10893, 'tempCode': 'FBDY148', 'tempDesc': '', 'tempFileName': '广东环宇汽车维修有限公司维修结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/3e6f102f9ed84ef7a9f076331dac9e62.jasper', 'tempName': '广东环宇汽车维修有限公司维修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10894, 'tempCode': 'FBDY149', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)无注+无签名.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ceb1cd1c1aaf444291eaa3afe90d3715.jasper', 'tempName': 'F6标准结算单(壹)无注+无签名', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10895, 'tempCode': 'FBDY151', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)+去除交车日期.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/5dd73371a2564f6db4faefe0c6468ab1.jasper', 'tempName': 'F6标准结算单(壹)+去除交车日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10896, 'tempCode': 'FBDY152', 'tempDesc': '', 'tempFileName': '翼达结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/11b128c1902e4244a9e6f8c9bfce96cb.jasper', 'tempName': '翼达结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10897, 'tempCode': 'FBDY153', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2bfe32ad9c484fd8a09cb053dc4222a6.jasper', 'tempName': 'F6标准结算单(壹)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10898, 'tempCode': 'FBDY156', 'tempDesc': '', 'tempFileName': '立众最新结算单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/340113070e2c42e8bc8e68cc80a3c699.jasper', 'tempName': '立众最新结算单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10927, 'tempCode': 'FBDY016', 'tempDesc': '', 'tempFileName': '结算单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/5a6790340c0547609fb1ca3a556c9719.jasper', 'tempName': '结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10949, 'tempCode': '2024-2-27', 'tempDesc': '', 'tempFileName': '14a8b05ba0414e1faaf503249f6c3373.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/c4c15c1a87b94a238f621e4ccd426437.jasper', 'tempName': 'F6标准结算单(壹)昭通定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10951, 'tempCode': '2024-2-28', 'tempDesc': '记账方式、待付金额显示记账金额,收银金额+大写不含记账金额', 'tempFileName': '96619610928b4373b7bcd7466a8a1dcc.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/7f30597f032c40febeefb7b3a9f2aa60.jasper', 'tempName': '新结算单(记账)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10965, 'tempCode': '2024-3-19', 'tempDesc': '', 'tempFileName': '32d43a77bbc541979c72c249d1d8af07.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/aefd585e70794fa8817df90684bca1b2.jasper', 'tempName': '秀车地带定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10979, 'tempCode': '2024-4-3', 'tempDesc': '', 'tempFileName': 'c0b24b264d644b3fbe48234c30699ace.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/e0dc4b3ca304479eb8293d7c933c6e13.jasper', 'tempName': 'F6标准估算单(折后金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10981, 'tempCode': '2024-4-3', 'tempDesc': '固定门店名称:上海艺车堂汽车服务连锁', 'tempFileName': '4b30546ddd1943d2b9d088986308d243.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/0d77163cb2d642378008c177f3a359f3.jasper', 'tempName': '上海市结算单(改版)+艺车堂', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10983, 'tempCode': '2024-4-8', 'tempDesc': '', 'tempFileName': '4ccc35622b95474295d24d80ff2cca86.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/816e50ab532c445297e3a175a7f22439.jasper', 'tempName': '康隆丰田汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10728, 'tempCode': 'FBDY001', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(无).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/8698bb15200d4a3fa19328bfbd9a6c2b.jasper', 'tempName': '江苏省费用结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10729, 'tempCode': 'FBDY002', 'tempDesc': '', 'tempFileName': '江苏省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/ac58b53da99c4fcfb139cc4b7950ebb2.jasper', 'tempName': '江苏省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10730, 'tempCode': 'FBDY024', 'tempDesc': '', 'tempFileName': '结算单(领航).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/df1250e0b4434f4db874d3027d30f0ee.jasper', 'tempName': '结算单(领航)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10731, 'tempCode': 'FBDY009', 'tempDesc': '', 'tempFileName': '结算单(施工明细).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/3ec6a2694cb245f28b4b90774daacccb.jasper', 'tempName': '结算单(施工明细)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10732, 'tempCode': 'FBDY004', 'tempDesc': '', 'tempFileName': '新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/41eb52fde0004acaaaa6a8456d1eb2e1.jasper', 'tempName': '新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10734, 'tempCode': 'FBDY077', 'tempDesc': '', 'tempFileName': '结算单(奥之杰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/5b5e2846c3194b23bba6367379fd31d0.jasper', 'tempName': '结算单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10735, 'tempCode': 'FBDY157', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)去除交车时间+创建人.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/b8b471a696504ad089e5b03272188f84.jasper', 'tempName': 'F6标准结算单(壹)去除交车时间+创建人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10736, 'tempCode': 'FBDY108', 'tempDesc': '', 'tempFileName': '结算打印单(FJ通用).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/87d677a00acc4ef3b87d5f97fdbbf15c.jasper', 'tempName': '结算打印单(FJ通用)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10737, 'tempCode': 'FBDY035', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/14c03363e5614b07a0214d2cfc35ddc1.jasper', 'tempName': 'F6标准结算单(壹改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10993, 'tempCode': '2024-4-12', 'tempDesc': '', 'tempFileName': '8698bb15200d4a3fa19328bfbd9a6c2b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/91d85e20d54443c7913e235815495b75.jasper', 'tempName': '江苏省费用结算单(无)-源单号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10738, 'tempCode': 'FBDY059', 'tempDesc': '', 'tempFileName': '三联打印结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6c6c86163c4e46389628adde924d838d.jasper', 'tempName': '三联打印结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10998, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': '14a8b05ba0414e1faaf503249f6c3373.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/85207f99d4eb48cdb8666cac92f0aff1.jasper', 'tempName': 'F6标准结算单(壹)昭通中宝定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10744, 'tempCode': 'FBDY133', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)去除记账信息.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/898ae7113eba41b2a4df8d18f67681c6.jasper', 'tempName': 'F6标准结算单(壹)去除记账信息', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10745, 'tempCode': 'FBDY155', 'tempDesc': '', 'tempFileName': '昆明鸿创汽车定制结算单三联.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7caa4f4667e54b6dafa2c16ec4b48e1d.jasper', 'tempName': '昆明鸿创汽车定制结算单三联', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11004, 'tempCode': '2024-4-16', 'tempDesc': '同星悦奔宝结算单', 'tempFileName': '61e0ded4c29340b8b029fc8e7849f784.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/a57365dbb1464eab9d42c096e32adcaf.jasper', 'tempName': '结算单-云南锡业定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10751, 'tempCode': 'FBDY006', 'tempDesc': '', 'tempFileName': 'F6标准版结算单(肆).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a0fb344d7c744ddd9886c9580aeab175.jasper', 'tempName': 'F6标准版结算单(肆)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'allotInPrint', 'clsId': 18, 'clsName': '调拨单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 243, 'tempCode': '新库存调拨单打印_CHS202003140055276_DBD', 'tempDesc': '', 'tempFileName': '新库存调拨单打印(昆山新康威汽车服务有限公司 ).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/9a181594ad5a4991b6469afafba30cc6.jasper', 'tempName': '新库存调拨单打印(含材料编码)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachedPrint', 'clsId': 16, 'clsName': '增项单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 391, 'tempCode': '增项单(施工单三水顺源定制)_CHS20230104019668', 'tempDesc': '增加下边框', 'tempFileName': '增项单(施工单三水顺源定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/749cee015dad417185c050e13828956f.jasper', 'tempName': '增项单(施工单三水顺源定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10620, 'tempCode': 'attach_order_0000', 'tempDesc': '', 'tempFileName': 'attach_order_0000.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/b84e3c8d614f478f9e3ef2403ae1b99b.jasper', 'tempName': '项目1&材料1-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10621, 'tempCode': 'attach_order_0010', 'tempDesc': '', 'tempFileName': 'attach_order_0010.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/5711ece43775420eb5cb7eec35ba2bbc.jasper', 'tempName': '项目1&材料名-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10622, 'tempCode': 'attach_order_1000', 'tempDesc': '', 'tempFileName': 'attach_order_1000.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/196421bc45be4c859fa922048ee67f8f.jasper', 'tempName': '项目名&材料1-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10623, 'tempCode': 'attach_order_1011', 'tempDesc': '', 'tempFileName': 'attach_order_1011.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/a7cee2bcb371442192f29c30e7e4fee4.jasper', 'tempName': '项目名&材料名(备注)-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10624, 'tempCode': 'attach_order_1100', 'tempDesc': '', 'tempFileName': 'attach_order_1100.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/fb5d83b030434058ad877ffde38c9e3f.jasper', 'tempName': '项目名(备注)&材料1-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10625, 'tempCode': 'attach_order_1110', 'tempDesc': '', 'tempFileName': 'attach_order_1110.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/d7122c4d42f54f378cce9ce5cd8b4b2f.jasper', 'tempName': '项目名(备注)&材料名-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10626, 'tempCode': 'attach_order_1111', 'tempDesc': '', 'tempFileName': 'attach_order_1111.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/3412796d9ee1474e8fdf0ae1bcbd1c05.jasper', 'tempName': '项目名(备注)&材料名(备注)-增项单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10630, 'tempCode': 'zxd', 'tempDesc': '', 'tempFileName': '4e25a1376e9e417da1925302be922d72.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/117d1f5e6fcd407b8d5740e1b5ce8b89.jasper', 'tempName': '增项单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 363, 'tempCode': '智能检测单(山东中集定制)v2_CHS2022110501910', 'tempDesc': '门店2', 'tempFileName': '智能检测单(山东中集定制)v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/92f7ef3a83a14fe0a06440ca92f17512.jasper', 'tempName': '智能检测单(山东中集定制)v2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10604, 'tempCode': '2023-9-1', 'tempDesc': '', 'tempFileName': '29ca818544994bb8b33dce9499e59330.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/6be84b9981e04cca9b06358b8efbda09.jasper', 'tempName': '智能检测单(凯翼)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 387, 'tempCode': 'tmallPreCarCheck', 'tempDesc': '', 'tempFileName': '天猫养车预检单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/d9fa045fd9314fcd9a7426539ff6bb75.jasper', 'tempName': '天猫预检单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 388, 'tempCode': 'tmallCarCheck', 'tempDesc': '', 'tempFileName': '天猫养车检测单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/b249ef7f5c614557915bd79cc8fa1033.jasper', 'tempName': '天猫检测单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11022, 'tempCode': 'F6Standard05-2023-08-2', 'tempDesc': '', 'tempFileName': '结算单(施工明细).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/ca7c811081064029a3bc0a6eca983496.jasper', 'tempName': '维修单(施工明细)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11023, 'tempCode': 'F6Standard04', 'tempDesc': '', 'tempFileName': '08835ccd02c14bbe810a686515640aa0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/a4fa45a951f14483b122efb92457c8ce.jasper', 'tempName': 'F6标准版结算单(肆)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11033, 'tempCode': 'newSettleJS', 'tempDesc': '', 'tempFileName': '5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/293751a89bc743d9914e68e384670c77.jasper', 'tempName': '江苏省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10784, 'tempCode': '2023-12-25', 'tempDesc': 'F6标准版结算单(伍)施工明细优惠金额、实收金额、收银金额更新', 'tempFileName': '施工明细.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/86de216438a0436097677d200904f3c7.jasper', 'tempName': '施工明细', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10786, 'tempCode': '2023/12/26', 'tempDesc': '', 'tempFileName': '新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/8fffa6fe96d24c1b82c2067f8927f60f.jasper', 'tempName': '新结算(带框)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11063, 'tempCode': 'sgd001', 'tempDesc': '', 'tempFileName': '3f0ca48d4c904791bf3f43ccdcba349f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/b81556e1fa074791819b03af1ba34fd7.jasper', 'tempName': '施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11080, 'tempCode': 'CZJ-维修单新-20240603', 'tempDesc': '材料信息去掉材料规格,加宽零件号', 'tempFileName': 'F6标准版结算单(肆)不含规格加宽零件号.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/dc94adc328ec471e85a5eba68bb5d101.jasper', 'tempName': 'F6标准版结算单(肆)加宽零件号去掉规格', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10902, 'tempCode': '2024/1/7', 'tempDesc': '', 'tempFileName': '施工单(无工时费).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/c7757532a07d4077a2ce9a05bf708b68.jasper', 'tempName': '施工单(无工时价)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10903, 'tempCode': '2024/1/7', 'tempDesc': '', 'tempFileName': 'F6标准施工单(无工时费).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/aee1492b71f347758dca006cf446a0a2.jasper', 'tempName': 'F6标准施工单(无工时费)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10904, 'tempCode': '2024/1/9', 'tempDesc': '', 'tempFileName': '结算打印单(FJ通用).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e4b1e691f71d4e08ab6685ac6d7ba34a.jasper', 'tempName': '结算打印单(FJ通用)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10675, 'tempCode': '同捷东风委托单CHS202310270246681', 'tempDesc': '', 'tempFileName': '东风委托单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/d6bb949f0b27454aa024a393a2c85c25.jasper', 'tempName': '东风委托单索赔', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10940, 'tempCode': 'huiyuanchongxiao', 'tempDesc': '', 'tempFileName': '2e5d5d0cad154a1c84d2aca074b7e07f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/01bbcda5521544458f1c99c873f71ba8.jasper', 'tempName': '结算单(会员冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10688, 'tempCode': '畅天结算单CHS202311080247774', 'tempDesc': 'LOGO是雪铁龙的', 'tempFileName': '雪铁龙最新结算模板_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/aaba7abcf4144c0b9005b2a50566c6b3.jasper', 'tempName': '畅天结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10944, 'tempCode': '2024/2/24', 'tempDesc': '', 'tempFileName': '结算单(领航).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/82609a04c18e417bbce975c904891d22.jasper', 'tempName': '结算单(领航)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10950, 'tempCode': 'xinjiesuanA', 'tempDesc': '', 'tempFileName': '85bc0d41a75d43f89578a385e639e98a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/5621d3c353344266b23c0589f0b60bb9.jasper', 'tempName': '新结算单A', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10962, 'tempCode': 'MTdingzhi002', 'tempDesc': '', 'tempFileName': '名途结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/36d051418ada4cc09297e2d9c256841f.jasper', 'tempName': '名途定制维修单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10707, 'tempCode': '1', 'tempDesc': '', 'tempFileName': '标准结算单(壹)去除交车时间+创建人4ecd47.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/f884b786c25449c981fddaac13e94a0a.jasper', 'tempName': 'F6标准结算单(壹)去除交车时间+创建人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10708, 'tempCode': '1515', 'tempDesc': '', 'tempFileName': '精简(改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/6ad8af209f5d4f60bd9fd89bf6d86179.jasper', 'tempName': '精简(改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10966, 'tempCode': '24/3/25', 'tempDesc': '', 'tempFileName': '恒泰内部.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/ffc538c98f5b423e8e2404a00a608e2b.jasper', 'tempName': '内部结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10975, 'tempCode': 'sldyTest', 'tempDesc': '', 'tempFileName': 'e2cb591c6b034391a0a70559101c3596.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/5922501913744159ba0f0ba81a3f8e52.jasper', 'tempName': '三联打印结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10986, 'tempCode': 'StandardWTD', 'tempDesc': '', 'tempFileName': '438faa4cda0f456d96d68270317aeb88.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/d5688e78ad154ebe8c2b411869e74a71.jasper', 'tempName': 'F6标准委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10988, 'tempCode': 'FBDY041', 'tempDesc': '', 'tempFileName': '8509fd9514204ce0aea035dfd57b74ad.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/42a0b5bac47945a6b3fb259711d2d12f.jasper', 'tempName': '星悦奔宝新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10992, 'tempCode': '2024-4-11', 'tempDesc': '固定门店名称:上海艺车堂汽车服务连锁', 'tempFileName': '47a9f91ea2ae444dbccc4046e837dcdb.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/f0f41c355a5f402db71a7d888e87f310.jasper', 'tempName': '上海市结算单(改版)+艺车堂', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carWraps', 'clsId': 68, 'clsName': '贴膜单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11037, 'tempCode': 'F6Standard05-2023-8-2', 'tempDesc': '', 'tempFileName': '9e33e7d2bf9f4ee79a4536386849e69d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/cf2172c986d24ef18bbbdc3a72e63ab0.jasper', 'tempName': '结算单(施工明细)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carWraps', 'clsId': 68, 'clsName': '贴膜单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10974, 'tempCode': 'cjsgd', 'tempDesc': '车家标准施工单', 'tempFileName': 'a7df263384944f179a261620e0b575a5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/f5e7577be84642d0a9a6b77fbeabcf9b.jasper', 'tempName': '车家标准施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'chargeMember', 'clsId': 59, 'clsName': '付费会员', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 375, 'tempCode': 'chargeMemberBill', 'tempDesc': '', 'tempFileName': '付费会员单打印模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/059e1ccf23614b9bbb37475443cafa75.jasper', 'tempName': '付费会员交易单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'cooperation', 'clsId': 27, 'clsName': '协作单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 158, 'tempCode': 'xzd0001', 'tempDesc': '', 'tempFileName': '协作单打印带姓名.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-01/default/5677dab3659746d6a2d4af31fbcdf334.jasper', 'tempName': '协作单打印(全)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 1, 'navigateLastPage': 8, 'navigatePages': 8, 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8], 'nextPage': 3, 'orderBy': '', 'pageNum': 2, 'pageSize': 100, 'pages': 12, 'prePage': 1, 'size': 100, 'startRow': 101, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 300, 'firstPage': 1, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 8, 'list': [{'clsCode': 'cooperation', 'clsId': 27, 'clsName': '协作单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 206, 'tempCode': 'CHS202110270144446XZD', 'tempDesc': '', 'tempFileName': '协作单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/c94fa61234454e54af9cd235daa539bb.jasper', 'tempName': '上海宏意协作单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'cooperation', 'clsId': 27, 'clsName': '协作单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 228, 'tempCode': 'cooperationPrint_new', 'tempDesc': '新维保使用', 'tempFileName': '协作单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/a47ca231c6684b1da76ec2f5e97ad23e.jasper', 'tempName': '协作单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'cooperationOrder', 'clsId': 69, 'clsName': '协作单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10593, 'tempCode': 'cooperationPrint', 'tempDesc': '', 'tempFileName': 'b3f2837d668a448aa5804e8d8cf340b3 (1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/709e504ca0aa4fd38dbea442e191c4df.jasper', 'tempName': '协作单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'cooperationOrder', 'clsId': 69, 'clsName': '协作单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10158, 'tempCode': 'xzd0001', 'tempDesc': '', 'tempFileName': '协作单打印带姓名.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-01/default/5677dab3659746d6a2d4af31fbcdf334.jasper', 'tempName': '协作单打印(全)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'cooperationOrder', 'clsId': 69, 'clsName': '协作单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10206, 'tempCode': 'CHS202110270144446XZD', 'tempDesc': '', 'tempFileName': '协作单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/c94fa61234454e54af9cd235daa539bb.jasper', 'tempName': '上海宏意协作单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'cooperationOrder', 'clsId': 69, 'clsName': '协作单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10228, 'tempCode': 'cooperationPrint_new', 'tempDesc': '新维保使用', 'tempFileName': '协作单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/a47ca231c6684b1da76ec2f5e97ad23e.jasper', 'tempName': '协作单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'entrustingStatement', 'clsId': 66, 'clsName': '委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10373, 'tempCode': 'wtd', 'tempDesc': '', 'tempFileName': '安仕节委托单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/e1e9967b1d6d4167bcb110ccbac7f83c.jasper', 'tempName': '车间委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'entrustPrint', 'clsId': 58, 'clsName': '委托单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10970, 'tempCode': '2024-3-28', 'tempDesc': '', 'tempFileName': 'f18facc3e06649689807cf4f788defc2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/c57f1fc96f084ea7bc90463897180d15.jasper', 'tempName': '测试实施', 'tempSort': 0, 'userId': 0}, {'clsCode': 'insurance', 'clsId': 73, 'clsName': '保险单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10670, 'tempCode': '2023-10-27', 'tempDesc': '门店名称字段缩小', 'tempFileName': '4511f9df6edc4c95be22e7540812eb57.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/5db9904a5ae6458fb8b0b40fe39f7604.jasper', 'tempName': '保险单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'maintainPrint', 'clsId': 17, 'clsName': '领料单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10996, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': 'b82f03ca72bf45d28a89d3ac82249774.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/b4ed70dc0cca4aeea433cf5b7e32ad18.jasper', 'tempName': '新库存领料单-出租车第一服务公司定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 256, 'tempCode': '结算单(康诚定制)_CHS202204180174539_JSD', 'tempDesc': '连锁店', 'tempFileName': '结算单(康诚定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/378b0d17284d48bfa68877b51160cc42.jasper', 'tempName': '结算单(康诚定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 512, 'tempCode': 'SXSettleBillTmall', 'tempDesc': '天猫陕西省结算单', 'tempFileName': '陕西定制结算单_v11.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/38d612d1c8ea41ddace1fd3a931d441f.jasper', 'tempName': '陕西省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 517, 'tempCode': '2023-6-27', 'tempDesc': '', 'tempFileName': 'ebc831433cbc44de8432372f29de4855.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/84a1dbff71dd470c8c27c2446f585506.jasper', 'tempName': '委托单(有价格无诊断)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 522, 'tempCode': '2023-6-29', 'tempDesc': '', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/ac1a995be1764449b92e6d0edd5b63af.jasper', 'tempName': '新结算单(3位折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 524, 'tempCode': '2023-7-4', 'tempDesc': '增加项目折扣', 'tempFileName': '5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/2a3c09c4b459433e997b1adbf30d2824.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 526, 'tempCode': '2023-7-4', 'tempDesc': '\"服务顾问\"名称改成\"技师主管\"', 'tempFileName': '3f0ca48d4c904791bf3f43ccdcba349f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/91642e8b864a4d4bb33b702b01375086.jasper', 'tempName': '施工单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 272, 'tempCode': 'settleStandard1', 'tempDesc': '新维保', 'tempFileName': 'F6标准结算单-新维保.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/022317d291944f09889de4fe3b4c1782.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 273, 'tempCode': 'CHS202012220112901', 'tempDesc': '', 'tempFileName': '华信诚无.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/1007f45098564804ad911a3cd291a85a.jasper', 'tempName': '结算单(华信诚)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 529, 'tempCode': '2023-7-7', 'tempDesc': '去除下方维修厂名称', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/5c0983ca9a384c1dbe0de82f74f8e042.jasper', 'tempName': '新结算单(无维修厂名称)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11025, 'tempCode': '2024-4-30', 'tempDesc': '', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/7c1c592fba894fa3b06b64e87084a2d6.jasper', 'tempName': 'F6标准结算单(壹)-抬头上移', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 274, 'tempCode': 'xhdjsd1', 'tempDesc': '在欣宏电估算单基础上去除预估二字', 'tempFileName': '欣宏电结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/3c556280e5ec47a5979af2b25d7dffef.jasper', 'tempName': '武汉欣宏电结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 530, 'tempCode': '2023-7-12', 'tempDesc': '', 'tempFileName': '21365070bc80419e84b11a13b2eec1aa.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/84f8c0e6e4214238b0a24c14d7ff8f56.jasper', 'tempName': 'F6标准施工单(无工时费)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11031, 'tempCode': 'biansuxiangzhuanyong2', 'tempDesc': '', 'tempFileName': '变速箱专修2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/51191d26f39d4f7597bc1bf74aaaeb23.jasper', 'tempName': '变速箱专用2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11032, 'tempCode': 'biansuxiangzhuanyong1', 'tempDesc': '', 'tempFileName': '变速箱专修1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/1dce9ae034294ad498b8d93aa48eb48b.jasper', 'tempName': '变速箱专用1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11039, 'tempCode': '2024-5-9', 'tempDesc': '{不展示:工时单价、工时数、工时折扣、材料折扣、工时材料合计、优惠小计}', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/db06df94f4d1439bb2a85b47840191db.jasper', 'tempName': 'F6标准结算单(壹)-去除折扣信息', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10785, 'tempCode': '2023-12-26', 'tempDesc': '', 'tempFileName': 'a2cf6649385c4af6b8742450ab73ec76.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7edc168325d34534aee4c34da2769130.jasper', 'tempName': '汇诚汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11041, 'tempCode': '2024-5-10', 'tempDesc': '', 'tempFileName': 'c9da80df69d148a1b568978f21beddd5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/9a18c6e57e8b4f35a65a2191b6b5139b.jasper', 'tempName': '结算单(无工时单价)保留3位小数', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 549, 'tempCode': '左下角不是打印日期CHS202107190133246', 'tempDesc': '', 'tempFileName': '江苏省费用结算清单_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/80962c2e9aaa4f6fa55b77124f371adb.jasper', 'tempName': '江苏省费用结算单左下角不是打印日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 294, 'tempCode': 'chongxiaojishibanv2_JSD', 'tempDesc': '项目,材料中都为技师,无领料人字段', 'tempFileName': '结算单(冲销)技师版v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/a818698780ac47bfaa7319db431edeef.jasper', 'tempName': '结算单(冲销技师版v2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 550, 'tempCode': '2023-7-15', 'tempDesc': '基于武汉精简版结算单', 'tempFileName': 'd0dfda1253cc4c64bef2bdfd6789493f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/9ee38b854dd14090b697876415412054.jasper', 'tempName': '精简版结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11049, 'tempCode': '2024-5-13', 'tempDesc': '', 'tempFileName': '69017b79c25c4faa820a8d0d80953e79.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/480751f1d16c4d8993f9c9897cca1413.jasper', 'tempName': '容海汽车定制出门证', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 298, 'tempCode': 'F6标准结算单(壹盛祥定制)CHS202202190154646', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹盛祥定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/4ffb685ab4364474929788d0d4225251.jasper', 'tempName': 'F6标准结算单(壹盛祥定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11052, 'tempCode': 'HCY001', 'tempDesc': '', 'tempFileName': 'dea7238113124b408d875b61da6fd070.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/7ad1f5d2a3d2457fa8f013e8e91c8202.jasper', 'tempName': '铂星定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 301, 'tempCode': '结算单(优惠版)_CHS202111020144827', 'tempDesc': '凯琳汽车定制,基于结果单(全字段版).jasper', 'tempFileName': '结算单(优惠版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/47b2f77852d94b78b8df91e4aca5acdb.jasper', 'tempName': '结算单(优惠版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 302, 'tempCode': 'jzjsd', 'tempDesc': '附表打印显示记账单位名称', 'tempFileName': 'F6标准结算单(壹).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/732af18765194a60a4956ee99baf0744.jasper', 'tempName': '记账结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 559, 'tempCode': '2023-7-27', 'tempDesc': 'F6标准结算单(壹)+下次保养日期,待付金实付金额加粗', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/d284c90ad226474482c1208004b6579f.jasper', 'tempName': 'F6标准结算单(壹)+下次保养日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 304, 'tempCode': '新结算单A(勤发汽维定制)_CHS202006240092749', 'tempDesc': '', 'tempFileName': '新结算单A(勤发汽维定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/ed8c5db4e2eb4b3baaabcf2a5c0b23be.jasper', 'tempName': '新结算单A(勤发汽维定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11057, 'tempCode': 'WHC-新结算单打印20240515', 'tempDesc': '', 'tempFileName': '009af3d283434168a1d04598d69fec26_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/ceaca8886951411d946d9b5c31e1c1f5.jasper', 'tempName': '结算单(八亿名车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 306, 'tempCode': 'F6标准结算单(壹汇丰致远定制)S202111250146296', 'tempDesc': '不显示记账单位', 'tempFileName': 'F6标准结算单(壹汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/07411ac8c7f74fe5b498398550e43c92.jasper', 'tempName': 'F6标准结算单(壹汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 307, 'tempCode': '结算单(领航汇丰致远定制)_CHS202111250146296', 'tempDesc': '不显示记账单位', 'tempFileName': '结算单(领航汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/7db52143ebc24a4d9007074a6336d991.jasper', 'tempName': '结算单(领航汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 563, 'tempCode': '港之鑫施工单CHS202307260238277', 'tempDesc': '', 'tempFileName': '重庆港之鑫施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/92a35af8ab2c44bb9c6dbf53bfe71f23.jasper', 'tempName': '港之鑫施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 309, 'tempCode': 'F6标准结算单(壹无记账)_000001mx', 'tempDesc': '附表打印无记账单位', 'tempFileName': 'F6标准结算单(壹无记账).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/a440eea2e14349ad9297392a71b30427.jasper', 'tempName': 'F6标准结算单(壹无记账)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 312, 'tempCode': '新结算单(华凌车业定制)_CHS202207190184808', 'tempDesc': '', 'tempFileName': '新结算单(华凌车业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/69a7112e0c7d458a8ad65dd5e5377df7.jasper', 'tempName': '新结算单(华凌车业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 313, 'tempCode': 'F6标准结算单(壹车汇缘定制)_CHS2022080201857', 'tempDesc': '显示零件号', 'tempFileName': 'F6标准结算单(壹车汇缘定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/e6f0072c90774cb99cc96475f9368037.jasper', 'tempName': 'F6标准结算单(壹车汇缘定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11066, 'tempCode': 'WHC-新结算单打印-20240523', 'tempDesc': '', 'tempFileName': 'ba90041b5409485cbf7d3351caf334ed-5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/62ee639f77774ac1930b89199cbffed8.jasper', 'tempName': '欧米车业(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11067, 'tempCode': 'WHC-新结算单打印-20240523', 'tempDesc': '', 'tempFileName': '9ecd4701654746268e619ddf59bc6008-5-1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/b7b6ed7a708c485c8a602154bfc1e59d.jasper', 'tempName': '小刘奥迪(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 316, 'tempCode': 'F6标准委托单(安仕吉一车间技师版本)_CHS202201050', 'tempDesc': '', 'tempFileName': 'F6标准委托单(安仕吉一车间技师版本).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/468d81754fd346fc900b412a4618e2c4.jasper', 'tempName': 'F6标准委托单(安仕吉一车间技师版本)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 318, 'tempCode': 'F6标准结算单(壹德飞名车定制)_CHS202105060123', 'tempDesc': '附表不显示记账单位与记账方式', 'tempFileName': 'F6标准结算单(壹德飞名车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/95c843825e1542cfac7fa3f526c94387.jasper', 'tempName': 'F6标准结算单(壹德飞名车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 576, 'tempCode': '无下次保养里程(CHS201910240040812', 'tempDesc': '', 'tempFileName': '无下次保养里程.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/f8b6f07301964f69bd3bc878a6fe1aa0.jasper', 'tempName': '无下次保养里程', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11074, 'tempCode': 'WHC-新结算单打印-20240528', 'tempDesc': '', 'tempFileName': '26374c7ec93444618ef578c08fbcbece-5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/f801f2bdbb5f4f81b2764b1462e99519.jasper', 'tempName': '委托单(北汽)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 67, 'tempCode': 'settleSimple', 'tempDesc': '', 'tempFileName': 'F6模板(简约版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/1a1c9157c68c4b9fb9bb4ae89d0a9b29.jasper', 'tempName': '结算单(精简)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 323, 'tempCode': '结算单(冲销广达汽修定制)_CHS201911260043598', 'tempDesc': '', 'tempFileName': '结算单(冲销广达汽修定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/e95437d6315a4ddbb0e73d57c4cfe201.jasper', 'tempName': '结算单(冲销广达汽修定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 579, 'tempCode': '2023-8-15', 'tempDesc': '', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/6f5297aed5854e0ab0a25fc1bfccf8f9.jasper', 'tempName': 'F6标准结算单(壹)去掉VIN+里程', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 325, 'tempCode': '09999', 'tempDesc': '', 'tempFileName': '精简版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/ecfc0a2400c446948ed8e3d4bfe3992d.jasper', 'tempName': '一号车网结算单新', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 326, 'tempCode': '新结算单(昌丰定制)_chs201910080039740', 'tempDesc': '去除下方维修厂名称', 'tempFileName': '新结算单(昌丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/e02023c0f2024a34ac8c5f5097f6ad26.jasper', 'tempName': '新结算单(昌丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11078, 'tempCode': 'CZJ-新结算单打印-20240603', 'tempDesc': '材料信息去掉材料规格,加宽零件号', 'tempFileName': 'F6标准版结算单(肆)不含规格加宽零件号.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/c8ae825307674a33956a159058df44db.jasper', 'tempName': 'F6标准版结算单(肆)加宽零件号去掉规格', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 335, 'tempCode': '结算单(守定精品定制)_CHS201909170037374', 'tempDesc': '', 'tempFileName': '结算单(守定精品定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/5aad002e74ff40c5b50840188619670d.jasper', 'tempName': '结算单(守定精品定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 338, 'tempCode': 'F6标准结算单(壹南阳万里定制)_CHS201907160033', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹南阳万里定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/fab8a1f30da64e549b7779eb44aec55a.jasper', 'tempName': 'F6标准结算单(壹南阳万里定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 339, 'tempCode': '新结算单(南阳万里定制)_CHS201907160033279', 'tempDesc': '', 'tempFileName': '新结算单(南阳万里定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/a998853a70c644f385d27225b8af97e1.jasper', 'tempName': '新结算单(南阳万里定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 341, 'tempCode': '结算单(壹平安汽修定制)_CHS202209280189586', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹平安汽修定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/9f02364576814f0b91dc267dc94a5c4f.jasper', 'tempName': 'F6标准结算单(壹平安汽修定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10837, 'tempCode': '2023-12-29', 'tempDesc': '', 'tempFileName': 'F6标准施工单(增加打印时间、次数).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/325c613b66ad4689a7fe94978b3c4e4c.jasper', 'tempName': 'F6标准施工单+打印时间、次数', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10582, 'tempCode': '艺宝施工单打印', 'tempDesc': '', 'tempFileName': '艺宝施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/1cb3d078054b4c1988a6f1a2afe3907c.jasper', 'tempName': '艺宝施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 343, 'tempCode': '结算单(精简名车港)_CHS201912120045538', 'tempDesc': '', 'tempFileName': '结算单(精简名车港).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/c8908fec5cea4f74b63728cc9543bacc.jasper', 'tempName': '结算单(精简名车港)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10583, 'tempCode': '艺宝结算单打印', 'tempDesc': '', 'tempFileName': '艺宝结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/e1a4a792e191473c8e085ab20dd91ffe.jasper', 'tempName': '艺宝结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 344, 'tempCode': '估算单(折后金额平安定制)_CHS202209280189586', 'tempDesc': '', 'tempFileName': 'F6标准估算单(折后金额平安定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/1db655aae6924a5d9dccd8794d2e1f94.jasper', 'tempName': 'F6标准估算单(折后金额平安定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 345, 'tempCode': 'F6标准结算单(壹收款码)_CHS201909240038706', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹收款码).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/a8d60377214b444badf35011acf95a3a.jasper', 'tempName': 'F6标准结算单(壹收款码)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 356, 'tempCode': 'F6结算单(无维修地址)_CHS201901130005358', 'tempDesc': '技术专家定制,无维修地址,无维修厂名称', 'tempFileName': '立众最新.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/b28d7f30ebf74efcb3f8bbce75a7b8d6.jasper', 'tempName': 'F6结算单(无维修地址)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 358, 'tempCode': 'F6标准结算单(联胜)CHS201901030005235', 'tempDesc': '去除门店名称', 'tempFileName': 'F6标准结算模板(联胜).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/69183e591c7640a7900d1583bac428eb.jasper', 'tempName': 'F6标准结算单(联胜)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 359, 'tempCode': 'F6标准结算单(壹)富泰程定制_CHS2022110801911', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)富泰程定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/ee32ca45b16643bfb80b2539104414f6.jasper', 'tempName': 'F6标准结算单(壹)富泰程定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 360, 'tempCode': 'F6标准估算单(富泰程定制)_CHS2022110801911', 'tempDesc': '基于 F6标准估算单(折后金额)定制', 'tempFileName': 'F6标准估算单(富泰程定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/1b37a667df0d47eca342e0405e27d574.jasper', 'tempName': 'F6标准估算单(富泰程定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10602, 'tempCode': '2023-8-31', 'tempDesc': '', 'tempFileName': '9ef736a14e97469294255dd3822c3243.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/fc2cde93b2634a968fa10a4127bb3c72.jasper', 'tempName': '结算打印单(FJ通用)百援世豪店', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 107, 'tempCode': 'chongxiaolingjianhao', 'tempDesc': '结算单-冲销零件号版本', 'tempFileName': '结算单(会员冲销)零件号版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/f8e93a9107bd4e05ab88589bfdab4c92.jasper', 'tempName': '结算单(冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 108, 'tempCode': 'chongxiaowubeizhuban', 'tempDesc': '', 'tempFileName': '结算单(会员冲销)无备注版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/a50fcee4c6aa4cedbb5f37ca2da8fff6.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 364, 'tempCode': '质检单(山东中集)v2_CHS2022110501910', 'tempDesc': '门店2', 'tempFileName': '质检单(山东中集)v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/a7140ff2680e41f0afec0fc45ee86d0f.jasper', 'tempName': '质检单(山东中集)v2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 367, 'tempCode': 'F6标准结算单(壹新港定制)_CHS20191216004644', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹新港定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/27410b5181dd4b538180163934e346f3.jasper', 'tempName': 'F6标准结算单(壹新港定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10608, 'tempCode': '2023-9-4', 'tempDesc': '绵阳鑫华胜汽车服务有限公司,增加营业执照号:91510700MA681U993T', 'tempFileName': 'b74e6f34a8cf4d57bc6ebf6f287b87cf.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/8f6f81abab274d02bf9304635499a91c.jasper', 'tempName': '四川省费用结算单--华胜', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 113, 'tempCode': 'dongda', 'tempDesc': '', 'tempFileName': 'F6标准结算单-东达.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/115cd20743c14b23846f4df324e551ca.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 370, 'tempCode': 'F6标准版结算单(鑫瑞定制)_CHS202211100191', 'tempDesc': '基于\\t F6标准版结算单(肆)', 'tempFileName': 'F6标准版结算单(鑫瑞定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/6439adcc54634ec794a85461b393b5ab.jasper', 'tempName': 'F6标准版结算单(鑫瑞定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 115, 'tempCode': 'newSettleFirst1', 'tempDesc': '基于标准版无备注', 'tempFileName': 'F6标准结算(壹)无备注版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/ae7dfcfb81e64b92a0c9656c62c3998a.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10611, 'tempCode': '2023-9-5', 'tempDesc': '', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/537b1ff1781742bba73caf297b6d210e.jasper', 'tempName': 'F6标准结算单(壹)+去除创建人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10612, 'tempCode': '2023-9-6', 'tempDesc': '', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/4a7c6eb955964c018af4f0d821a0b143.jasper', 'tempName': 'F6标准结算单(壹)+去除下次保养里程', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 374, 'tempCode': 'F6标准结算单(壹鹏达定制)_CHS20190819003584', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹鹏达定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/9b315200572a4fc1bdeb2243a80e5d1e.jasper', 'tempName': 'F6标准结算单(壹鹏达定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10614, 'tempCode': '2023-9-7', 'tempDesc': '', 'tempFileName': 'fc26d32ed98b4ba2be1334ee29abc81b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/014b6ede94a94c95ade591a6cbe31707.jasper', 'tempName': 'F6标准结算单(壹)无折扣+无注+无折后金额小计', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 377, 'tempCode': 'F6标准版结算单(鑫泓定制)_CHS20200907010642', 'tempDesc': '', 'tempFileName': 'F6标准版结算单(鑫泓定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/92e454e2fefd4a348ff369bb1c2935b8.jasper', 'tempName': 'F6标准版结算单(鑫泓定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 122, 'tempCode': 'hongyunda', 'tempDesc': '', 'tempFileName': 'F6标准结算单(宝丰县周庄).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/da79c1cae73d4631b22d342072f35ac0.jasper', 'tempName': '结算单(鸿运达)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 128, 'tempCode': 'sgd001', 'tempDesc': '', 'tempFileName': '施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-06/default/3f0ca48d4c904791bf3f43ccdcba349f.jasper', 'tempName': '施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 384, 'tempCode': 'F6标准结算单(盛和之星)_CHS202212280196316', 'tempDesc': '基于F6标准结算单(壹)定制', 'tempFileName': 'F6标准结算单(盛和之星).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/102d781dbd1142b68d044e47e35a9c0d.jasper', 'tempName': 'F6标准结算单(盛和之星)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 130, 'tempCode': 'wuweixiuchangmingzi', 'tempDesc': '', 'tempFileName': '世弘.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-06/default/b23cce2d2ad84ec988e093a9d6084b02.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 389, 'tempCode': '结算单(凯丰定制1)_CHS202212310196442', 'tempDesc': '', 'tempFileName': '结算单(凯丰定制1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/f1bccd6951614d0082a88a5ffdf63cec.jasper', 'tempName': '结算单(验收凯丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 390, 'tempCode': '结算单(凯丰定制2)_CHS202212310196442', 'tempDesc': '', 'tempFileName': '结算单(凯丰定制2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/80a42f793d7b4a72835bc7a5a6d789ca.jasper', 'tempName': '结算单(审批凯丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 392, 'tempCode': '施工单(三水顺源定制)_CHS20230104019668', 'tempDesc': '增加下边框', 'tempFileName': '施工单(三水顺源定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/48ce4108f94647a183e4a10806da9c24.jasper', 'tempName': '施工单(三水顺源定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10632, 'tempCode': '2023-9-18', 'tempDesc': '', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/4e9cb8605db84a3391cf46027546dc9a.jasper', 'tempName': 'F6标准结算单(壹)无注+无签名', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 138, 'tempCode': 'xinjiesuandanwuguwenshouji', 'tempDesc': '', 'tempFileName': '新结算单(无顾问手机号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-07/default/7e5ade72f8244f75b3409540dabddd6b.jasper', 'tempName': '结算单(无顾问手机)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 394, 'tempCode': 'F6标准结算单(壹航鑫定制)_CHS20230201019767', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹航鑫定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/dbd637d1f1904b64973e73c00ff97c30.jasper', 'tempName': 'F6标准结算单(壹航鑫定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 142, 'tempCode': 'weituodanshanghaichexi', 'tempDesc': '', 'tempFileName': '委托单(上海车禧).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/1c30952d9f4f430091c7ae9c21b85a26.jasper', 'tempName': '委托单(上海车禧)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 400, 'tempCode': '路灯结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '路灯结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/5fe7a2581aea408abb760a07ab0a492b.jasper', 'tempName': '路灯结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10640, 'tempCode': '2023-9-22', 'tempDesc': '', 'tempFileName': 'a4b1fd9bd80b46a39951b9ae87df95c2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/2bdc437093a94f8e9222e3f87bbbaac4.jasper', 'tempName': '结算单(施工明细三联增长版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 401, 'tempCode': '路灯估算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '路灯估算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/033d6ed00bfc4da194f4b43c3dcb11e6.jasper', 'tempName': '路灯估算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 403, 'tempCode': '路灯折后结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '路灯折后结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/1c72bbac770b4865b942c7fbe5d2ad2b.jasper', 'tempName': '路灯折后结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 404, 'tempCode': '楚瀚结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '楚瀚结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/934b0c51c7b947e3bc266b135cd881d3.jasper', 'tempName': '楚瀚结算单模板', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 1, 'navigateLastPage': 8, 'navigatePages': 8, 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8], 'nextPage': 4, 'orderBy': '', 'pageNum': 3, 'pageSize': 100, 'pages': 12, 'prePage': 2, 'size': 100, 'startRow': 201, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 400, 'firstPage': 1, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 8, 'list': [{'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 405, 'tempCode': 'F6标准施工单(德君澳定制)_CHS20230130019754', 'tempDesc': '', 'tempFileName': 'F6标准施工单(德君澳定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/0d7e4f29ff804dd8aee09227fa835d84.jasper', 'tempName': 'F6标准施工单(德君澳定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 406, 'tempCode': 'F6标准结算单(壹德君澳定制)_CHS2023013001975', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德君澳定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/94847a72bc0b4ca994bdff08fd0a1fc0.jasper', 'tempName': 'F6标准结算单(壹德君澳定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 151, 'tempCode': 'weituodanshoujijiami', 'tempDesc': '', 'tempFileName': '委托单(标准号码加密).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-11/default/75809fc6046c49d9ae91b1e8b8f0be9b.jasper', 'tempName': '委托单(手机加密)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 407, 'tempCode': '新结算单(极道定制)_CHS202104140120739', 'tempDesc': '', 'tempFileName': '新结算单(极道定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/785e63b5fe29407295e99bae85c715e5.jasper', 'tempName': '新结算单(极道定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10648, 'tempCode': '2023-10-16', 'tempDesc': '抬头增加', 'tempFileName': 'c0b24b264d644b3fbe48234c30699ace.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/87bc4c6cc1cf4b15bc620963f74ef342.jasper', 'tempName': 'F6标准估算单(折后金额)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10649, 'tempCode': '联胜专用CHS201901030005233', 'tempDesc': '抬头是四川联胜车之翼', 'tempFileName': '联胜专用估算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/1394fe25fc8342af8b8f4224d039322d.jasper', 'tempName': '联胜专用估算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10905, 'tempCode': '2024-1-10', 'tempDesc': '', 'tempFileName': '0f5cdf986a3e47f68eb8036c10c41a9a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/9886fd54607a461c9abe022acc603eba.jasper', 'tempName': '途虎打印单-定制(长青桥店)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10906, 'tempCode': '2024-1-10', 'tempDesc': '', 'tempFileName': '0f5cdf986a3e47f68eb8036c10c41a9a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2c1a99623a7f4cb28cd8dc0eec7032be.jasper', 'tempName': '途虎打印单-定制(恒大江湾店)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10652, 'tempCode': '2023-10-16', 'tempDesc': '去除服务顾问,业务分类,创建人,注,最下方门店信息', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/5899cef2d16a49c9abf1718344dad75f.jasper', 'tempName': 'F6标准结算单(壹)无注+无门店信息', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 414, 'tempCode': '2112', 'tempDesc': '', 'tempFileName': '11.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/a2e50433081f49c49fa4d86c026613e6.jasper', 'tempName': '11结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10655, 'tempCode': '2023-10-18', 'tempDesc': '', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/9cfd6eb4cff243278a9c3b861211ee6a.jasper', 'tempName': 'F6标准结算单(壹)+去除交车日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 160, 'tempCode': 'bohao', 'tempDesc': '', 'tempFileName': '新结算单_统一抬头.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-03/default/8f544c6371584af1b78ae3bd68beeaee.jasper', 'tempName': '结算单(重庆博豪)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 162, 'tempCode': 'certificate', 'tempDesc': '', 'tempFileName': '结算单(冲销全卡号版)-嵌套合格证.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-03/default/c27a5a5dfaa747e4a068d0d51dcc3b1d.jasper', 'tempName': '结算单(合格证)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10918, 'tempCode': '2024-1-18', 'tempDesc': '', 'tempFileName': 'f08c23fc805a419db7d5b8a30fc9d6b5(1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/8cd405b6d5c045039174160ee0feca9c.jasper', 'tempName': '测试1-18', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10666, 'tempCode': '2023-10-24', 'tempDesc': '去除进厂时间,交车时间', 'tempFileName': '7c08abbbfa174553a19d33de16ee8b6e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/443be42899d44cd489e7f19570c56d4c.jasper', 'tempName': '新结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 173, 'tempCode': 'shanxilinfendingzhi', 'tempDesc': '', 'tempFileName': '结算单定制(山西临汾好快省).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/1703adaff44d4a9da20f27066c6a40ac.jasper', 'tempName': '结算单定制(山西临汾好快省)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10669, 'tempCode': '2023-10-27', 'tempDesc': '', 'tempFileName': 'c502194300674283ad08826cfc8844d3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/5e8c3284100f41d3880721f1773bc2bf.jasper', 'tempName': '施工单(河南铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 174, 'tempCode': 'jitaigai', 'tempDesc': '', 'tempFileName': '结算单(吉泰).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/3e113fbc2a494214bba645eded1648e1.jasper', 'tempName': '结算单(吉泰改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 431, 'tempCode': '天使爱车(CHS201812190004847', 'tempDesc': '表头是天使爱车的江苏结算模板', 'tempFileName': '天使爱车最新打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/ceac10970c374052a9291c0c5cbbe884.jasper', 'tempName': '天使爱车新打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 432, 'tempCode': '天使爱车CHS201812190004847', 'tempDesc': '去掉管理费', 'tempFileName': '天使爱车最新模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/10332c5316434efbbfc606b72005146b.jasper', 'tempName': '天使爱车最新模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 433, 'tempCode': '2023-3-24', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/3c8c8e9005974f68b7e874b611a361b6.jasper', 'tempName': 'F6标准结算单(壹+质检人)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10929, 'tempCode': '2024-1-26', 'tempDesc': '', 'tempFileName': '8c3201595ccd462d9ca2481f69e407bf.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/38edbdc9c87b4bd0ac107e212b5d3dd0.jasper', 'tempName': '宝丰汽车定制结算单(非三联)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10932, 'tempCode': '2024-1-31', 'tempDesc': '', 'tempFileName': '1ac5d15216c74412b2572fd10314d7a5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/ae987bf25dc844df930936b115b88b73.jasper', 'tempName': '结算单(港天旧)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 185, 'tempCode': 'yfjssjsd', 'tempDesc': '', 'tempFileName': '江苏省结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/1c715dddecb244bc90f1ab8774dd4f57.jasper', 'tempName': '江苏省费用结算单(一番)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10937, 'tempCode': 'F6汽车科技数据组测试(废弃)测试sum', 'tempDesc': '', 'tempFileName': '1567d4936ec9494daf2b12a466b37cac.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/9b110589b09647cbaf9241845d2bbad6.jasper', 'tempName': 'F6汽车科技数据组测试(废弃)测试sum', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10682, 'tempCode': '2023-11-1', 'tempDesc': '抬头缩小', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/3d13c07dc2d0493c901c7e484ba5d113.jasper', 'tempName': 'F6标准结算单(壹)抬头', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10939, 'tempCode': '2024-2-18', 'tempDesc': '', 'tempFileName': '6f776017f63143ffa01e5d69a2c96b89.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/b9029f88c60344b3830ebefb33539410.jasper', 'tempName': '上海市结算单(改版)+材料编码+车辆所有人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10686, 'tempCode': '畅天结算单CHS202311080247774', 'tempDesc': 'LOGO是雪铁龙的', 'tempFileName': '雪铁龙最新结算模板_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/238f2f7f8d124196b34d259dc21da711.jasper', 'tempName': '畅天结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10689, 'tempCode': '立众CHS201901130005358', 'tempDesc': '', 'tempFileName': '立众最新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/8e0364887de84e86acf4879e7a185819.jasper', 'tempName': '立众最新结算单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10690, 'tempCode': '立众施工单CHS201901130005358', 'tempDesc': '', 'tempFileName': '立众最新施工单_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/642c42e6e4c14c58aeb42e08c0b7a04c.jasper', 'tempName': '立众最新施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 195, 'tempCode': 'xinshengyangdz', 'tempDesc': '', 'tempFileName': '鑫升阳结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/c6e0b869022648a0b9cf0c381c3827d6.jasper', 'tempName': '鑫升阳结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10691, 'tempCode': '立众CHS201901130005358', 'tempDesc': '表头是立众', 'tempFileName': '立众竣工验收单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/fc0d74fe6824465ca0dd13b79ea45268.jasper', 'tempName': '车辆维修完工检验确认表', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10693, 'tempCode': '2023-11-20', 'tempDesc': '去除下方的注意说明 维修厂名称 电话 地址信息', 'tempFileName': 'fe952e3656b74203a3d95f6f20e2f056.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/f745a3a209d14185b0df0d8af3ee2212.jasper', 'tempName': '结算单(施工明细)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10695, 'tempCode': '2023-11-21', 'tempDesc': '客户姓名替换为车辆所有人', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/2408822a97864ef798c72a1e10d2e230.jasper', 'tempName': 'F6标准结算单(壹)车辆所有人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10696, 'tempCode': '车宠宠估算单CHS201901030005224', 'tempDesc': '联胜的估算单,天府长城天环路七中店专用', 'tempFileName': '高新区车宠宠汽车服务中心估算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/bdb1757815414406a53b81fec374b8dd.jasper', 'tempName': '车宠宠估算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 205, 'tempCode': 'CHS201904030026964JSD', 'tempDesc': '', 'tempFileName': 'F6标准结算单(无注释).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/7603a3d71f36410ba02ca33710a891a0.jasper', 'tempName': 'F6标准结算单(无注释)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10957, 'tempCode': '2024-3-9', 'tempDesc': '同结算单(星悦奔宝)', 'tempFileName': '71e63df745464ff3b6ecead790b9f692.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/3dffb365e70049f29cc5a0db83be5200.jasper', 'tempName': '桑迪标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10958, 'tempCode': '2024-3-11', 'tempDesc': '清远成达定制', 'tempFileName': 'c9da80df69d148a1b568978f21beddd5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/03519eeac5a24e58983f45c52221efed.jasper', 'tempName': '结算单(无工时单价)-成达定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10960, 'tempCode': 'MTjiesuandan', 'tempDesc': '', 'tempFileName': '名途结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/c16df9a631714672ae2584af43a753b6.jasper', 'tempName': '名途定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 475, 'tempCode': '2023-4-28', 'tempDesc': '三联打印(增加品牌)', 'tempFileName': 'e2cb591c6b034391a0a70559101c3596.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/d1062a96e3d942dea44b98379123dd20.jasper', 'tempName': '三联打印(增加品牌)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 223, 'tempCode': '宜宾安仕吉一车间_CHS202201050148409_SGD', 'tempDesc': '', 'tempFileName': 'F6标准施工单不显示材料.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-02/default/89cf59278fda436b83eb8783f9f7c6bd.jasper', 'tempName': 'F6标准施工单不显示材料', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 480, 'tempCode': '2023-5-12', 'tempDesc': '增加打印次数', 'tempFileName': '6581f70417684d4e83601d03eccd79fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/d0576c502d0f4f509ec9170e012c549f.jasper', 'tempName': '结算单(全字段)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10976, 'tempCode': '2024-4-3', 'tempDesc': '仅去除项目材料明细里的折扣信息', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/c27d3e44df054bbead623a1c46aa10a7.jasper', 'tempName': 'F6标准结算单(壹)+无折扣', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 481, 'tempCode': '2023-5-17', 'tempDesc': '', 'tempFileName': '553635ed7f1e4e24adeae3a2a176f944.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/5dc603bd3b074f1fb56bd7fd447115a4.jasper', 'tempName': 'F6标准结算单(3位折扣+零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10725, 'tempCode': '2023-12-8', 'tempDesc': '', 'tempFileName': '4ee8d55de2c14a91aca6b52dbb42772f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/357a96f4e3da4166a8a2428f5ae23238.jasper', 'tempName': 'F6标准结算单(壹)+发动机号定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 486, 'tempCode': 'jy001', 'tempDesc': '', 'tempFileName': '锦源结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/bfec1079b3fe405eb65a7a66b64096b8.jasper', 'tempName': '锦源结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 491, 'tempCode': '2023-5-29', 'tempDesc': 'F6标准结算单(壹)不要注', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/5754d5c84ecb404a9cdaf95371c24c19.jasper', 'tempName': 'F6标准结算单(壹)不要注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 492, 'tempCode': '2023-5-31', 'tempDesc': '', 'tempFileName': 'c81354655fc640439455cfb0c1ab3185.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/77124eb3fdca40cd82ce48e6b694576d.jasper', 'tempName': '结算单小票定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 494, 'tempCode': '2023-6-2', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/7086f3734ce34ee4bf2d140f10af3e31.jasper', 'tempName': 'F6标准结算单(壹)门店备注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 497, 'tempCode': '2023-6-9', 'tempDesc': '无折扣+无注', 'tempFileName': '5754d5c84ecb404a9cdaf95371c24c19.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/fc26d32ed98b4ba2be1334ee29abc81b.jasper', 'tempName': 'F6标准结算单(壹)无折扣+无注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 498, 'tempCode': 'CHS201904220027595(最新)博豪结算单', 'tempDesc': '', 'tempFileName': '博豪施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/b03f63119b124b648d92caa8f0dc5c86.jasper', 'tempName': '(最新)博豪结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 499, 'tempCode': '2023-6-13', 'tempDesc': '', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/4ee8d55de2c14a91aca6b52dbb42772f.jasper', 'tempName': 'F6标准结算单(壹)+发动机号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10997, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': '14a8b05ba0414e1faaf503249f6c3373.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/f387bf902ee24bdbae031659ee699757.jasper', 'tempName': 'F6标准结算单(壹)昭通中宝定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 249, 'tempCode': 'hzmd001', 'tempDesc': '', 'tempFileName': '848326b13a9643b782d3ba3688ed859d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/9fd3ecd91aa44271a8e2a66467809713.jasper', 'tempName': '杭州门店模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 506, 'tempCode': '2023-6-16', 'tempDesc': '', 'tempFileName': '5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/2e89a6476b6c4fb884d05717d8a1cf24.jasper', 'tempName': '江苏省费用结算单(三联)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 251, 'tempCode': 'CHS202005270085269_腾翼汽修_JSD', 'tempDesc': '区域自己提供的打印单文件', 'tempFileName': '结算单(腾翼汽修).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/90201227a25d4c67b954ca521b306a08.jasper', 'tempName': '结算单(腾翼汽修)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 254, 'tempCode': '宜宾安仕吉_CHS202201050148409_JSD', 'tempDesc': '技术专家自己定制的', 'tempFileName': 'F6标准结算单(宜宾安仕吉定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/7c8ed98a964946b098256929b83906cb.jasper', 'tempName': 'F6标准结算单(宜宾安仕吉定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 510, 'tempCode': '2023-6-16', 'tempDesc': '', 'tempFileName': '08835ccd02c14bbe810a686515640aa0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/a2a53261f449404c8f54591fbfe6d5bf.jasper', 'tempName': 'F6标准版结算单(肆)+发动机号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10656, 'tempCode': '2023-10-19', 'tempDesc': '', 'tempFileName': '707e9b88aabe4d778bcd366666727731.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/e16ccc1926524c59a9a61029b7d4067b.jasper', 'tempName': '采购入库无价格', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 507, 'tempCode': '2023-6-16', 'tempDesc': '', 'tempFileName': 'bc8353061c444b238af0ee419300f76c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/c5c06d2eeeb94cbeb4b135441c3e6b64.jasper', 'tempName': '测试退料入库', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10699, 'tempCode': '2023-11-23同捷畅天', 'tempDesc': '同捷畅天', 'tempFileName': '最新出库单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/f01e4aba29e745a782e02b8f20ed43b4.jasper', 'tempName': '最新出库单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 508, 'tempCode': '2023-6-16', 'tempDesc': '', 'tempFileName': '新库存出库单打印测试.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/bace31f3d15d40d5b046d7788e326207.jasper', 'tempName': '领料出库单测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'partCommonLabelPrint', 'clsId': 9, 'clsName': '材料通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10908, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': '材料通用标签打印-定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/f39e92f89ae54bcfb249d7c82b250d68.jasper', 'tempName': '材料通用标签打印-定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'partCommonLabelPrint', 'clsId': 9, 'clsName': '材料通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10909, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': '材料通用标签打印-包含头-定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/7b3e8dc382fe4255b0cff9b7ce3c5577.jasper', 'tempName': '材料通用标签打印-包含头-定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'partPriceLabelPrint', 'clsId': 53, 'clsName': '材料价格通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 242, 'tempCode': 'partPriceLabelPrint', 'tempDesc': '', 'tempFileName': '5182be9b4ff844e8a8ba76df1b7c4d64.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/5fbff2a1027848f0af81fc7a50176ff8.jasper', 'tempName': '材料价格通用表简打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'platformCardPrint', 'clsId': 57, 'clsName': '平台卡打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 349, 'tempCode': 'platformKkdPrint', 'tempDesc': '平台卡开卡单打印模板', 'tempFileName': 'kkdPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/e9b02368afb54fefbaa5f3eed6e3b105.jasper', 'tempName': '平台卡开卡单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchaseAndStockCommonLabelPrint', 'clsId': 71, 'clsName': '采购库存通用标签打印-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10627, 'tempCode': '采购库存通用标签打印-通用模版', 'tempDesc': '采购库存通用标签打印-通用模版', 'tempFileName': 'purchaseAndStockCommonLabelPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/368a13e263754197bc7852499f97d721.jasper', 'tempName': '采购库存通用标签打印-通用模版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchaseAndStockCommonLabelPrint', 'clsId': 71, 'clsName': '采购库存通用标签打印-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10912, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': '采购库存通用标签打印-通用模版-定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/17ad6ea88a7b46c589f675025273bfdd.jasper', 'tempName': '采购库存通用标签打印-通用模版-定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchaseAndStockCommonLabelPrintWithHead', 'clsId': 72, 'clsName': '采购库存通用标签打印-包含供应商-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10628, 'tempCode': '采购库存通用标签打印-包含供应商-通用模版', 'tempDesc': '采购库存通用标签打印-包含供应商-通用模版', 'tempFileName': 'purchaseAndStockCommonLabelPrintWithHead.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/ec2bc5070f6f468c86f2e559506033a3.jasper', 'tempName': '采购库存通用标签打印-包含供应商-通用模版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchaseLsbPrint', 'clsId': 55, 'clsName': '配件销售单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 295, 'tempCode': 'purchaseLsbPrint', 'tempDesc': '', 'tempFileName': 'e71b33ece75a452e85b3058c84957d9c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/e69057bf75104f7eb7ff6ef57bbf7133.jasper', 'tempName': '配件销售单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 417, 'tempCode': '采购单(简化)CHS202302040197857', 'tempDesc': '', 'tempFileName': '采购单简化.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/e02b4cb069ad465790f8f30efebfbbdc.jasper', 'tempName': '采购单(简化)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 212, 'tempCode': 'CHS201910180040462_CGD', 'tempDesc': '', 'tempFileName': '宏众采购.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/bff814b6fd054af08fd389cf33fd62de.jasper', 'tempName': '重庆宏众汽车销售_CGD', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 244, 'tempCode': '采购单打印_恒泰汽车_CHS201808273159_CGD', 'tempDesc': '', 'tempFileName': '采购单打印-西安恒泰汽车服务有限公司定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/1d12c941716f48658f303e802c4a40b0.jasper', 'tempName': '采购单打印(恒泰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11015, 'tempCode': '2024-4-23', 'tempDesc': '', 'tempFileName': 'd60da1a6a22547619dc9a62cadc69299.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/600ad699553e499c9f46c3efbd9bf07d.jasper', 'tempName': '报价单打印-报价日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 361, 'tempCode': '报价单(山东中集定制)v2_CHS202211050191032', 'tempDesc': '门店2', 'tempFileName': '报价单(山东中集定制)v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/93d8274cc6de492199dfd56aeaffe6da.jasper', 'tempName': '报价单(山东中集定制)v2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10967, 'tempCode': '2024-3-26', 'tempDesc': '', 'tempFileName': 'd60da1a6a22547619dc9a62cadc69299.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/a6d828564e694b20aba4086ec029462b.jasper', 'tempName': '报价单打印+材料单位', 'tempSort': 0, 'userId': 0}, {'clsCode': 'recoveryPaymentPrint', 'clsId': 61, 'clsName': '应收记账结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 421, 'tempCode': 'recoveryPaymentPrint', 'tempDesc': '应收记账结算单打印', 'tempFileName': 'recoveryPaymentPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/73e29fa2b77f455c9d608fbcbc39c176.jasper', 'tempName': '应收记账结算单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 551, 'tempCode': 'shanxi', 'tempDesc': '陕西省结算单', 'tempFileName': 'dd0cab3232f54b32b8dd82d993621887.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/8001c33e8dc1496488a6f0853f817f51.jasper', 'tempName': '陕西省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 552, 'tempCode': 'sichuan', 'tempDesc': '四川省结算单', 'tempFileName': 'b74e6f34a8cf4d57bc6ebf6f287b87cf.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/5f227e5a2c0d4d9da3759fff44ce2c4b.jasper', 'tempName': '四川省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 553, 'tempCode': 'shanghai', 'tempDesc': '上海市结算单(配件类型)', 'tempFileName': 'f0c35f1f45ee43cb87259b08ebe54e58.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/f7f28ad19e1047569cea20d778829169.jasper', 'tempName': '上海费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 554, 'tempCode': 'jiangsu', 'tempDesc': '江苏省费用结算单', 'tempFileName': '90ebb424d1254f4cbe80905f9c1e9fd3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/e4e4ec914de645b39f027046be3a4fbb.jasper', 'tempName': '江苏省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 567, 'tempCode': 'xjsdlb', 'tempDesc': '', 'tempFileName': '444169991d94413ebc947ba75753fe26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/88226c7d7db940f6a4f73bf8312dffd2.jasper', 'tempName': '新结算单(老包修车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10588, 'tempCode': '2023-8-28', 'tempDesc': '', 'tempFileName': 'fe952e3656b74203a3d95f6f20e2f056.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/47dde3ce7e734804a1f41de9b14210c7.jasper', 'tempName': '维修单(施工明细)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10597, 'tempCode': 'yichengusuan', 'tempDesc': '', 'tempFileName': 'c0b24b264d644b3fbe48234c30699ace.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/2dfc56a6819e464c99a7d315cd21dea1.jasper', 'tempName': 'F6标准估算单(折后金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10598, 'tempCode': 'F6StandardQuotation', 'tempDesc': '', 'tempFileName': 'ec4f2f5d00604dd99dd0ea9c9dbb3080.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a3e40f9b1cd2418ea436a9dca0795b60.jasper', 'tempName': 'F6标准估算单(折前金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10599, 'tempCode': 'MingJunQuotation', 'tempDesc': '', 'tempFileName': '358b352c3e364502af1e0768a1900676.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/198093f465144c6987cded2e13916267.jasper', 'tempName': '名骏估算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10600, 'tempCode': 'yichengusuan', 'tempDesc': '', 'tempFileName': '3613381c264c4e86ae733e37d4ab811e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/e5ad595b76f247bbbc1b04113554b329.jasper', 'tempName': 'F6标准估算单(折后金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10601, 'tempCode': '1', 'tempDesc': '', 'tempFileName': 'a2da731ddf684e558cbe77ec9d87cb05.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/b001ba2aa845493bb99c098dec2581d2.jasper', 'tempName': '检测估算单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11034, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': 'f387bf902ee24bdbae031659ee699757.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/77bc6a41b4e244e295954b814a1ec3d3.jasper', 'tempName': 'F6标准结算单(壹)昭通中宝定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11043, 'tempCode': '2024-5-10', 'tempDesc': '', 'tempFileName': 'b4b1482b97554ba1878dbb8c065e6a38.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/3daa828caf1a484abbd498d733da3290.jasper', 'tempName': '销售单(边框)+品牌+零件号+规格型号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 342, 'tempCode': '销售单(免责条款)_CHS201901220005551', 'tempDesc': '销售单(加日期)版本增加免责条款', 'tempFileName': '销售单(免责条款) .jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/ef2aecb432344e46b77701eb8350937b.jasper', 'tempName': '销售单(免责条款)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 93, 'tempCode': 'xiaoshouxiaopiao', 'tempDesc': '', 'tempFileName': '销售单小票.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/e3f7889b63c4401eb09efeb5915cf400.jasper', 'tempName': '销售单小票', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10619, 'tempCode': '2023-9-12', 'tempDesc': '去掉品牌,规格,零件号,货位,领料人', 'tempFileName': '1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/accd4b20204f4fd7b785465792286f05.jasper', 'tempName': '销售单(日期版)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 381, 'tempCode': '销售单添加签字CHS202211300194071', 'tempDesc': '销售单添加一个签字', 'tempFileName': '销售单添加签字.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/028c27004335470bbdf1c379a099d333.jasper', 'tempName': '销售单添加签字', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 135, 'tempCode': 'xiaoshoubazhongdian', 'tempDesc': '', 'tempFileName': '销售单(精典巴中店).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-07/default/36a24f70f8dc4134a4ccf2d14d34a5c4.jasper', 'tempName': '销售单(精典巴中店)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 137, 'tempCode': 'wulingjianhao', 'tempDesc': '', 'tempFileName': '销售单(无零件号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-07/default/2b28d3b81baa44e586f5aca12c15eb67.jasper', 'tempName': '销售单(无零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 396, 'tempCode': '销售单(新乐定制)_CHS202302080198173', 'tempDesc': '', 'tempFileName': '销售单(新乐定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/5076396400594371b1c5b1217cb5a7a7.jasper', 'tempName': '销售单(新乐定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10654, 'tempCode': '2023-10-18', 'tempDesc': '去除品牌、规格、零件号、货位、领料人,只留合计和实收金额', 'tempFileName': '5537949037054fbab8e2c161f3649a30.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/3c34108b5e0b4ef6ad9a40d90e6b166a.jasper', 'tempName': '销售单(日期版)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10660, 'tempCode': '2023-10-20', 'tempDesc': '去除货位,领料人,下方所有结算信息', 'tempFileName': '5537949037054fbab8e2c161f3649a30.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/6b339d41b05e45b4ad7d0b0b484f592e.jasper', 'tempName': '销售单(日期版)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 436, 'tempCode': '销售单极简(瀚邦)CHS201912110045288', 'tempDesc': '瀚邦广告其他店勿用', 'tempFileName': '销售单极简_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/e396e7d6ce234f81a7ea63e0a04572bf.jasper', 'tempName': '销售单极简(瀚邦)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 1, 'navigateLastPage': 8, 'navigatePages': 8, 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8], 'nextPage': 5, 'orderBy': '', 'pageNum': 4, 'pageSize': 100, 'pages': 12, 'prePage': 3, 'size': 100, 'startRow': 301, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 500, 'firstPage': 1, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 8, 'list': [{'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 474, 'tempCode': '2023-4-27', 'tempDesc': '销售单(不带日期)', 'tempFileName': '36a24f70f8dc4134a4ccf2d14d34a5c4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/605b6922be6340389b7789fd7c6f478c.jasper', 'tempName': '销售单(不带日期)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10717, 'tempCode': '同捷标致销售单CHS202310270246681', 'tempDesc': '', 'tempFileName': '标致销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/38d5e11a57c8415d9fb5eb18c2a331cd.jasper', 'tempName': '标致销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11005, 'tempCode': '2024-4-16', 'tempDesc': '', 'tempFileName': 'b5e1203cae8441708e4b692ffbe0dbb0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/8fb927ca036b41a288e9273a02328b03.jasper', 'tempName': '销售单定制-四川守安定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'serviceSummary', 'clsId': 64, 'clsName': '施工单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11060, 'tempCode': 'f6StandardService_new', 'tempDesc': '', 'tempFileName': 'e29b4d91355b429d943949a8a625cfd6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/446959addb6f47498a3367e0110077fa.jasper', 'tempName': 'F6标准施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10241, 'tempCode': '西部汽修_委托单_CHS202112210147595_WTD', 'tempDesc': '', 'tempFileName': 'F6标准委托单(西部汽修).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/697402dba0764f8c8348df4d1a636d6e.jasper', 'tempName': 'F6标准委托单(西部汽修)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10517, 'tempCode': '2023-6-27', 'tempDesc': '', 'tempFileName': 'ebc831433cbc44de8432372f29de4855.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/84a1dbff71dd470c8c27c2446f585506.jasper', 'tempName': '委托单(有价格无诊断)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10291, 'tempCode': '委托单(奥之杰定制)_CHS202205200180120', 'tempDesc': '无材料,显示长车型', 'tempFileName': '委托单(奥之杰定制921).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/93ebd666eb934a41b23d96d8071a92a3.jasper', 'tempName': '委托单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 580, 'tempCode': 'WTD', 'tempDesc': '', 'tempFileName': 'ebc831433cbc44de8432372f29de4855 (1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/26374c7ec93444618ef578c08fbcbece.jasper', 'tempName': '委托单(标准)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10316, 'tempCode': 'F6标准委托单(安仕吉一车间技师版本)_CHS202201050', 'tempDesc': '', 'tempFileName': 'F6标准委托单(安仕吉一车间技师版本).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/468d81754fd346fc900b412a4618e2c4.jasper', 'tempName': 'F6标准委托单(安仕吉一车间技师版本)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10317, 'tempCode': '委托单标准(华凌汽车定制)_CHS202207190184808', 'tempDesc': '', 'tempFileName': '委托单标准(华凌汽车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/35292cf5b9af4827a1e2d579c292527a.jasper', 'tempName': '委托单标准(华凌汽车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10064, 'tempCode': '77', 'tempDesc': '不带材料', 'tempFileName': '委托单精简.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/3520efb162454e3f80a9596036ffcae6.jasper', 'tempName': '委托单(精简)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10330, 'tempCode': '新委托单(老包修车定制)_CHS201902120005622', 'tempDesc': '', 'tempFileName': '新委托单(老包修车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/2b76fc908df340e38bec03f052f535f6.jasper', 'tempName': '新委托单(老包修车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10079, 'tempCode': 'biaozhunwujiage', 'tempDesc': '标注版结算单(无价格版本)', 'tempFileName': '委托单(无价格).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/25899ed8617c442d9ac193f2a296eb27.jasper', 'tempName': '委托单(无价格)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10080, 'tempCode': 'wuzhenduanxinxi', 'tempDesc': '标准版委托单,去除诊断信息版本', 'tempFileName': '委托单(无诊断).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/1e121cd99e43441b840055296bc2aa59.jasper', 'tempName': '委托单(无价格无诊断)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10081, 'tempCode': 'jiabiankuanyoujiage', 'tempDesc': '基于标准版加边框有价格版本', 'tempFileName': '委托单标准-加边框有价格.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/3fea18943d474a40b1c320149a1858b7.jasper', 'tempName': '委托单(带边框)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10088, 'tempCode': 'xiyuebenbaoweit', 'tempDesc': '基于标准版,备注放到材料项目名称后面', 'tempFileName': '委托单标准-备注放到名称后面.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/67d7d732e2ac4f1e87dd40a6db94609b.jasper', 'tempName': '委托单(带备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10103, 'tempCode': 'biaozhunwucailiaowujiage', 'tempDesc': '基于标准委托单无材料无价格', 'tempFileName': '委托单(标准无材料无价格).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/607ebd8032244ad2a34d9fdfd8142777.jasper', 'tempName': '委托单(无材料)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10118, 'tempCode': 'weituodanwujiagephone', 'tempDesc': '无价格无客户电话', 'tempFileName': '委托单(无价格)改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/a7c21f5051174727a6f3ef14d3f3745e.jasper', 'tempName': '委托单(无价格电话)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10124, 'tempCode': 'lingjianhaopinpaibianma', 'tempDesc': '', 'tempFileName': '委托单标准(零件号+编码+品牌+打印次数).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-03/default/3c8f8c2189b94b50abeb1f308ff91c34.jasper', 'tempName': '委托单(配件明细版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10142, 'tempCode': 'weituodanshanghaichexi', 'tempDesc': '', 'tempFileName': '委托单(上海车禧).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/1c30952d9f4f430091c7ae9c21b85a26.jasper', 'tempName': '委托单(上海车禧)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10151, 'tempCode': 'weituodanshoujijiami', 'tempDesc': '', 'tempFileName': '委托单(标准号码加密).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-11/default/75809fc6046c49d9ae91b1e8b8f0be9b.jasper', 'tempName': '委托单(手机加密)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10224, 'tempCode': 'entrustPrint_new', 'tempDesc': '养车新维保使用', 'tempFileName': '委托单-带质检人.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/036dbb2afd4c4689b44b7c2b73ccea35.jasper', 'tempName': '委托单(标准)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10237, 'tempCode': '安仕吉一车间_CHS202201050148409_WTD', 'tempDesc': '技术专家自己定制的,1130mx更新1次', 'tempFileName': 'F6标准委托单(安仕吉一车间定制1130).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/84ca4cc5e4b342418e9ec73ba017db28.jasper', 'tempName': 'F6标准委托单(安仕吉一车间定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementReceipt', 'clsId': 62, 'clsName': '结算单小票-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10629, 'tempCode': 'jsd', 'tempDesc': '', 'tempFileName': 'c81354655fc640439455cfb0c1ab3185.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/6738c34096764090beb2e030cabfb3b5.jasper', 'tempName': '结算单小票', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10240, 'tempCode': '抚顺市兴盛达汽车_CHS201912250048501_JSD', 'tempDesc': '', 'tempFileName': '抚顺市兴盛达汽车服务有限公司.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/c059bf0e1a344d4191373ca02bd370f0.jasper', 'tempName': '抚顺市兴盛达汽车服务有限公司(结算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10496, 'tempCode': '2023-6-6', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/5a75719b1ab74789b305650fdb211ff5.jasper', 'tempName': '结算单(常州铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10497, 'tempCode': '2023-6-9', 'tempDesc': '无折扣+无注', 'tempFileName': '5754d5c84ecb404a9cdaf95371c24c19.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/fc26d32ed98b4ba2be1334ee29abc81b.jasper', 'tempName': 'F6标准结算单(壹)无折扣+无注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10498, 'tempCode': 'CHS201904220027595(最新)博豪结算单', 'tempDesc': '', 'tempFileName': '博豪施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/b03f63119b124b648d92caa8f0dc5c86.jasper', 'tempName': '(最新)博豪结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10499, 'tempCode': '2023-6-13', 'tempDesc': '', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/4ee8d55de2c14a91aca6b52dbb42772f.jasper', 'tempName': 'F6标准结算单(壹)+发动机号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10500, 'tempCode': '2023-6-13', 'tempDesc': '增加客户来源至发票类型', 'tempFileName': 'cd3fbbc6b1b245bc91afbc253f397b52.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/11d496d82779465988bbd01f67f4f653.jasper', 'tempName': '结算单(全字段定制)+发票类型', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10501, 'tempCode': '2023-6-13', 'tempDesc': '备注字体格式调整,备注内容不与下边框重叠', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/d13906ac767c4d6d97ae0293e255a064.jasper', 'tempName': '新结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10506, 'tempCode': '2023-6-16', 'tempDesc': '', 'tempFileName': '5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/2e89a6476b6c4fb884d05717d8a1cf24.jasper', 'tempName': '江苏省费用结算单(三联)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10251, 'tempCode': 'CHS202005270085269_腾翼汽修_JSD', 'tempDesc': '区域自己提供的打印单文件', 'tempFileName': '结算单(腾翼汽修).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/90201227a25d4c67b954ca521b306a08.jasper', 'tempName': '结算单(腾翼汽修)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10252, 'tempCode': '日照亚欧美汽修_CHS202202100149442_JSD', 'tempDesc': '', 'tempFileName': '亚欧美汽修.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/9e423f893867419b9712ab276691a3ef.jasper', 'tempName': '日照亚欧美汽修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10254, 'tempCode': '宜宾安仕吉_CHS202201050148409_JSD', 'tempDesc': '技术专家自己定制的', 'tempFileName': 'F6标准结算单(宜宾安仕吉定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/7c8ed98a964946b098256929b83906cb.jasper', 'tempName': 'F6标准结算单(宜宾安仕吉定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10510, 'tempCode': '2023-6-16', 'tempDesc': '', 'tempFileName': '08835ccd02c14bbe810a686515640aa0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/a2a53261f449404c8f54591fbfe6d5bf.jasper', 'tempName': 'F6标准版结算单(肆)+发动机号', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10511, 'tempCode': 'shaanxi', 'tempDesc': '陕西saas', 'tempFileName': '20230612陕西省结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/dd0cab3232f54b32b8dd82d993621887.jasper', 'tempName': '陕西省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10256, 'tempCode': '结算单(康诚定制)_CHS202204180174539_JSD', 'tempDesc': '连锁店', 'tempFileName': '结算单(康诚定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/378b0d17284d48bfa68877b51160cc42.jasper', 'tempName': '结算单(康诚定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10257, 'tempCode': 'ch0002', 'tempDesc': '明细中去除折扣以及不显示签名', 'tempFileName': '楚瀚永捷结算单_2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/aa7594fc369d49ef84ca78cb2d0ccb36.jasper', 'tempName': '楚瀚永捷结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10514, 'tempCode': '2023-6-20', 'tempDesc': '', 'tempFileName': '5011925371d740b4b3d21f4305e80052.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/3902df321a73446cac9fffef78841458.jasper', 'tempName': '结算单(无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10259, 'tempCode': '结算单(无)华信诚定制_CHS201807132968_JSD', 'tempDesc': '', 'tempFileName': '结算单(无)华信诚定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/be445bb7a8494d77a41fcf8671beba85.jasper', 'tempName': '结算单(呵嘀)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10515, 'tempCode': '2023-6-26', 'tempDesc': '去除记账信息', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/0f163b8be8df41ba9de69782c946e6db.jasper', 'tempName': 'F6标准结算单(壹)去除记账信息', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10260, 'tempCode': '结算单(无)华信诚定制2_CHS201807132968_JSD', 'tempDesc': '', 'tempFileName': '结算单(无)华信诚定制2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/c078c682f47d42e190bbb1611739533d.jasper', 'tempName': '结算单(华信诚)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10518, 'tempCode': '2023-6-28', 'tempDesc': '', 'tempFileName': '78c38152b1e44044b8be52f8628c6d4b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/d891cef3c71d439f9fae3bec6d6fa804.jasper', 'tempName': '结算单(施工明细欠账单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10266, 'tempCode': 'dsxqqzdb', 'tempDesc': '鼎盛结算单(全字段版)', 'tempFileName': '鼎盛结算单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/5501ff536dfa4ab4b2d5a776dff7a5e1.jasper', 'tempName': '鼎盛结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10522, 'tempCode': '2023-6-29', 'tempDesc': '', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/ac1a995be1764449b92e6d0edd5b63af.jasper', 'tempName': '新结算单(3位折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10267, 'tempCode': 'F6标准结算单(建鑫顺)_CHS202002170052092', 'tempDesc': '', 'tempFileName': 'F6标准结算单(建鑫顺).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/a2fa93d262264aafa918072be08848e3.jasper', 'tempName': 'F6标准结算单(建鑫顺)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10523, 'tempCode': '2023-6-30', 'tempDesc': '', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/bfb26d66e17847ab9dc1d7601b7f0d68.jasper', 'tempName': '新结算单(无折扣无技师)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10524, 'tempCode': '2023-7-4', 'tempDesc': '增加项目折扣', 'tempFileName': '5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/2a3c09c4b459433e997b1adbf30d2824.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11038, 'tempCode': '2024-5-9', 'tempDesc': '', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/b0f678763e714449b37dbf279868d57e.jasper', 'tempName': 'F6标准结算单(壹)-去除进厂、交车时间', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10273, 'tempCode': 'CHS202012220112901', 'tempDesc': '', 'tempFileName': '华信诚无.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/1007f45098564804ad911a3cd291a85a.jasper', 'tempName': '结算单(华信诚)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10529, 'tempCode': '2023-7-7', 'tempDesc': '去除下方维修厂名称', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/5c0983ca9a384c1dbe0de82f74f8e042.jasper', 'tempName': '新结算单(无维修厂名称)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10274, 'tempCode': 'xhdjsd1', 'tempDesc': '在欣宏电估算单基础上去除预估二字', 'tempFileName': '欣宏电结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/3c556280e5ec47a5979af2b25d7dffef.jasper', 'tempName': '武汉欣宏电结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10532, 'tempCode': '2023-7-14', 'tempDesc': '增加客户来源至发票类型', 'tempFileName': '6581f70417684d4e83601d03eccd79fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/304c02df325b458a98bf749256ca5c23.jasper', 'tempName': '结算单(全字段版)+发票类型', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10277, 'tempCode': '结算单(施工明细景星)CHS201906180031039JSD', 'tempDesc': '', 'tempFileName': '结算单(施工明细景星).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/0cb92569b8e34f4f986ba1db6b9cd28d.jasper', 'tempName': '结算单(施工明细景星)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10278, 'tempCode': '结算单(玉环锦利定制)_CHS202111090145110', 'tempDesc': '', 'tempFileName': '结算单(玉环锦利定制update826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/d4c4302d7250455e92899ca9354ced2d.jasper', 'tempName': '结算单(玉环锦利定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10281, 'tempCode': '易驰结算单(卡)_易驰维修_CHS202205110179536', 'tempDesc': '区域自己定制', 'tempFileName': '易驰结算单(卡).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/b08fe2147be84e3f8ce4e253ff0292f7.jasper', 'tempName': '易驰结算单(卡)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10537, 'tempCode': '2023-7-20', 'tempDesc': '只打印项目,不打印材料', 'tempFileName': '6e9fd972d69047b9a2b272a86f61822b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/3c6d61c7bc9b4f4b826c61cda3473532.jasper', 'tempName': '结算单(bbr定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10283, 'tempCode': '新结算单(山东中集)_CHS201909100037080_', 'tempDesc': '', 'tempFileName': '新结算单(山东中集updated118).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/5afc7cc30cba4d589dd6286a0f904889.jasper', 'tempName': '新结算单(山东中集)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10289, 'tempCode': '结算单(中轿定制)_CHS201902270005884_JSD', 'tempDesc': '结算单(中轿定制v2)是带有网格的版本', 'tempFileName': '结算单(中轿定制v2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/65263a3dd2ee451285befc135f25aa09.jasper', 'tempName': '结算单(中轿定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10549, 'tempCode': '左下角不是打印日期CHS202107190133246', 'tempDesc': '', 'tempFileName': '江苏省费用结算清单_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/80962c2e9aaa4f6fa55b77124f371adb.jasper', 'tempName': '江苏省费用结算单左下角不是打印日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10294, 'tempCode': 'chongxiaojishibanv2_JSD', 'tempDesc': '项目,材料中都为技师,无领料人字段', 'tempFileName': '结算单(冲销)技师版v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/a818698780ac47bfaa7319db431edeef.jasper', 'tempName': '结算单(冲销技师版v2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10550, 'tempCode': '2023-7-15', 'tempDesc': '基于武汉精简版结算单', 'tempFileName': 'd0dfda1253cc4c64bef2bdfd6789493f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/9ee38b854dd14090b697876415412054.jasper', 'tempName': '精简版结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10296, 'tempCode': '结算单(施工明细无折扣)_CHS202107070131989', 'tempDesc': '粤海名车维修定制', 'tempFileName': '结算单(施工明细无折扣)update71.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/c4ece2f4620847248fd7090135cf71f4.jasper', 'tempName': '结算单(施工明细无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10298, 'tempCode': 'F6标准结算单(壹盛祥定制)CHS202202190154646', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹盛祥定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/4ffb685ab4364474929788d0d4225251.jasper', 'tempName': 'F6标准结算单(壹盛祥定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10301, 'tempCode': '结算单(优惠版)_CHS202111020144827', 'tempDesc': '凯琳汽车定制,基于结果单(全字段版).jasper', 'tempFileName': '结算单(优惠版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/47b2f77852d94b78b8df91e4aca5acdb.jasper', 'tempName': '结算单(优惠版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10302, 'tempCode': 'jzjsd', 'tempDesc': '附表打印显示记账单位名称', 'tempFileName': 'F6标准结算单(壹).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/732af18765194a60a4956ee99baf0744.jasper', 'tempName': '记账结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10559, 'tempCode': '2023-7-27', 'tempDesc': 'F6标准结算单(壹)+下次保养日期,待付金实付金额加粗', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/d284c90ad226474482c1208004b6579f.jasper', 'tempName': 'F6标准结算单(壹)+下次保养日期', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10048, 'tempCode': 'newSettlePrintHengtai01', 'tempDesc': '恒泰含质保', 'tempFileName': '客户结算单(含质保).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/2e29be0e02204aee8f30b7133e095dcb.jasper', 'tempName': '客户结算单(含质保)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10304, 'tempCode': '新结算单A(勤发汽维定制)_CHS202006240092749', 'tempDesc': '', 'tempFileName': '新结算单A(勤发汽维定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/ed8c5db4e2eb4b3baaabcf2a5c0b23be.jasper', 'tempName': '新结算单A(勤发汽维定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10049, 'tempCode': 'newSettlePrintHengtai02', 'tempDesc': '恒泰不含质保', 'tempFileName': '客户结算(不含质保).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/504e8009a1f34dbc8a8d4bfcd75f6c0d.jasper', 'tempName': '客户结算单(不含质保)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10306, 'tempCode': 'F6标准结算单(壹汇丰致远定制)S202111250146296', 'tempDesc': '不显示记账单位', 'tempFileName': 'F6标准结算单(壹汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/07411ac8c7f74fe5b498398550e43c92.jasper', 'tempName': 'F6标准结算单(壹汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10562, 'tempCode': '港之鑫CHS202307260238277', 'tempDesc': '', 'tempFileName': '港之鑫结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/0c15b7b65c5548dfaa8c28d12933cea3.jasper', 'tempName': '港之鑫结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10307, 'tempCode': '结算单(领航汇丰致远定制)_CHS202111250146296', 'tempDesc': '不显示记账单位', 'tempFileName': '结算单(领航汇丰致远定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/7db52143ebc24a4d9007074a6336d991.jasper', 'tempName': '结算单(领航汇丰致远定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10309, 'tempCode': 'F6标准结算单(壹无记账)_000001mx', 'tempDesc': '附表打印无记账单位', 'tempFileName': 'F6标准结算单(壹无记账).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/a440eea2e14349ad9297392a71b30427.jasper', 'tempName': 'F6标准结算单(壹无记账)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 582, 'tempCode': 'newSettleFirst', 'tempDesc': '', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/58128d9674354fe685fcab1869141bb3.jasper', 'tempName': 'F6标准结算单(壹)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10054, 'tempCode': 'newSettleJS', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempName': '江苏省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10055, 'tempCode': 'newPrintSettleHengTai', 'tempDesc': '恒泰内部结算单', 'tempFileName': '内部结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/53f0d0d206e442d0ab71705fb146b6c4.jasper', 'tempName': '内部结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10311, 'tempCode': 'hcjsd1', 'tempDesc': '删除了客户信息上面的工单单号等', 'tempFileName': '结算单(鸿昌2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/67a681b4840d4ca7b8df162cbb0597a5.jasper', 'tempName': '鸿昌结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11079, 'tempCode': 'CZJ-结算单新-20240603', 'tempDesc': '材料信息去掉材料规格,加宽零件号', 'tempFileName': 'F6标准版结算单(肆)不含规格加宽零件号.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/e2c3cbeb4c574600bef0114cc0bbbeae.jasper', 'tempName': 'F6标准版结算单(肆)加宽零件号去掉规格', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10312, 'tempCode': '新结算单(华凌车业定制)_CHS202207190184808', 'tempDesc': '', 'tempFileName': '新结算单(华凌车业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/69a7112e0c7d458a8ad65dd5e5377df7.jasper', 'tempName': '新结算单(华凌车业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10313, 'tempCode': 'F6标准结算单(壹车汇缘定制)_CHS2022080201857', 'tempDesc': '显示零件号', 'tempFileName': 'F6标准结算单(壹车汇缘定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/e6f0072c90774cb99cc96475f9368037.jasper', 'tempName': 'F6标准结算单(壹车汇缘定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11081, 'tempCode': 'WHC-新结算单打印-20240523', 'tempDesc': '', 'tempFileName': 'b7b6ed7a708c485c8a602154bfc1e59d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/4903b4bf913f4ecf92c7b1ec88978f36.jasper', 'tempName': '小刘奥迪(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10058, 'tempCode': 'MingJunSettle', 'tempDesc': '', 'tempFileName': '名骏结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/e6ad7c0eb85c492385ac3f34d136df35.jasper', 'tempName': '名骏结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10314, 'tempCode': '新结算单A(勤发汽维定制)2_mx', 'tempDesc': '', 'tempFileName': '新结算单A(勤发汽维定制)3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/a083a613b6d6403ab2f3b09c18829486.jasper', 'tempName': '新结算单A(勤发汽维定制)2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10060, 'tempCode': 'F6Standard04', 'tempDesc': '内部结算单', 'tempFileName': '60c31bbb3ab7478ca6130dcb58fc497b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/08835ccd02c14bbe810a686515640aa0.jasper', 'tempName': 'F6标准版结算单(肆)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10318, 'tempCode': 'F6标准结算单(壹德飞名车定制)_CHS202105060123', 'tempDesc': '附表不显示记账单位与记账方式', 'tempFileName': 'F6标准结算单(壹德飞名车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/95c843825e1542cfac7fa3f526c94387.jasper', 'tempName': 'F6标准结算单(壹德飞名车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10320, 'tempCode': '南通圣驰结算单(定制2)_mx_update', 'tempDesc': '', 'tempFileName': '南通圣驰结算单(定制update89).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/34b842fa0bd840909835bf7e33c5cb7e.jasper', 'tempName': '南通圣驰结算单(定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10321, 'tempCode': 'yhcw01', 'tempDesc': '精简格式', 'tempFileName': '结算单(一号车网824.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/06d4594e493844bfb798ac5162d58991.jasper', 'tempName': '一号车网结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10322, 'tempCode': '结算单(玉环锦利定制2)_CHS202111090145110', 'tempDesc': '', 'tempFileName': '结算单(玉环锦利定制2update826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/cecb437125274a1dbd1e34d4dcfb2308.jasper', 'tempName': '结算单(玉环锦利定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10067, 'tempCode': 'settleSimple', 'tempDesc': '', 'tempFileName': 'F6模板(简约版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/1a1c9157c68c4b9fb9bb4ae89d0a9b29.jasper', 'tempName': '结算单(精简)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10323, 'tempCode': '结算单(冲销广达汽修定制)_CHS201911260043598', 'tempDesc': '', 'tempFileName': '结算单(冲销广达汽修定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/e95437d6315a4ddbb0e73d57c4cfe201.jasper', 'tempName': '结算单(冲销广达汽修定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10579, 'tempCode': '2023-8-15', 'tempDesc': '', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/6f5297aed5854e0ab0a25fc1bfccf8f9.jasper', 'tempName': 'F6标准结算单(壹)去掉VIN+里程', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10325, 'tempCode': '09999', 'tempDesc': '', 'tempFileName': '精简版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/ecfc0a2400c446948ed8e3d4bfe3992d.jasper', 'tempName': '一号车网结算单新', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10070, 'tempCode': 'rabbitSettle', 'tempDesc': '兔师傅', 'tempFileName': '兔师傅专用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/e86f4762b2cd4432b151e8f9b5f2162d.jasper', 'tempName': '兔师傅专用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10326, 'tempCode': '新结算单(昌丰定制)_chs201910080039740', 'tempDesc': '去除下方维修厂名称', 'tempFileName': '新结算单(昌丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/e02023c0f2024a34ac8c5f5097f6ad26.jasper', 'tempName': '新结算单(昌丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10328, 'tempCode': '新结算单(老包定制)_CHS201902120005622', 'tempDesc': '', 'tempFileName': '新结算单(老包修车定制updated1114.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/444169991d94413ebc947ba75753fe26.jasper', 'tempName': '新结算单(老包修车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10074, 'tempCode': 'xingyuebenbao', 'tempDesc': '星悦奔宝', 'tempFileName': '结算单(星悦奔宝).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/71e63df745464ff3b6ecead790b9f692.jasper', 'tempName': '结算单(星悦奔宝)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10077, 'tempCode': 'mingjunban', 'tempDesc': '名骏版本(其他门店通用)', 'tempFileName': '名骏版结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/2b450a71fafb4565888b3bf3aa06e334.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10333, 'tempCode': 'F6标准结算单(壹德巨泰定制)_CHS20200519008', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德巨泰定制updated1115).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/aff76625feee4681bcb36961d14fbbf9.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 1, 'navigateLastPage': 8, 'navigatePages': 8, 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8], 'nextPage': 6, 'orderBy': '', 'pageNum': 5, 'pageSize': 100, 'pages': 12, 'prePage': 4, 'size': 100, 'startRow': 401, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 600, 'firstPage': 2, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 9, 'list': [{'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10078, 'tempCode': 'wubeizhu', 'tempDesc': '基于经典版无备注版本', 'tempFileName': '结算单(无).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/bf290168c99d476f9313bc50cd072ce3.jasper', 'tempName': '结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10334, 'tempCode': 'F6标准结算单(壹永丰定制)_CHS20220825018754', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹永丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/55dc46e997fc466c9a019b33a2403d2a.jasper', 'tempName': 'F6标准结算单(壹永丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10335, 'tempCode': '结算单(守定精品定制)_CHS201909170037374', 'tempDesc': '', 'tempFileName': '结算单(守定精品定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/5aad002e74ff40c5b50840188619670d.jasper', 'tempName': '结算单(守定精品定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10337, 'tempCode': 'F6标准结算单(亿龙定制)_CHS202209170188743', 'tempDesc': '', 'tempFileName': 'F6标准结算单(亿龙定制updated33).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/7ecb21069c4742b3a0079af8485529ff.jasper', 'tempName': 'F6标准结算单(亿龙定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10338, 'tempCode': 'F6标准结算单(壹南阳万里定制)_CHS201907160033', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹南阳万里定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/fab8a1f30da64e549b7779eb44aec55a.jasper', 'tempName': 'F6标准结算单(壹南阳万里定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10339, 'tempCode': '新结算单(南阳万里定制)_CHS201907160033279', 'tempDesc': '', 'tempFileName': '新结算单(南阳万里定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/a998853a70c644f385d27225b8af97e1.jasper', 'tempName': '新结算单(南阳万里定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10084, 'tempCode': 'xy0000001', 'tempDesc': '', 'tempFileName': '结算单-星悦奔宝.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/9694b4464e3a4a83b50ea0b5d884e358.jasper', 'tempName': '星悦奔宝-结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10340, 'tempCode': '结算单(bbr定制)_CHS202204200174735', 'tempDesc': '', 'tempFileName': '92943784fe4f49beab5e4ad385edf24e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/6e9fd972d69047b9a2b272a86f61822b.jasper', 'tempName': '结算单(bbr定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10341, 'tempCode': '结算单(壹平安汽修定制)_CHS202209280189586', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹平安汽修定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/9f02364576814f0b91dc267dc94a5c4f.jasper', 'tempName': 'F6标准结算单(壹平安汽修定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10343, 'tempCode': '结算单(精简名车港)_CHS201912120045538', 'tempDesc': '', 'tempFileName': '结算单(精简名车港).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/c8908fec5cea4f74b63728cc9543bacc.jasper', 'tempName': '结算单(精简名车港)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10345, 'tempCode': 'F6标准结算单(壹收款码)_CHS201909240038706', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹收款码).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/a8d60377214b444badf35011acf95a3a.jasper', 'tempName': 'F6标准结算单(壹收款码)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10346, 'tempCode': '结算单(路驰定制)_CHS202210110189973', 'tempDesc': '', 'tempFileName': '结算单(路驰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/aa4b72f408dd48b38212d6adc7ac6c29.jasper', 'tempName': '结算单(路驰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10347, 'tempCode': 'F6标准结算单(龙顺鼎定制)_CHS2022101201900', 'tempDesc': '', 'tempFileName': 'F6标准结算单(龙顺鼎定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/ced432caa7ab411c9b53c5dcff1a2232.jasper', 'tempName': 'F6标准结算单(龙顺鼎定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10092, 'tempCode': 'huiyuanchongxiao', 'tempDesc': '结算单会员冲销版本', 'tempFileName': '结算单(会员冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-01/default/6160bf8ead6e40ed87e5cff341fd664e.jasper', 'tempName': '结算单(会员冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10348, 'tempCode': 'F6标准结算单(壹枫迪汽修定制)_CHS201909100037', 'tempDesc': '', 'tempFileName': '公务车结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/b0ce7bf1548c4faea00d119378b7edbf.jasper', 'tempName': '公务车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10350, 'tempCode': '江苏盐城结算单_JSYCH', 'tempDesc': '', 'tempFileName': '江苏盐城结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/c1bb1e134a534d3eb80f4b91238f18be.jasper', 'tempName': '江苏盐城结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10097, 'tempCode': 'guanweijinda', 'tempDesc': '宣威金达定制', 'tempFileName': '结算单(宣威金达).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/c9da80df69d148a1b568978f21beddd5.jasper', 'tempName': '结算单(无工时单价)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10098, 'tempCode': 'xuchangdingsheng', 'tempDesc': '基于冲销版,显示技师,显示领料人,显示储值卡卡号', 'tempFileName': '结果单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-04/default/6581f70417684d4e83601d03eccd79fd.jasper', 'tempName': '结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10099, 'tempCode': 'chongqinggangtian', 'tempDesc': '重庆港天定制', 'tempFileName': '结算单(重庆港天).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/0879b19c9af245f2beba8c6d7af0c44e.jasper', 'tempName': '老结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10356, 'tempCode': 'F6结算单(无维修地址)_CHS201901130005358', 'tempDesc': '技术专家定制,无维修地址,无维修厂名称', 'tempFileName': '立众最新.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/b28d7f30ebf74efcb3f8bbce75a7b8d6.jasper', 'tempName': 'F6结算单(无维修地址)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10357, 'tempCode': '大连鑫太乙汽修_JSD_005', 'tempDesc': '', 'tempFileName': '太乙汽修5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/30913cdd0eef4bea95f612ce47c45946.jasper', 'tempName': '太乙汽修结算单5', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10102, 'tempCode': 'chongxiaoquankahao', 'tempDesc': '基于冲销版,增加储值卡卡号', 'tempFileName': '结算单(冲销全卡号版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-01/default/d072cc906ba1428b9efe850c7a47cc9f.jasper', 'tempName': '结算单(冲销全卡号版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10358, 'tempCode': 'F6标准结算单(联胜)CHS201901030005235', 'tempDesc': '去除门店名称', 'tempFileName': 'F6标准结算模板(联胜).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/69183e591c7640a7900d1583bac428eb.jasper', 'tempName': 'F6标准结算单(联胜)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10359, 'tempCode': 'F6标准结算单(壹)富泰程定制_CHS2022110801911', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹)富泰程定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/ee32ca45b16643bfb80b2539104414f6.jasper', 'tempName': 'F6标准结算单(壹)富泰程定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10104, 'tempCode': 'jingjiangaiban', 'tempDesc': '基于精简版新增的字段当前里程', 'tempFileName': '结算单(精简改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/3c42d2ddc0f74035a8b0444a428a5086.jasper', 'tempName': '结算单(精简改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10105, 'tempCode': 'chongxiaojishiban', 'tempDesc': '', 'tempFileName': '结算单(冲销)技师版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/b1ed40b5a917496e97104e2b8b5edb6b.jasper', 'tempName': '结算单(冲销技师版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10362, 'tempCode': '新结算单(山东中集)v2_CHS202211050191032', 'tempDesc': '门店2', 'tempFileName': '新结算单(山东中集)v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/aa2ecdb4f6bc4435949fb29aa5b57786.jasper', 'tempName': '新结算单(山东中集)v2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10107, 'tempCode': 'chongxiaolingjianhao', 'tempDesc': '结算单-冲销零件号版本', 'tempFileName': '结算单(会员冲销)零件号版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/f8e93a9107bd4e05ab88589bfdab4c92.jasper', 'tempName': '结算单(冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10108, 'tempCode': 'chongxiaowubeizhuban', 'tempDesc': '', 'tempFileName': '结算单(会员冲销)无备注版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/a50fcee4c6aa4cedbb5f37ca2da8fff6.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10109, 'tempCode': 'gangtianxin', 'tempDesc': '', 'tempFileName': '结算单(港天冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/1ac5d15216c74412b2572fd10314d7a5.jasper', 'tempName': '结算单(港天新)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10110, 'tempCode': 'aojunjiesuan', 'tempDesc': '', 'tempFileName': '23de2c75da7c4dc395493aa79a071bbe.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/8ebf46656d8b446f9e2597d2d132f637.jasper', 'tempName': '结算单(奥骏汽车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10111, 'tempCode': 'linghangjiesuan', 'tempDesc': '', 'tempFileName': '结算单(领航)modified.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-01/default/dda3b65e04a6478c956a34d7104b4a93.jasper', 'tempName': '结算单(领航)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10367, 'tempCode': 'F6标准结算单(壹新港定制)_CHS20191216004644', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹新港定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/27410b5181dd4b538180163934e346f3.jasper', 'tempName': 'F6标准结算单(壹新港定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10112, 'tempCode': 'Hengtaiwupinpai', 'tempDesc': '', 'tempFileName': '恒泰(去品牌).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/eac05f673340498da40fa8a4076abdbd.jasper', 'tempName': '内部结算单(无品牌)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10368, 'tempCode': '新结算单(实业定制)_CHS202009010105885', 'tempDesc': '', 'tempFileName': '新结算单(实业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/835985ab037f4819954cccfd0673b9b1.jasper', 'tempName': '新结算单(实业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10113, 'tempCode': 'dongda', 'tempDesc': '', 'tempFileName': 'F6标准结算单-东达.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/115cd20743c14b23846f4df324e551ca.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10369, 'tempCode': '0123456', 'tempDesc': '', 'tempFileName': '四川省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/b74e6f34a8cf4d57bc6ebf6f287b87cf.jasper', 'tempName': '四川省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10370, 'tempCode': 'F6标准版结算单(鑫瑞定制)_CHS202211100191', 'tempDesc': '基于\\t F6标准版结算单(肆)', 'tempFileName': 'F6标准版结算单(鑫瑞定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/6439adcc54634ec794a85461b393b5ab.jasper', 'tempName': 'F6标准版结算单(鑫瑞定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10115, 'tempCode': 'newSettleFirst1', 'tempDesc': '基于标准版无备注', 'tempFileName': 'F6标准结算(壹)无备注版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/ae7dfcfb81e64b92a0c9656c62c3998a.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10117, 'tempCode': 'chongxiaojishiwubeizhu', 'tempDesc': '冲销+技师+无备注', 'tempFileName': '结算单(冲销技师无备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/b0deb8fd90cc4355b220c1605c3df517.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10374, 'tempCode': 'F6标准结算单(壹鹏达定制)_CHS20190819003584', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹鹏达定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/9b315200572a4fc1bdeb2243a80e5d1e.jasper', 'tempName': 'F6标准结算单(壹鹏达定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10376, 'tempCode': 'F6标准结算单(无注释) CHS202206230182896', 'tempDesc': '模板去掉注:签字生效', 'tempFileName': '标准结算单去掉注释.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/be83c648597447fc8aeb76238ba65c2c.jasper', 'tempName': 'F6标准结算单(英宝)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10121, 'tempCode': 'OMDZ01', 'tempDesc': '', 'tempFileName': '欧米定制结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-02/default/ba90041b5409485cbf7d3351caf334ed.jasper', 'tempName': '欧米定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10377, 'tempCode': 'F6标准版结算单(鑫泓定制)_CHS20200907010642', 'tempDesc': '', 'tempFileName': 'F6标准版结算单(鑫泓定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/92e454e2fefd4a348ff369bb1c2935b8.jasper', 'tempName': 'F6标准版结算单(鑫泓定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10633, 'tempCode': '2023-9-18', 'tempDesc': '', 'tempFileName': '4e9cb8605db84a3391cf46027546dc9a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/086ad1f0d18d42d6867d875e85dde225.jasper', 'tempName': 'F6标准结算单(壹)无注+无签名', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10122, 'tempCode': 'hongyunda', 'tempDesc': '', 'tempFileName': 'F6标准结算单(宝丰县周庄).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/da79c1cae73d4631b22d342072f35ac0.jasper', 'tempName': '结算单(鸿运达)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10378, 'tempCode': '结算单(万福利达定制)_CHS202212090195059', 'tempDesc': '基于 F6标准结算单(施工明细)', 'tempFileName': '结算单(万福利达定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/2170877722aa4a33bd66453328ef7bdd.jasper', 'tempName': '结算单(万福利达定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10123, 'tempCode': 'shihong', 'tempDesc': '(世弘)工单下面的维修厂名字去掉', 'tempFileName': '结算单改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/e2d0aeef52fd4612977008dc76239afa.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10379, 'tempCode': 'esjr01', 'tempDesc': '去除大写金额', 'tempFileName': '标准结算单壹(1)(1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/e342497f7de34a4d920a490d0eaf374f.jasper', 'tempName': '恩施捷锐结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10635, 'tempCode': 'F6标准施工单(无工时费)', 'tempDesc': '', 'tempFileName': '84f8c0e6e4214238b0a24c14d7ff8f56.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/7e68affe0efb479d8201f6af29111a49.jasper', 'tempName': 'F6标准施工单(无工时费)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10380, 'tempCode': '宋哥养车结算单_CHS202104090119709', 'tempDesc': '定制结算单,基于会员冲销,+品牌零件号', 'tempFileName': 'fa6f759d7f804bcaa7519353dfc9ebc0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/11801c06d6624f1fac179713bd969203.jasper', 'tempName': '宋哥养车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10125, 'tempCode': 'shanghaigai', 'tempDesc': '', 'tempFileName': '247b839b54b4442eb4a7c22e9f003560.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/98226d79ae354cd3b4c71924c0e903e2.jasper', 'tempName': '上海市结算单(改版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10382, 'tempCode': '公务车结算单(昭通定制)_CHS202211050191032', 'tempDesc': '', 'tempFileName': '公务车结算单(昭通定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/01be068f797d4a249f5c82ede1640c5d.jasper', 'tempName': '公务车结算单(昭通定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10127, 'tempCode': 'xzq001', 'tempDesc': '', 'tempFileName': '结算单(鑫自强公有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/3e16cbd576234042b845b8aa05efeca9.jasper', 'tempName': '结算单(鑫自强公有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10639, 'tempCode': '2023-9-21', 'tempDesc': '配件编码取值材料编码', 'tempFileName': '98226d79ae354cd3b4c71924c0e903e2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/6f776017f63143ffa01e5d69a2c96b89.jasper', 'tempName': '上海市结算单(改版)+材料编码', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10384, 'tempCode': 'F6标准结算单(盛和之星)_CHS202212280196316', 'tempDesc': '基于F6标准结算单(壹)定制', 'tempFileName': 'F6标准结算单(盛和之星).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/102d781dbd1142b68d044e47e35a9c0d.jasper', 'tempName': 'F6标准结算单(盛和之星)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10129, 'tempCode': 'bzb002', 'tempDesc': '', 'tempFileName': 'F6标准模板(壹).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-06/default/7dc7440ee4fe4156b54edce5ce7071bc.jasper', 'tempName': 'F6标准结算单(壹改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10385, 'tempCode': '结算单(盛和之星定制)_CHS202211210192964', 'tempDesc': '基于结算单(施工明细)修改', 'tempFileName': '结算单(盛和之星定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/646106a4a41e434bbe578ee27529eb38.jasper', 'tempName': '结算单(盛和之星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10130, 'tempCode': 'wuweixiuchangmingzi', 'tempDesc': '', 'tempFileName': '世弘.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-06/default/b23cce2d2ad84ec988e093a9d6084b02.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10133, 'tempCode': 'xinziqiangsiyou', 'tempDesc': '', 'tempFileName': '结算单(鑫自强私有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/6b53fc5d1d0543e3ab811ce454927310.jasper', 'tempName': '结算单(鑫自强私有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10389, 'tempCode': '结算单(凯丰定制1)_CHS202212310196442', 'tempDesc': '', 'tempFileName': '结算单(凯丰定制1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/f1bccd6951614d0082a88a5ffdf63cec.jasper', 'tempName': '结算单(验收凯丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10645, 'tempCode': '2023-10-11', 'tempDesc': '标准版委托单,去除诊断信息版本', 'tempFileName': '1e121cd99e43441b840055296bc2aa59.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/f326be4bcc8d4a9cb0067c3e7e2600a1.jasper', 'tempName': '委托单(无价格无诊断)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10390, 'tempCode': '结算单(凯丰定制2)_CHS202212310196442', 'tempDesc': '', 'tempFileName': '结算单(凯丰定制2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/80a42f793d7b4a72835bc7a5a6d789ca.jasper', 'tempName': '结算单(审批凯丰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10138, 'tempCode': 'xinjiesuandanwuguwenshouji', 'tempDesc': '', 'tempFileName': '新结算单(无顾问手机号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-07/default/7e5ade72f8244f75b3409540dabddd6b.jasper', 'tempName': '结算单(无顾问手机)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10394, 'tempCode': 'F6标准结算单(壹航鑫定制)_CHS20230201019767', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹航鑫定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/dbd637d1f1904b64973e73c00ff97c30.jasper', 'tempName': 'F6标准结算单(壹航鑫定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10139, 'tempCode': 'rpdz01', 'tempDesc': '', 'tempFileName': '2971cfb61e5d4e75b43bbd09c91923fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a56ec2c70d3e4278ba38d48bc5f81cf4.jasper', 'tempName': '结算单定制(武汉锐派)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10395, 'tempCode': 'F6标准结算单(壹鑫威定制)_CHS20211110014523', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹鑫威定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/6aca2149ce7a47c28935d58739f9fa63.jasper', 'tempName': 'F6标准结算单(壹鑫威定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10140, 'tempCode': 'jiangsushengmianzetiaokuan', 'tempDesc': '', 'tempFileName': '江苏省结算单(免责条款版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/35c6133c5d824f418941e604e471c60c.jasper', 'tempName': '江苏省费用结算单(免责条款版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10399, 'tempCode': '汽运公司结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '汽运公司结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/f8a30ec2015a4ca8b9743c8dc302ec1d.jasper', 'tempName': '汽运公司结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10400, 'tempCode': '路灯结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '路灯结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/5fe7a2581aea408abb760a07ab0a492b.jasper', 'tempName': '路灯结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10402, 'tempCode': '汽运折后结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '汽运折后结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/2bb5fcecaf7e4c769e22b440f514dbae.jasper', 'tempName': '汽运折后结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10403, 'tempCode': '路灯折后结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '路灯折后结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/1c72bbac770b4865b942c7fbe5d2ad2b.jasper', 'tempName': '路灯折后结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10404, 'tempCode': '楚瀚结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '楚瀚结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/934b0c51c7b947e3bc266b135cd881d3.jasper', 'tempName': '楚瀚结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10150, 'tempCode': 'xybb0002', 'tempDesc': '创建日期20201201', 'tempFileName': '星悦奔宝新样板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/61e0ded4c29340b8b029fc8e7849f784.jasper', 'tempName': '星悦奔宝新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10406, 'tempCode': 'F6标准结算单(壹德君澳定制)_CHS2023013001975', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德君澳定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/94847a72bc0b4ca994bdff08fd0a1fc0.jasper', 'tempName': 'F6标准结算单(壹德君澳定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10407, 'tempCode': '新结算单(极道定制)_CHS202104140120739', 'tempDesc': '', 'tempFileName': '新结算单(极道定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/785e63b5fe29407295e99bae85c715e5.jasper', 'tempName': '新结算单(极道定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10152, 'tempCode': 'bz0001', 'tempDesc': '模板壹的基础上把项目备注与项目名称合并', 'tempFileName': 'F6标准结算单(壹带备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/2ea105aa92a64899a9e8ebafef62b9d6.jasper', 'tempName': 'F6标准结算单(带备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10154, 'tempCode': 'xzqtz0001', 'tempDesc': '', 'tempFileName': '结算单(鑫自强调整单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/15e770c6cae44a80a6ad17ebbd0ee643.jasper', 'tempName': '结算单(鑫自强调整单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10155, 'tempCode': 'wulingjianhaobiaozhun', 'tempDesc': '', 'tempFileName': 'F6标准结算单(无零件号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/5d0ee653b67f4c868f6705b01a6dda71.jasper', 'tempName': 'F6标准结算单(无零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10411, 'tempCode': '九易汽车服务连锁(万里店)-202323-3-17', 'tempDesc': '江苏省结算单调整,车辆所有人为空的话调用客户姓名,送修人电话为空的话就不显示号码', 'tempFileName': 'ffdd3861391f40bfae5baacf7096e0df.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/acf5548d5f84406ea9697c68d44475a5.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10667, 'tempCode': '2023-10-24', 'tempDesc': '', 'tempFileName': '7c08abbbfa174553a19d33de16ee8b6e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/24c5a76d94224f29901256eed6c4433f.jasper', 'tempName': '新结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10414, 'tempCode': '2112', 'tempDesc': '', 'tempFileName': '11.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/a2e50433081f49c49fa4d86c026613e6.jasper', 'tempName': '11结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10926, 'tempCode': '2024-1-25', 'tempDesc': '', 'tempFileName': '96afd022d9f04dc39bb74c0d186332e0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/b993d56c51bf4b0cab81c00fc7ef304a.jasper', 'tempName': '保时捷定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10160, 'tempCode': 'bohao', 'tempDesc': '', 'tempFileName': '新结算单_统一抬头.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-03/default/8f544c6371584af1b78ae3bd68beeaee.jasper', 'tempName': '结算单(重庆博豪)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10416, 'tempCode': '2023-3-15', 'tempDesc': '添加优惠原因(打几折)+去除明细的折扣和小计信息', 'tempFileName': '佰.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/c37c96c39a35456c914064dba6a08030.jasper', 'tempName': '佰瑞德结算单(结算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10161, 'tempCode': 'jiangsuwugongshi', 'tempDesc': '无工时', 'tempFileName': '江苏省结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-08/default/e0e1cd9569f74657bfadad2055c16a0d.jasper', 'tempName': '江苏省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10162, 'tempCode': 'certificate', 'tempDesc': '', 'tempFileName': '结算单(冲销全卡号版)-嵌套合格证.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-03/default/c27a5a5dfaa747e4a068d0d51dcc3b1d.jasper', 'tempName': '结算单(合格证)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10418, 'tempCode': 'gm001', 'tempDesc': '去除结算单打印大写金额', 'tempFileName': '标准结算单1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/66bac7fced404d56b02789bbcb3e198e.jasper', 'tempName': '十堰高迈结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10419, 'tempCode': '111', 'tempDesc': '', 'tempFileName': '西丰县佰瑞德汽车服务店维修结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/1012a12b55344d69889f677377d06210.jasper', 'tempName': '西丰县佰瑞德汽车服务店维修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10165, 'tempCode': 'yibiankuang', 'tempDesc': '', 'tempFileName': 'd96dea8814bc41748fdcc006c4527ebd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/e7ee843603de4b9ba8b961dff8cb9441.jasper', 'tempName': 'F6标准结算单(壹)边框版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10166, 'tempCode': 'boxingdingzhi', 'tempDesc': '', 'tempFileName': '结算单(南京铂星定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/ff9a1162171247d2a4c11ecfdc4df570.jasper', 'tempName': '结算单(南京铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10167, 'tempCode': 'shanxiboxing', 'tempDesc': '', 'tempFileName': '山西铂星结算定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempName': '结算单(山西铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10680, 'tempCode': '风神结算单CHS202310270246681', 'tempDesc': '', 'tempFileName': '风神最新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/ab48a8fa07a94b94b7106b1df5aa0c41.jasper', 'tempName': '风神结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10169, 'tempCode': 'xinjiesuanA', 'tempDesc': '', 'tempFileName': '新结算单_A.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/85bc0d41a75d43f89578a385e639e98a.jasper', 'tempName': '新结算单A', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10425, 'tempCode': '2023-3-20', 'tempDesc': '', 'tempFileName': '结算单(冲销全卡号版)+项目材料备注.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/ad9db501f1134ad2b8062a391ca3465e.jasper', 'tempName': '结算单(冲销全卡号版)2023-3-20', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10938, 'tempCode': '2024-2-18', 'tempDesc': '', 'tempFileName': '6f776017f63143ffa01e5d69a2c96b89.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/dfda18c6448741cc83fa54ba60499d0f.jasper', 'tempName': '上海市结算单(改版)+材料编码+车辆所有人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10427, 'tempCode': 'ta001', 'tempDesc': '结算单(施工明细)基础上把备注改为业务分类内容', 'tempFileName': '天安结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/0e78c13a9d3f4f00937ddeab816e7a67.jasper', 'tempName': '天安结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10172, 'tempCode': 'jitaidingzhi', 'tempDesc': '', 'tempFileName': '结算单(吉泰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/3afad1a8070643aaa00d813317db459f.jasper', 'tempName': '结算单(吉泰)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10173, 'tempCode': 'shanxilinfendingzhi', 'tempDesc': '', 'tempFileName': '结算单定制(山西临汾好快省).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/1703adaff44d4a9da20f27066c6a40ac.jasper', 'tempName': '结算单定制(山西临汾好快省)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10429, 'tempCode': '加标语', 'tempDesc': 'F6标准结算单(定制)+logo+标语+贵州百援精养汽车信息技术有限公司', 'tempFileName': '6160bf8ead6e40ed87e5cff341fd664e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/f18facc3e06649689807cf4f788defc2.jasper', 'tempName': 'F6标准结算单(定制)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 2, 'navigateLastPage': 9, 'navigatePages': 8, 'navigatepageNums': [2, 3, 4, 5, 6, 7, 8, 9], 'nextPage': 7, 'orderBy': '', 'pageNum': 6, 'pageSize': 100, 'pages': 12, 'prePage': 5, 'size': 100, 'startRow': 501, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 700, 'firstPage': 3, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 10, 'list': [{'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10174, 'tempCode': 'jitaigai', 'tempDesc': '', 'tempFileName': '结算单(吉泰).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/3e113fbc2a494214bba645eded1648e1.jasper', 'tempName': '结算单(吉泰改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10687, 'tempCode': '畅天结算单CHS202311080247774', 'tempDesc': 'LOGO是雪铁龙的', 'tempFileName': '雪铁龙最新结算模板_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/d509072d77934b4d8257ca774f5389af.jasper', 'tempName': '畅天结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10176, 'tempCode': 'guanghanzhongyue', 'tempDesc': '', 'tempFileName': 'F6标准结算单(广汉众越).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-08/default/2259d6a416634393ad786864491d7e49.jasper', 'tempName': '结算单(广汉众越)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10177, 'tempCode': 'qingdaosailun', 'tempDesc': '原名称叫赛轮', 'tempFileName': '府宾汽修结算单(定制update818).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/cd0c3d8d029344e487a67b35ee3bc3f3.jasper', 'tempName': '府宾汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10433, 'tempCode': '2023-3-24', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/3c8c8e9005974f68b7e874b611a361b6.jasper', 'tempName': 'F6标准结算单(壹+质检人)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10180, 'tempCode': 'baishadingzhijs', 'tempDesc': '', 'tempFileName': '结算单(湖南白沙)定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/36608dd3c13e4ea5b10695e927ebb77d.jasper', 'tempName': '结算单(湖南白沙)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10437, 'tempCode': '2023-3-28', 'tempDesc': '折扣保留3位', 'tempFileName': '848326b13a9643b782d3ba3688ed859d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/b0927453549d45adaae7af62899171a2.jasper', 'tempName': '结算单(施工明细)+折扣保留3位', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10185, 'tempCode': 'yfjssjsd', 'tempDesc': '', 'tempFileName': '江苏省结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/1c715dddecb244bc90f1ab8774dd4f57.jasper', 'tempName': '江苏省费用结算单(一番)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10954, 'tempCode': '2024-2-28', 'tempDesc': '', 'tempFileName': 'bddb9ee3c6b448a5ab0fa636fbea03c7.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/8910ea95aff248f0a095b2484287ec83.jasper', 'tempName': '新结算单(无工单号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10444, 'tempCode': '2023-3-29', 'tempDesc': '', 'tempFileName': '新结算单-兴博望汽修厂(待付金额、收银金额字段加大加粗展示).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/cbd7bacd283643519005fc8a4f053715.jasper', 'tempName': '新结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10956, 'tempCode': '2024-3-8', 'tempDesc': '', 'tempFileName': 'b02dd8d7c10343e1a6cb0a51a4b84f0f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/4619bfea39844d2abd5817a88cb6f95b.jasper', 'tempName': '康隆丰田汽车定制施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10449, 'tempCode': '2023-4-3', 'tempDesc': '河南省安吉好途邦汽车销售服务-公司名称过长,缩小处理', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/b33ecb90f0b342558155ebe9d3650ef4.jasper', 'tempName': 'F6标准结算单(定制版本)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10961, 'tempCode': 'MTjiesuandan001', 'tempDesc': '', 'tempFileName': '名途结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/b631bef4a7a44e87b349b0efc382ffeb.jasper', 'tempName': '名途定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10194, 'tempCode': 'xkmcdz', 'tempDesc': '', 'tempFileName': '星凯名车结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/fbc4c8ae41914a2fa3a7f5952f853e8e.jasper', 'tempName': '星凯名车结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10195, 'tempCode': 'xinshengyangdz', 'tempDesc': '', 'tempFileName': '鑫升阳结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/c6e0b869022648a0b9cf0c381c3827d6.jasper', 'tempName': '鑫升阳结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10196, 'tempCode': 'CHS201706271727', 'tempDesc': '', 'tempFileName': '连云港星华胜-结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/5541ffee8977415e9ad4f9775a52adee.jasper', 'tempName': '连云港星华胜结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10455, 'tempCode': '2023-4-7', 'tempDesc': '增加适用车型、零件号、货位,去除折扣,折扣金额', 'tempFileName': '642aa0375d4145aeaab2da7699ae731c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/8d074b776ab2473f981898f54f9453b9.jasper', 'tempName': '结算单(全字段定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10200, 'tempCode': 'xinbantushijs', 'tempDesc': '', 'tempFileName': '兔师傅结算单(定制)2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/40df03e5b7f940c5b61ff2b4f74fefb4.jasper', 'tempName': '新版兔师傅结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10457, 'tempCode': '立宇汽修(CHS202304010222135', 'tempDesc': '', 'tempFileName': '立宇汽修结算单N+1改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/4569c798215140f4806889f6fa367400.jasper', 'tempName': '1.立宇汽修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10460, 'tempCode': '立宇长安凯程(CHS202304010222135', 'tempDesc': '立宇汽修表头是长安凯程', 'tempFileName': '长安凯程结算单N+1改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/f225c94064044bdf9e21466cb53f1140.jasper', 'tempName': '2.立宇长安凯程结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10205, 'tempCode': 'CHS201904030026964JSD', 'tempDesc': '', 'tempFileName': 'F6标准结算单(无注释).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/7603a3d71f36410ba02ca33710a891a0.jasper', 'tempName': 'F6标准结算单(无注释)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10461, 'tempCode': '立宇佳信汽修(CHS202304010222135', 'tempDesc': '立宇汽修,抬头是佳信', 'tempFileName': '立宇佳信.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/e251892e21d84fb3a091f780cf50706d.jasper', 'tempName': '4.佳信汽修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10207, 'tempCode': 'CHS202107130132760JSD', 'tempDesc': '', 'tempFileName': '南通圣驰结算单(定制update111).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/946ecd8f42b7405e870f6027aa1cefbb.jasper', 'tempName': '南通圣驰结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10463, 'tempCode': '2023-4-12', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/83149efd09384a88934fdb42f5b889e4.jasper', 'tempName': '结算单(恒星奔驰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10208, 'tempCode': 'CHS202107070132148JSD', 'tempDesc': '', 'tempFileName': '新结算单A(万天好定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/6961b48dec4b4a4bbef4ef47a5f5e01b.jasper', 'tempName': '结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10720, 'tempCode': 'SGD', 'tempDesc': '', 'tempFileName': '3f0ca48d4c904791bf3f43ccdcba349f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/0fb33592c1084e5a9eee1fb05a91e5ab.jasper', 'tempName': '施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10465, 'tempCode': '2023-4-17', 'tempDesc': '去除大写,成都保利源汽车服务有限公司', 'tempFileName': '46b0c0b4d66148fdb3d33115fe9495d8.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/21229bf130dd421da53a49da2b5c5839.jasper', 'tempName': 'F6标准结算单(定制1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10721, 'tempCode': '2023-12-4', 'tempDesc': '', 'tempFileName': '3f0ca48d4c904791bf3f43ccdcba349f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/c6ac134b3d474b6cb223817d513b8a3d.jasper', 'tempName': '施工单(技师)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10211, 'tempCode': '乐清宝杰_JSD', 'tempDesc': '', 'tempFileName': '乐清宝杰结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/5907f2e2724347ad9d80547c06fc02ae.jasper', 'tempName': '乐清宝杰结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10469, 'tempCode': '佳信凯程结算单(CHS202304010222135', 'tempDesc': '抬头是佳信凯程', 'tempFileName': '佳信长安凯程.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/353703407dc448478344cdb39f6793b3.jasper', 'tempName': '3.佳信凯程结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10470, 'tempCode': '2023/4/17', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/553635ed7f1e4e24adeae3a2a176f944.jasper', 'tempName': 'F6标准结算单(壹)3位折扣', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10471, 'tempCode': '2023-4-19', 'tempDesc': '门店logo拉长', 'tempFileName': '131cb05b4a5f485698e4094e74c15064.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/3780f7438de94abab4bb3ed5070a3cc3.jasper', 'tempName': 'F6标准结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10217, 'tempCode': '乐清舒诚CHS202111280146465_JSD', 'tempDesc': '', 'tempFileName': '乐清舒诚结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/e93dad95fc7e485d9e85606b3895d69b.jasper', 'tempName': '乐清舒诚结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10218, 'tempCode': 'sldyTest', 'tempDesc': '三联纸测试', 'tempFileName': 'sanlianzhi.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-01/default/e2cb591c6b034391a0a70559101c3596.jasper', 'tempName': '三联打印结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10219, 'tempCode': '阜新东营汽车修配厂CHS202112280148010_JSD', 'tempDesc': '', 'tempFileName': '阜新东营汽车修配厂结算单(定制update95).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/6299519b3d724b71a756be5a78845798.jasper', 'tempName': '阜新市东营汽车修配厂结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10221, 'tempCode': '厦贸汽修_CHS202112310148315_JSD', 'tempDesc': '', 'tempFileName': '厦门市公务车定点维修费用结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-02/default/bd615b4ab4bb40b793a8d6d414d1c504.jasper', 'tempName': '厦门市公务车定点维修费用结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10477, 'tempCode': '2023/5/8', 'tempDesc': '去除最下方维修厂信息', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/c02fc137605e431d92c3c16fedab8e9a.jasper', 'tempName': 'F6标准结算单(定制版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10222, 'tempCode': '厦贸汽修_CHS202112310148315_JSD2', 'tempDesc': '', 'tempFileName': '厦贸汽修(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-02/default/61b85f51568b42f0bf87b99e3972d97b.jasper', 'tempName': '厦贸汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10478, 'tempCode': '2023-5-10', 'tempDesc': '增加打印次数', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/8b1a37f3aa734e3e85cd7233ae782fd3.jasper', 'tempName': 'F6标准结算单(壹)+打印次数', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10480, 'tempCode': '2023-5-12', 'tempDesc': '增加打印次数', 'tempFileName': '6581f70417684d4e83601d03eccd79fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/d0576c502d0f4f509ec9170e012c549f.jasper', 'tempName': '结算单(全字段)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10481, 'tempCode': '2023-5-17', 'tempDesc': '', 'tempFileName': '553635ed7f1e4e24adeae3a2a176f944.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/5dc603bd3b074f1fb56bd7fd447115a4.jasper', 'tempName': 'F6标准结算单(3位折扣+零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10482, 'tempCode': '2023-5-19', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/bff7e779b88b480f87f0b74cde460600.jasper', 'tempName': 'F6标准结算单(壹)时间保留时分', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10484, 'tempCode': '2023-5-22', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/12f360dd9aa34ce3a01fa70ccdd6c837.jasper', 'tempName': 'F6结算单定制(奥玛汽车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10229, 'tempCode': 'newSettleJS_new', 'tempDesc': '新维保使用', 'tempFileName': '江苏省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/3018fd6cd2cf4b4296222cbc40a8317d.jasper', 'tempName': '江苏结算单-废弃', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10485, 'tempCode': '2023-5-25', 'tempDesc': '工时费材料费小计放一起', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/bc1736bb028744828a16e945a3470f5c.jasper', 'tempName': 'F6标准结算单(壹)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10486, 'tempCode': 'jy001', 'tempDesc': '', 'tempFileName': '锦源结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/bfec1079b3fe405eb65a7a66b64096b8.jasper', 'tempName': '锦源结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10487, 'tempCode': '2023-5-25', 'tempDesc': '去除维修厂名称,联系电话,地址,项目材料备注', 'tempFileName': '8fb2cfbacc714ff4893e878f50940aa2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/7b0c4f8db76a419ba427766f9754cb2f.jasper', 'tempName': 'F6标准结算单(二)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10233, 'tempCode': '大连鑫太乙汽修_JSD_001', 'tempDesc': '', 'tempFileName': '太乙汽修1(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/42a5c79b98df4a66af4f7cb0bd0c5841.jasper', 'tempName': '太乙汽修结算单1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10234, 'tempCode': '大连鑫太乙汽修_JSD_002', 'tempDesc': '', 'tempFileName': '太乙汽修2(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/7560e6f293c84413a5444b8d6c6385d4.jasper', 'tempName': '太乙汽修结算单2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10490, 'tempCode': '2023-5-26', 'tempDesc': '奚仲车会定制,项目里增加数量,金额,单位,取值备注里的数据', 'tempFileName': '00494ef0cbde4cdd8339b8db49bdac53.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/ccc8cf874112444e8b97f6b658e700e1.jasper', 'tempName': 'F6标准结算单(奚仲车会定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10235, 'tempCode': '大连鑫太乙汽修_JSD_003', 'tempDesc': '', 'tempFileName': '太乙汽修3(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/eb9ed2073e2c4a1d8403619bd5003749.jasper', 'tempName': '太乙汽修结算单3', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10491, 'tempCode': '2023-5-29', 'tempDesc': 'F6标准结算单(壹)不要注', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/5754d5c84ecb404a9cdaf95371c24c19.jasper', 'tempName': 'F6标准结算单(壹)不要注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10236, 'tempCode': '大连鑫太乙汽修_JSD_004', 'tempDesc': '', 'tempFileName': '太乙汽修4(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/569ed7e258e94d108c013e8817219bc2.jasper', 'tempName': '太乙汽修结算单4', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10492, 'tempCode': '2023-5-31', 'tempDesc': '', 'tempFileName': 'c81354655fc640439455cfb0c1ab3185.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/77124eb3fdca40cd82ce48e6b694576d.jasper', 'tempName': '结算单小票定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10494, 'tempCode': '2023-6-2', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/7086f3734ce34ee4bf2d140f10af3e31.jasper', 'tempName': 'F6标准结算单(壹)门店备注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10750, 'tempCode': '2023-12-15', 'tempDesc': '', 'tempFileName': '昆明鸿创汽车定制结算单三联.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2671f7b0ed3342e2af3ef3ba282b1317.jasper', 'tempName': '昆明鸿创汽车定制结算单三联', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10239, 'tempCode': '佰瑞德结算单_CHS202002170052094_JSD', 'tempDesc': '', 'tempFileName': '佰瑞德结算单(电业).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/95dc27a0552747269c39045c30da061e.jasper', 'tempName': '佰瑞德结算单(电业)(结算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockCommonLabelPrint', 'clsId': 10, 'clsName': '库存通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10910, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': '库存通用标签打印-定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/85c34f9e62df4ded89aaebee0b7e6be4.jasper', 'tempName': '库存通用标签打印-定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockCommonLabelPrint', 'clsId': 10, 'clsName': '库存通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10911, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': '库存通用标签打印-包含头-定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/9b384918b6824bcfa011a0d9c22bb808.jasper', 'tempName': '库存通用标签打印-包含头-定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'subscriptionSupplier', 'clsId': 45, 'clsName': '预付款付款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 147, 'tempCode': 'subscriptionSupplier', 'tempDesc': '', 'tempFileName': 'subscriptionSupplier.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-09/default/41fc0f584be643efb51aae12faf20f36.jasper', 'tempName': '预付款付款单打印模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'subscriptionSupplierRefund', 'clsId': 46, 'clsName': '预付款退款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 148, 'tempCode': 'subscriptionSupplierRefund', 'tempDesc': '', 'tempFileName': 'subscriptionSupplierRefund.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-09/default/4e42792a65c74b329491988474bbb370.jasper', 'tempName': '预付款退款单打印模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 329, 'tempCode': 'washTmall2c', 'tempDesc': '天猫新版洗车单_0901', 'tempFileName': '洗车单_v11.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/3d5808df0450407dac643838e5db38cc.jasper', 'tempName': '天猫新版洗车单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 101, 'tempCode': 'xiaopiaowujiami', 'tempDesc': '客户名称和手机号码全显示,无字符加密', 'tempFileName': '洗车单小票(无字符加密).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/c8157e259f6d4d298823a47df2745899.jasper', 'tempName': '洗车单小票', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 422, 'tempCode': '21312', 'tempDesc': '', 'tempFileName': '06cf38acb77a4b6a8f2ff5d30845c820.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/7871a4082eb94870888c829f67e1fa1e.jasper', 'tempName': '洗车', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 170, 'tempCode': 'xcsy001', 'tempDesc': '', 'tempFileName': '结算单(鑫自强私有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/2066245b4d4d4d389eac3c883a7f680c.jasper', 'tempName': '鑫自强洗车(私有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 210, 'tempCode': '新洗车单(会员冲销)_xcdVip', 'tempDesc': '', 'tempFileName': '新洗车单(会员冲销).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/8e895e4e2dbf4302ae12e0fd82939e4e.jasper', 'tempName': '新洗车单(会员冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10719, 'tempCode': 'bdl001', 'tempDesc': '', 'tempFileName': 'b7261e7a9cb241ea880273946f090e39.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/e5ea120815944d6d81386cecae44f5ba.jasper', 'tempName': '百得利洗车单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'xfdPrint4Czk', 'clsId': 50, 'clsName': '消费单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10915, 'tempCode': '2024-1-15', 'tempDesc': '含手机号', 'tempFileName': 'cb9c76e17fb046b79d480b10e953ef67.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/d80f2c94790e4e3a9df7bdb792147d96.jasper', 'tempName': '消费单打印定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'xfdPrint4Czk', 'clsId': 50, 'clsName': '消费单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 204, 'tempCode': 'xfdPrint4Czk', 'tempDesc': '', 'tempFileName': '储值卡消费单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/cb9c76e17fb046b79d480b10e953ef67.jasper', 'tempName': '储值卡消费单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': '`attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10290, 'tempCode': '增项单(奥之杰定制)_CHS202205200180120', 'tempDesc': '模板文件选择v2版本', 'tempFileName': '增项单(奥之杰定制921).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/bb4f6bfb8cea4a4e83848e61a4d6ca61.jasper', 'tempName': '增项单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': '`attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10300, 'tempCode': 'zxdqccl1', 'tempDesc': '增项打印去除材料', 'tempFileName': '增项单打印2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/3b931956424548138029df335791fe7b.jasper', 'tempName': '增项单(去除材料)', 'tempSort': 0, 'userId': 0}, {'clsCode': '`attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10391, 'tempCode': '增项单(施工单三水顺源定制)_CHS20230104019668', 'tempDesc': '增加下边框', 'tempFileName': '增项单(施工单三水顺源定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/749cee015dad417185c050e13828956f.jasper', 'tempName': '增项单(施工单三水顺源定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': '`attachOrder', 'clsId': 70, 'clsName': '增项单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10146, 'tempCode': 'zxd001', 'tempDesc': '', 'tempFileName': '增项单02.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-09/default/650c262150674f1892b5a502ba6a567f.jasper', 'tempName': '增项单(施工单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'accountRecoveryVerifyPrint', 'clsId': 44, 'clsName': '应收对账单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 134, 'tempCode': 'accountRecoveryVerifyPrint', 'tempDesc': '应收对账单打印模板', 'tempFileName': 'accountRecoveryVerifyPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/e65eb85b17074ef280ea6badecb1f34b.jasper', 'tempName': '应收对账单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10752, 'tempCode': 'FBDY010', 'tempDesc': '1', 'tempFileName': '结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/57a8f76ebe1844c6844a4dd86ee751cc.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11013, 'tempCode': '2024-4-18', 'tempDesc': '', 'tempFileName': '353a4ed9108c4722b986d9b295ccd4cf.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/0ed326a5f6944b8a9a0af052d8bd3072.jasper', 'tempName': '结算单(施工明细)-云南锡业定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10762, 'tempCode': 'FBDY111', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德巨泰定制2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/6d3ba8fefc62449d902675c05e73030a.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10793, 'tempCode': 'FBDY018', 'tempDesc': '', 'tempFileName': '结算单(冲销全卡号版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/29ba9174543e4c248c3aa371d23e0ba7.jasper', 'tempName': '结算单(冲销全卡号版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10819, 'tempCode': 'FBDY051', 'tempDesc': '', 'tempFileName': '46533155530d4c3cad436919a68d0be3 (2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/af379c34b2e24324867c33b854f35c13.jasper', 'tempName': '府宾汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10827, 'tempCode': 'FBDY063', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(无).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2cd615c07cd4496e84a185b7cb5af9f4.jasper', 'tempName': '江苏省费用结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10943, 'tempCode': '2024-2-23', 'tempDesc': '', 'tempFileName': '6bfdb2378f7b49e8933a9a88cff31e78.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/aef2aa9e8a6e477d93466b6217c01bca.jasper', 'tempName': '长青诚汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10978, 'tempCode': '2024-4-3', 'tempDesc': '固定门店名称:上海剑磊汽车维修服务有限公司', 'tempFileName': '4e0ad59ca7bc4d8c87165836c630b3dd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/6a675793d10042deb4dd01d24c12714d.jasper', 'tempName': '上海市结算单(改版)+上海剑磊', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10980, 'tempCode': '2024-4-3', 'tempDesc': '固定门店名称:上海创磊汽车维修服务有限公司', 'tempFileName': '98226d79ae354cd3b4c71924c0e903e2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/712e15df830a4ebdaa8d75a88493c70e.jasper', 'tempName': '上海市结算单(改版)+上海创磊', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10733, 'tempCode': 'FBDY057', 'tempDesc': '', 'tempFileName': '连云港星华胜结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0c9410f36bfa4e019985843eb0aa2483.jasper', 'tempName': '连云港星华胜结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10739, 'tempCode': 'FBDY064', 'tempDesc': '', 'tempFileName': '太乙汽修结算单1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/084d5f2eb0c445e79acb36a3f146e8db.jasper', 'tempName': '太乙汽修结算单1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10740, 'tempCode': 'FBDY065', 'tempDesc': '', 'tempFileName': '太乙汽修结算单2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6b1ea499cad24db59281e78743ddefb0.jasper', 'tempName': '太乙汽修结算单2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10741, 'tempCode': 'FBDY066', 'tempDesc': '', 'tempFileName': '太乙汽修结算单3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/83cfaf065bb041028174f7f7beddddc9.jasper', 'tempName': '太乙汽修结算单3', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10742, 'tempCode': 'FBDY067', 'tempDesc': '', 'tempFileName': '太乙汽修结算单4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a8003c1e786a416898c23d2f79f5a0ab.jasper', 'tempName': '太乙汽修结算单4', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10743, 'tempCode': 'FBDY101', 'tempDesc': '', 'tempFileName': '太乙汽修结算单5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/0cbaf3e140fc4535ab57f1aa50bb14aa.jasper', 'tempName': '太乙汽修结算单5', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11001, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': 'ebdf1acd097e46e39a1f59b1a785034c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/bb255e9e77c047409acc574e23a28ae8.jasper', 'tempName': '结算单(全字段版)-出租车第一服务公司定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10746, 'tempCode': 'FBDY158', 'tempDesc': '抬头重复打印+页码', 'tempFileName': '2cd4f042fea7428fb6145ff7fe7578b0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/53ee5d11e5334b5c9dbc04fed0500fa7.jasper', 'tempName': '昆明鸿创汽车定制结算单少量', 'tempSort': 0, 'userId': 0}, {'clsCode': 'allotInPrint', 'clsId': 18, 'clsName': '调拨单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 19, 'tempCode': 'DBD001', 'tempDesc': '新库存调拨单打印', 'tempFileName': '20190410171641allotPrint2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/0bd971eb795e422390e8e74c5fe059a2.jasper', 'tempName': '新库存调拨单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'allPartsDeliverOrderPrint', 'clsId': 40, 'clsName': '全配订单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 95, 'tempCode': '全配订单打印', 'tempDesc': '编码勿动!全配订单打印', 'tempFileName': 'deliverOrder2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/891cfc8ead4a4ab78fa1d5ad8de055f3.jasper', 'tempName': '全配平台供应商订单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'allPartsReturnOrderPrint', 'clsId': 41, 'clsName': '全配退货单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 94, 'tempCode': '全配平台供应商退货单', 'tempDesc': '全配平台供应商退货单', 'tempFileName': 'returnOrder.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/3ed0b47c5aec46638eb43a2d92c9987a.jasper', 'tempName': '全配平台供应商退货单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachedPrint', 'clsId': 16, 'clsName': '增项单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 290, 'tempCode': '增项单(奥之杰定制)_CHS202205200180120', 'tempDesc': '模板文件选择v2版本', 'tempFileName': '增项单(奥之杰定制921).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/bb4f6bfb8cea4a4e83848e61a4d6ca61.jasper', 'tempName': '增项单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'attachedPrint', 'clsId': 16, 'clsName': '增项单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 300, 'tempCode': 'zxdqccl1', 'tempDesc': '增项打印去除材料', 'tempFileName': '增项单打印2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/3b931956424548138029df335791fe7b.jasper', 'tempName': '增项单(去除材料)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 285, 'tempCode': '智能检测单(山东中集定制)_CHS201909100037080', 'tempDesc': '基于 智能检测单V3.jasper', 'tempFileName': '智能检测单(山东中集定制updated118).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/2ac9e3427e794fb39d831f9123bc6730.jasper', 'tempName': '智能检测单(山东中集定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 366, 'tempCode': '003', 'tempDesc': 'saas智能检测(无二维码)', 'tempFileName': '62e10f6345924b68a805734493b8eb9a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/77c16d4de4b94c65a994cb7b3d354173.jasper', 'tempName': '智能检测单打印(无二维码)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10882, 'tempCode': '2024-1-4', 'tempDesc': '', 'tempFileName': '77c16d4de4b94c65a994cb7b3d354173.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/011454b15a2d4d3da2e5a766fcdff5f0.jasper', 'tempName': '智能检测单打印(无二维码,间距调整)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 141, 'tempCode': 'zhinengjiancedanmianzeban', 'tempDesc': '', 'tempFileName': '智能检测单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/66864572c6544a3cb835941b5e8f41ab.jasper', 'tempName': '智能检测单(免责条款版)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 3, 'navigateLastPage': 10, 'navigatePages': 8, 'navigatepageNums': [3, 4, 5, 6, 7, 8, 9, 10], 'nextPage': 8, 'orderBy': '', 'pageNum': 7, 'pageSize': 100, 'pages': 12, 'prePage': 6, 'size': 100, 'startRow': 601, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 800, 'firstPage': 4, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 11, 'list': [{'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 528, 'tempCode': 'sgycwxd', 'tempDesc': '定制结算单,基于会员冲销,+品牌零件号', 'tempFileName': '11801c06d6624f1fac179713bd969203.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/4dc201896e774bbb947243fa66247519.jasper', 'tempName': '宋哥养车维修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11075, 'tempCode': 'HE+新结算单打印+2024-5-29', 'tempDesc': '标准结算单壹车主备注改为变速箱质保', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/9277204a5ced442abdd46c66ba527b3e.jasper', 'tempName': '标准结算单壹-变速箱质保', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11082, 'tempCode': 'JHB+维修单-新+20240606', 'tempDesc': '去除材料信息行,不打印材料信息以及金额', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/5fe81f8a4e1442c4a3549ba8cf964c6e.jasper', 'tempName': 'F6标准结算单(壹)去除材料信息', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10674, 'tempCode': '同捷东风结算单CHS202310270246681', 'tempDesc': '', 'tempFileName': '风神最新结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/c86ef50702564190b4822f11fc09920b.jasper', 'tempName': '风神索赔结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10678, 'tempCode': '标致索赔结算单CHS202310270246681', 'tempDesc': '', 'tempFileName': 'f03ed2f518174f29a456f229227276e4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/567976f2c72741a49fa78a8121d4929e.jasper', 'tempName': '标致索赔结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10692, 'tempCode': '2023/11/14', 'tempDesc': '合计金额未结算展示待付,已结算展示实收', 'tempFileName': '结算打印单(FJ通用)维修单-新.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/6a25c965c98c492cb1867acb32f45d44.jasper', 'tempName': '结算打印单(福建通用)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10701, 'tempCode': '20231123', 'tempDesc': '', 'tempFileName': '3a208ce788954ad0901ac76f74e7614f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/e70f921265f44c29a267f6a0993e89a0.jasper', 'tempName': 'F6标准结算单(贰)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10703, 'tempCode': '2023-11-24', 'tempDesc': '', 'tempFileName': 'ed4f167ce7c1467cbc735d56427f163a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/0182376923a54b41b2065c1dc2cc8613.jasper', 'tempName': '东星定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10714, 'tempCode': '2023-11-27', 'tempDesc': '', 'tempFileName': 'ed4f167ce7c1467cbc735d56427f163a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/23c865e390114f37906051249d95dd9f.jasper', 'tempName': '东星定制报价单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'carRepair', 'clsId': 67, 'clsName': '维修单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10715, 'tempCode': '2023-11-27', 'tempDesc': '', 'tempFileName': 'ed4f167ce7c1467cbc735d56427f163a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/2c5341329e854f6f9ef6763bfb6fa4ec.jasper', 'tempName': '东星定制预算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'certificate', 'clsId': 1, 'clsName': '合格证', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 6, 'tempCode': '2', 'tempDesc': '', 'tempFileName': 'QualifiedCertificate16.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/739c8490ad034235a39d078c64a6afb2.jasper', 'tempName': 'test1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'dailyReportPrint', 'clsId': 32, 'clsName': '日报表打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 39, 'tempCode': 'dailyReportPrint01', 'tempDesc': '', 'tempFileName': '收款日报表打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/69de7dcf2ff94ed6b27168d49e56fddc.jasper', 'tempName': '日报表打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'entrustPrint', 'clsId': 58, 'clsName': '委托单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 373, 'tempCode': 'wtd', 'tempDesc': '', 'tempFileName': '安仕节委托单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/e1e9967b1d6d4167bcb110ccbac7f83c.jasper', 'tempName': '车间委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'insurance', 'clsId': 73, 'clsName': '保险单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10641, 'tempCode': '保险单打印', 'tempDesc': '', 'tempFileName': '保险单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/4511f9df6edc4c95be22e7540812eb57.jasper', 'tempName': '保险单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'maintainPrint', 'clsId': 17, 'clsName': '领料单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10945, 'tempCode': '2024-2-26', 'tempDesc': '', 'tempFileName': 'b82f03ca72bf45d28a89d3ac82249774.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/1885f486184d400391baf8f93513dc76.jasper', 'tempName': '新库存领料单-中宇', 'tempSort': 0, 'userId': 0}, {'clsCode': 'manualStockInPrint', 'clsId': 13, 'clsName': '手工出入库入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 15, 'tempCode': 'SGR', 'tempDesc': '手工出入库入库单打印', 'tempFileName': 'manualStockInPrint2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/083bb062df454724a215d568bb851cae.jasper', 'tempName': '手工出入库入库单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'manualStockOutPrint', 'clsId': 14, 'clsName': '手工出入库出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 16, 'tempCode': 'SGC', 'tempDesc': '手工出入库出库单打印', 'tempFileName': 'manualStockOutPrint2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/6663776924a14249a00f598724f0e4dd.jasper', 'tempName': '手工出入库出库单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newAccountRecoveryVerifyPrint', 'clsId': 60, 'clsName': '应收对账单打印新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 386, 'tempCode': 'newAccountRecoveryVerifyPrint', 'tempDesc': '新版记账单支持部分对账应收对账单打印', 'tempFileName': 'newAccountRecoveryVerifyPrint_V0712.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/c02a5c5030684e9b88f2ac26b298dfde.jasper', 'tempName': '新版应收对账单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 257, 'tempCode': 'ch0002', 'tempDesc': '明细中去除折扣以及不显示签名', 'tempFileName': '楚瀚永捷结算单_2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/aa7594fc369d49ef84ca78cb2d0ccb36.jasper', 'tempName': '楚瀚永捷结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 514, 'tempCode': '2023-6-20', 'tempDesc': '', 'tempFileName': '5011925371d740b4b3d21f4305e80052.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/3902df321a73446cac9fffef78841458.jasper', 'tempName': '结算单(无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11010, 'tempCode': '2024-4-18', 'tempDesc': '合计金额未结算展示待付,已结算展示实收', 'tempFileName': '6a25c965c98c492cb1867acb32f45d44.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/fa236e12e37346de8bbf4d0c30c1d3ef.jasper', 'tempName': '结算打印单(福建通用)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 259, 'tempCode': '结算单(无)华信诚定制_CHS201807132968_JSD', 'tempDesc': '', 'tempFileName': '结算单(无)华信诚定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/be445bb7a8494d77a41fcf8671beba85.jasper', 'tempName': '结算单(呵嘀)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 515, 'tempCode': '2023-6-26', 'tempDesc': '去除记账信息', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/0f163b8be8df41ba9de69782c946e6db.jasper', 'tempName': 'F6标准结算单(壹)去除记账信息', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11011, 'tempCode': '2024-4-18', 'tempDesc': '', 'tempFileName': '19b41c808e7645ea96c4f63d6d9ab406.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/45a02db8f5f64078992a2648573ef4c3.jasper', 'tempName': '结算单(施工明细)-云南锡业定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 260, 'tempCode': '结算单(无)华信诚定制2_CHS201807132968_JSD', 'tempDesc': '', 'tempFileName': '结算单(无)华信诚定制2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/c078c682f47d42e190bbb1611739533d.jasper', 'tempName': '结算单(华信诚)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 518, 'tempCode': '2023-6-28', 'tempDesc': '', 'tempFileName': '78c38152b1e44044b8be52f8628c6d4b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/d891cef3c71d439f9fae3bec6d6fa804.jasper', 'tempName': '结算单(施工明细欠账单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11017, 'tempCode': '2024-4-24', 'tempDesc': '', 'tempFileName': 'd5f14891d7ce47eca0e5f8d030e5c1ca.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/60fd99f1e7b44e06b3064c2505954052.jasper', 'tempName': '委托单-北京亚运村机动车检测定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 266, 'tempCode': 'dsxqqzdb', 'tempDesc': '鼎盛结算单(全字段版)', 'tempFileName': '鼎盛结算单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/5501ff536dfa4ab4b2d5a776dff7a5e1.jasper', 'tempName': '鼎盛结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11018, 'tempCode': '2024-4-24', 'tempDesc': '', 'tempFileName': '855fdaba06e54e5a80756669936efd1e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/9091a9d29fa549e99778d42c439310e1.jasper', 'tempName': '杭州胤利定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 267, 'tempCode': 'F6标准结算单(建鑫顺)_CHS202002170052092', 'tempDesc': '', 'tempFileName': 'F6标准结算单(建鑫顺).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/a2fa93d262264aafa918072be08848e3.jasper', 'tempName': 'F6标准结算单(建鑫顺)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 523, 'tempCode': '2023-6-30', 'tempDesc': '', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/bfb26d66e17847ab9dc1d7601b7f0d68.jasper', 'tempName': '新结算单(无折扣无技师)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 268, 'tempCode': 'chhyjgsd001', 'tempDesc': '简化原估价单界面', 'tempFileName': '估算单 - 副本_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/ee46f89351ac41c5b59082eeb49a1688.jasper', 'tempName': '楚瀚永捷估算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10764, 'tempCode': '2023-12-21', 'tempDesc': '', 'tempFileName': '32d43a77bbc541979c72c249d1d8af07.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/fbcefb4992c14aa18653e208546fe4eb.jasper', 'tempName': '秀车地带定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11021, 'tempCode': '2024-4-24', 'tempDesc': '', 'tempFileName': 'fc48c50e3b914f25a40f9dccf28b26f6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/2307919af4294d23af4d93674a0f7776.jasper', 'tempName': '杭州胤利定制委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 532, 'tempCode': '2023-7-14', 'tempDesc': '增加客户来源至发票类型', 'tempFileName': '6581f70417684d4e83601d03eccd79fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/304c02df325b458a98bf749256ca5c23.jasper', 'tempName': '结算单(全字段版)+发票类型', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 277, 'tempCode': '结算单(施工明细景星)CHS201906180031039JSD', 'tempDesc': '', 'tempFileName': '结算单(施工明细景星).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/0cb92569b8e34f4f986ba1db6b9cd28d.jasper', 'tempName': '结算单(施工明细景星)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 278, 'tempCode': '结算单(玉环锦利定制)_CHS202111090145110', 'tempDesc': '', 'tempFileName': '结算单(玉环锦利定制update826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/d4c4302d7250455e92899ca9354ced2d.jasper', 'tempName': '结算单(玉环锦利定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 280, 'tempCode': '质检单(山东中集)_CHS201909100037080_ZJD', 'tempDesc': '', 'tempFileName': '质检单(山东中集updated118).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/dd1704256a7a43b3b21f95ef74ae94ab.jasper', 'tempName': '质检单(山东中集)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 536, 'tempCode': '2023-7-20', 'tempDesc': '', 'tempFileName': '完工检验确认表.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/29f93ef2347640e19c0d27b30c8f477f.jasper', 'tempName': '车辆维修完工检验确认表', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 281, 'tempCode': '易驰结算单(卡)_易驰维修_CHS202205110179536', 'tempDesc': '区域自己定制', 'tempFileName': '易驰结算单(卡).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/b08fe2147be84e3f8ce4e253ff0292f7.jasper', 'tempName': '易驰结算单(卡)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 537, 'tempCode': '2023-7-20', 'tempDesc': '只打印项目,不打印材料', 'tempFileName': '6e9fd972d69047b9a2b272a86f61822b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/3c6d61c7bc9b4f4b826c61cda3473532.jasper', 'tempName': '结算单(bbr定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 283, 'tempCode': '新结算单(山东中集)_CHS201909100037080_', 'tempDesc': '', 'tempFileName': '新结算单(山东中集updated118).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/5afc7cc30cba4d589dd6286a0f904889.jasper', 'tempName': '新结算单(山东中集)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11035, 'tempCode': '2024-5-7', 'tempDesc': '', 'tempFileName': '1db655aae6924a5d9dccd8794d2e1f94.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/e434f35971a64c0cb9ea7a071480f281.jasper', 'tempName': 'F6标准估算单(折后金额易精通定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11036, 'tempCode': '2024-5-7', 'tempDesc': '', 'tempFileName': '9f02364576814f0b91dc267dc94a5c4f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/b342ec5a685d4efba7a9edf491c3ee8e.jasper', 'tempName': 'F6标准结算单(壹易精通定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 287, 'tempCode': '结算单(奥之杰定制)_CHS202205200180056', 'tempDesc': '', 'tempFileName': 'eb4d22892229490c963b76116453f80d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/0ba852c8aacd40deb7a449c9be5e6c92.jasper', 'tempName': '结算单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10783, 'tempCode': '2023-1225', 'tempDesc': '', 'tempFileName': 'e3cf97c33d944c6ca998d60d1e3e3c4f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/75af5e388c1c4b2ca561c20567af7a3f.jasper', 'tempName': '测试1225', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 289, 'tempCode': '结算单(中轿定制)_CHS201902270005884_JSD', 'tempDesc': '结算单(中轿定制v2)是带有网格的版本', 'tempFileName': '结算单(中轿定制v2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/65263a3dd2ee451285befc135f25aa09.jasper', 'tempName': '结算单(中轿定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 291, 'tempCode': '委托单(奥之杰定制)_CHS202205200180120', 'tempDesc': '无材料,显示长车型', 'tempFileName': '委托单(奥之杰定制921).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/93ebd666eb934a41b23d96d8071a92a3.jasper', 'tempName': '委托单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 296, 'tempCode': '结算单(施工明细无折扣)_CHS202107070131989', 'tempDesc': '粤海名车维修定制', 'tempFileName': '结算单(施工明细无折扣)update71.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/c4ece2f4620847248fd7090135cf71f4.jasper', 'tempName': '结算单(施工明细无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 297, 'tempCode': 'F6标准施工单(车之友定制)CHS202206300183500', 'tempDesc': '', 'tempFileName': 'F6标准施工单(车之友定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/ab65a0a762ed4167b17457f254c80de7.jasper', 'tempName': 'F6标准施工单(车之友定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11053, 'tempCode': '2024-5-14', 'tempDesc': '', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/d7414052c3c94af6a697577b800f8513.jasper', 'tempName': '容海汽修定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11054, 'tempCode': '委托单(标准)-进口消防定制_1', 'tempDesc': '委托单(标准)-进口消防定制_1', 'tempFileName': '委托单(标准)-进口消防定制_1_2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/4c74bfd416f245dfb262bb6bcebad605.jasper', 'tempName': '委托单(标准)-进口消防定制_1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 303, 'tempCode': 'wxsgd01', 'tempDesc': '', 'tempFileName': '武汉万象施工单1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/7613a868b30444968d63e82de9472b02.jasper', 'tempName': '武汉万象施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 48, 'tempCode': 'newSettlePrintHengtai01', 'tempDesc': '恒泰含质保', 'tempFileName': '客户结算单(含质保).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/2e29be0e02204aee8f30b7133e095dcb.jasper', 'tempName': '客户结算单(含质保)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11056, 'tempCode': 'WHC-新结算单打印-20240515', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648_3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/5e26078b17ec4da8a97271ab7b699609.jasper', 'tempName': '结算单(长治铂星)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 49, 'tempCode': 'newSettlePrintHengtai02', 'tempDesc': '恒泰不含质保', 'tempFileName': '客户结算(不含质保).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/504e8009a1f34dbc8a8d4bfcd75f6c0d.jasper', 'tempName': '客户结算单(不含质保)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 305, 'tempCode': '预算单(勤发汽维定制)_CHS202006240092749', 'tempDesc': '', 'tempFileName': '预算单(勤发汽维定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/f80834a9a2d445e1acd334473cd3bf7f.jasper', 'tempName': '预算单(勤发汽维定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 561, 'tempCode': '2023-7-28', 'tempDesc': '', 'tempFileName': 'e3d490083c07498f8517e6c682497358.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/2a30e5e4056d47319d89e04a8d697cd2.jasper', 'tempName': '测试结算单12121', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 50, 'tempCode': 'newSettleFirst', 'tempDesc': '三期模板', 'tempFileName': 'd5071050e53248f18ccea7bfc79e3e1f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/009af3d283434168a1d04598d69fec26.jasper', 'tempName': 'F6标准结算单(壹)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 562, 'tempCode': '港之鑫CHS202307260238277', 'tempDesc': '', 'tempFileName': '港之鑫结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/f80345227fc4489fb543382a6f68d62e.jasper', 'tempName': '港之鑫结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11059, 'tempCode': 'CZJ-新结算单打印-20240516', 'tempDesc': '新结算单带边框,添加质检员签字文本', 'tempFileName': '新结算单打印(带框).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/46b5469c56ab4ce181fe4b3fe0a834e4.jasper', 'tempName': '新结算单(博奥名车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 308, 'tempCode': 'F6标准施工单(华凌车业定制CHS202207190184813', 'tempDesc': '', 'tempFileName': 'F6标准施工单(华凌车业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-07/default/86f2ddf9b443474aacef3890aaae80c5.jasper', 'tempName': 'F6标准施工单(华凌车业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 564, 'tempCode': '2023-7-31', 'tempDesc': '', 'tempFileName': '1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2a13c4fe054c451a8ba2b1760239b629.jasper', 'tempName': '上海腾欢结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 53, 'tempCode': 'newSettleJSNo', 'tempDesc': '', 'tempFileName': '江苏省费用结算单无.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-10/default/88c9e065c95049a2a4872559a26c3144.jasper', 'tempName': '江苏省费用结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 54, 'tempCode': 'newSettleJS', 'tempDesc': '', 'tempFileName': '江苏省费用结算单(826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/5667632b13f04a1386b46bbaa8bc3f01.jasper', 'tempName': '江苏省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 55, 'tempCode': 'newPrintSettleHengTai', 'tempDesc': '恒泰内部结算单', 'tempFileName': '内部结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/53f0d0d206e442d0ab71705fb146b6c4.jasper', 'tempName': '内部结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 311, 'tempCode': 'hcjsd1', 'tempDesc': '删除了客户信息上面的工单单号等', 'tempFileName': '结算单(鸿昌2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/67a681b4840d4ca7b8df162cbb0597a5.jasper', 'tempName': '鸿昌结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 56, 'tempCode': 'newSettleWithLine', 'tempDesc': '带框结算单', 'tempFileName': '70859dd420394720ba27454dc5e5657e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/9d2fa87abfdd41608035b0078a1629d9.jasper', 'tempName': '新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 568, 'tempCode': '2023-8-8', 'tempDesc': '2023-8-22修改', 'tempFileName': '69a395aa5dbd44e9958ff9cbec4ff361.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/9a77e3c2abc54ff6ae850c8b242e9697.jasper', 'tempName': 'A结算单(荣大整备中心整改作业书)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 57, 'tempCode': 'F6StandardQuotation', 'tempDesc': '', 'tempFileName': 'F6标准估算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/ec4f2f5d00604dd99dd0ea9c9dbb3080.jasper', 'tempName': 'F6标准估算单(折前金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 569, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/a7b950a85daa4999b796c59cca262ae4.jasper', 'tempName': '鸿之杰汽车质量保修服务合同1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 58, 'tempCode': 'MingJunSettle', 'tempDesc': '', 'tempFileName': '名骏结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/e6ad7c0eb85c492385ac3f34d136df35.jasper', 'tempName': '名骏结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 314, 'tempCode': '新结算单A(勤发汽维定制)2_mx', 'tempDesc': '', 'tempFileName': '新结算单A(勤发汽维定制)3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/a083a613b6d6403ab2f3b09c18829486.jasper', 'tempName': '新结算单A(勤发汽维定制)2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 570, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/005f80930f614240bf404b193c6eac2c.jasper', 'tempName': '鸿之杰汽车质量保修服务合同2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 59, 'tempCode': 'MingJunQuotation', 'tempDesc': '', 'tempFileName': '名骏估算单(2).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/358b352c3e364502af1e0768a1900676.jasper', 'tempName': '名骏估算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 571, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/0373bb2cc09743ff8606b279f46e27f3.jasper', 'tempName': '鸿之杰汽车质量保修服务合同3', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 60, 'tempCode': 'F6Standard04', 'tempDesc': '内部结算单', 'tempFileName': '08835ccd02c14bbe810a686515640aa0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/d3ec5ffd1c46445d941190e7ad6e012f.jasper', 'tempName': 'F6标准版结算单(肆)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 572, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/16c58b495b4043b792269492020c3ce9.jasper', 'tempName': '鸿之杰汽车质量保修服务合同4', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 317, 'tempCode': '委托单标准(华凌汽车定制)_CHS202207190184808', 'tempDesc': '', 'tempFileName': '委托单标准(华凌汽车定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/35292cf5b9af4827a1e2d579c292527a.jasper', 'tempName': '委托单标准(华凌汽车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 573, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/63e1280145574d1eba1fc939fc8d1ef4.jasper', 'tempName': '鸿之杰汽车质量保修服务合同5', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 62, 'tempCode': 'retail01', 'tempDesc': '销售单用', 'tempFileName': '销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/13e68c3b841a4322991980bd04e778ed.jasper', 'tempName': '销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 574, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/2fe061108bba4e74bb6fe003aaa15775.jasper', 'tempName': '鸿之杰汽车质量保修服务合同6', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 63, 'tempCode': '66', 'tempDesc': '带材料', 'tempFileName': '委托单(标准826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/ebc831433cbc44de8432372f29de4855.jasper', 'tempName': '委托单(标准)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11071, 'tempCode': 'CZJ-新结算单打印-20240527', 'tempDesc': 'F6SAAS系统可以用的天猫合格证模板', 'tempFileName': '合格证-F6_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/d720ec990db94266b4e0e8b3c6848db3.jasper', 'tempName': '合格证-F6', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 64, 'tempCode': '77', 'tempDesc': '不带材料', 'tempFileName': '3520efb162454e3f80a9596036ffcae6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/5afbcd9304a64312a87da9c3049667cd.jasper', 'tempName': '委托单(精简)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 320, 'tempCode': '南通圣驰结算单(定制2)_mx_update', 'tempDesc': '', 'tempFileName': '南通圣驰结算单(定制update89).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/34b842fa0bd840909835bf7e33c5cb7e.jasper', 'tempName': '南通圣驰结算单(定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 321, 'tempCode': 'yhcw01', 'tempDesc': '精简格式', 'tempFileName': '结算单(一号车网824.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/06d4594e493844bfb798ac5162d58991.jasper', 'tempName': '一号车网结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 577, 'tempCode': '2023', 'tempDesc': '10086', 'tempFileName': 'e7ee843603de4b9ba8b961dff8cb9441.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/01114fbf18e7455899e1adc80926719f.jasper', 'tempName': '测试3333', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11073, 'tempCode': '2024-5-28', 'tempDesc': '', 'tempFileName': '18e74b8a4ab8423ca6ea2a32d146d59d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/9e9d5ce5fd5447ce900aa6bc0e5cc2eb.jasper', 'tempName': '昆明测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 322, 'tempCode': '结算单(玉环锦利定制2)_CHS202111090145110', 'tempDesc': '', 'tempFileName': '结算单(玉环锦利定制2update826).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/cecb437125274a1dbd1e34d4dcfb2308.jasper', 'tempName': '结算单(玉环锦利定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 68, 'tempCode': '11', 'tempDesc': '', 'tempFileName': '结算小票1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/c81354655fc640439455cfb0c1ab3185.jasper', 'tempName': '结算单小票', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11076, 'tempCode': '2024-5-29', 'tempDesc': '定金,储值卡套餐卡结算保存时展示', 'tempFileName': '525f3433fb4348f89cd9841810fa9c74.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/3f05309f4d73422ba4b3ac9ddbfe9d3c.jasper', 'tempName': '结算单凯华测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11077, 'tempCode': '2024-5-29', 'tempDesc': '', 'tempFileName': '009af3d283434168a1d04598d69fec26.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/e36020509df342da889c71cce20e625f.jasper', 'tempName': '永驰结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 70, 'tempCode': 'rabbitSettle', 'tempDesc': '兔师傅', 'tempFileName': '兔师傅专用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/e86f4762b2cd4432b151e8f9b5f2162d.jasper', 'tempName': '兔师傅专用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 328, 'tempCode': '新结算单(老包定制)_CHS201902120005622', 'tempDesc': '', 'tempFileName': '新结算单(老包修车定制updated1114.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/444169991d94413ebc947ba75753fe26.jasper', 'tempName': '新结算单(老包修车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 330, 'tempCode': '新委托单(老包修车定制)_CHS201902120005622', 'tempDesc': '', 'tempFileName': '2b76fc908df340e38bec03f052f535f6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/b37138e7897c4ea0a7315e096c4b5ebb.jasper', 'tempName': '新委托单(老包修车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 77, 'tempCode': 'mingjunban', 'tempDesc': '名骏版本(其他门店通用)', 'tempFileName': '名骏版结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/2b450a71fafb4565888b3bf3aa06e334.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 333, 'tempCode': 'F6标准结算单(壹德巨泰定制)_CHS20200519008', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹德巨泰定制updated1115).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/aff76625feee4681bcb36961d14fbbf9.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 78, 'tempCode': 'wubeizhu', 'tempDesc': '基于经典版无备注版本', 'tempFileName': '结算单(无).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/bf290168c99d476f9313bc50cd072ce3.jasper', 'tempName': '结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 334, 'tempCode': 'F6标准结算单(壹永丰定制)_CHS20220825018754', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹永丰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/55dc46e997fc466c9a019b33a2403d2a.jasper', 'tempName': 'F6标准结算单(壹永丰定制)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 4, 'navigateLastPage': 11, 'navigatePages': 8, 'navigatepageNums': [4, 5, 6, 7, 8, 9, 10, 11], 'nextPage': 9, 'orderBy': '', 'pageNum': 8, 'pageSize': 100, 'pages': 12, 'prePage': 7, 'size': 100, 'startRow': 701, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 900, 'firstPage': 5, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 12, 'list': [{'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 79, 'tempCode': 'biaozhunwujiage', 'tempDesc': '标注版结算单(无价格版本)', 'tempFileName': '委托单(无价格).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/25899ed8617c442d9ac193f2a296eb27.jasper', 'tempName': '委托单(无价格)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 80, 'tempCode': 'wuzhenduanxinxi', 'tempDesc': '标准版委托单,去除诊断信息版本', 'tempFileName': '委托单(无诊断).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/1e121cd99e43441b840055296bc2aa59.jasper', 'tempName': '委托单(无价格无诊断)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 336, 'tempCode': 'F6标准施工单(嘉德定制)_CHS202206170182525', 'tempDesc': '', 'tempFileName': 'F6标准施工单(嘉德定制update127).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/b07c0a7816ab4d4294ce4a48e878dbc9.jasper', 'tempName': 'F6标准施工单(嘉德定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 81, 'tempCode': 'jiabiankuanyoujiage', 'tempDesc': '基于标准版加边框有价格版本', 'tempFileName': '委托单标准-加边框有价格.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/3fea18943d474a40b1c320149a1858b7.jasper', 'tempName': '委托单(带边框)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 337, 'tempCode': 'F6标准结算单(亿龙定制)_CHS202209170188743', 'tempDesc': '', 'tempFileName': 'F6标准结算单(亿龙定制updated33).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/7ecb21069c4742b3a0079af8485529ff.jasper', 'tempName': 'F6标准结算单(亿龙定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 84, 'tempCode': 'xy0000001', 'tempDesc': '', 'tempFileName': '结算单-星悦奔宝.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/9694b4464e3a4a83b50ea0b5d884e358.jasper', 'tempName': '星悦奔宝-结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 340, 'tempCode': '结算单(bbr定制)_CHS202204200174735', 'tempDesc': '', 'tempFileName': '92943784fe4f49beab5e4ad385edf24e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/6e9fd972d69047b9a2b272a86f61822b.jasper', 'tempName': '结算单(bbr定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10580, 'tempCode': '2023-8-25', 'tempDesc': '', 'tempFileName': '9634325e69d14dca85b5a7815b149e1b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/4be94f71a47b47968d48f17d43d70383.jasper', 'tempName': '天津市平行进口汽车标准符合性整改合格证', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10581, 'tempCode': '2023-8-22', 'tempDesc': '', 'tempFileName': 'b2dbd2837b3d47709b51975419451c4d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/bb32539c19824647af84cefc23def278.jasper', 'tempName': '结算单(大邑邓禄普轮胎店)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 88, 'tempCode': 'xiyuebenbaoweit', 'tempDesc': '基于标准版,备注放到材料项目名称后面', 'tempFileName': '委托单标准-备注放到名称后面.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/67d7d732e2ac4f1e87dd40a6db94609b.jasper', 'tempName': '委托单(带备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10584, 'tempCode': '2023-8-24', 'tempDesc': '', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/bb3cca21e84e4d03bcc9ad61071a7e3f.jasper', 'tempName': '新结算单(待付金额大写)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 346, 'tempCode': '结算单(路驰定制)_CHS202210110189973', 'tempDesc': '', 'tempFileName': '结算单(路驰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/aa4b72f408dd48b38212d6adc7ac6c29.jasper', 'tempName': '结算单(路驰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 91, 'tempCode': 'shanghaishibeizhu', 'tempDesc': '临时方案配件类型从备注字段读取', 'tempFileName': 'dec13d5db5774265881113ed9451dd35.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/7173db0f8ccd443092ff8954537c1702.jasper', 'tempName': '上海市结算单(配件类型)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 347, 'tempCode': 'F6标准结算单(龙顺鼎定制)_CHS2022101201900', 'tempDesc': '', 'tempFileName': 'F6标准结算单(龙顺鼎定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/ced432caa7ab411c9b53c5dcff1a2232.jasper', 'tempName': 'F6标准结算单(龙顺鼎定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 92, 'tempCode': 'huiyuanchongxiao', 'tempDesc': '结算单会员冲销版本,增加回传APP客户签名图片', 'tempFileName': '6160bf8ead6e40ed87e5cff341fd664e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2e5d5d0cad154a1c84d2aca074b7e07f.jasper', 'tempName': '结算单(会员冲销)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 348, 'tempCode': 'F6标准结算单(壹枫迪汽修定制)_CHS201909100037', 'tempDesc': '', 'tempFileName': '公务车结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/b0ce7bf1548c4faea00d119378b7edbf.jasper', 'tempName': '公务车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10589, 'tempCode': '2023-8-29', 'tempDesc': '', 'tempFileName': 'c64e9ccd4f7740428edaecbef3a43b5c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/e9cc6e2591bf4a748d7b971be7de4938.jasper', 'tempName': '天津市平行进口汽车标准符合性整改合格证(无取值)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 350, 'tempCode': '江苏盐城结算单_JSYCH', 'tempDesc': '', 'tempFileName': '江苏盐城结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/c1bb1e134a534d3eb80f4b91238f18be.jasper', 'tempName': '江苏盐城结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10590, 'tempCode': '2023-8-29', 'tempDesc': '', 'tempFileName': '0c0bdfbfa75244d1ac0b0f4d1ff1fe16.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/0f5cdf986a3e47f68eb8036c10c41a9a.jasper', 'tempName': '途虎打印单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 351, 'tempCode': '江苏盐城预算单_JSYCH_YSD', 'tempDesc': '', 'tempFileName': '江苏盐城预算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/39d398f629b5491aa7511f7dcc5c99e3.jasper', 'tempName': '江苏盐城预算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10591, 'tempCode': '2023-8-29', 'tempDesc': '', 'tempFileName': 'fc8dc303c37343c28f3d03bbf9d703b1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a53b7c1e90f74f5fb31ff37e1012e4bf.jasper', 'tempName': '天津市平行进口汽车标准符合性整改合格证(套打版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 352, 'tempCode': '估价单(路驰定制)_CHS202210110189973', 'tempDesc': '', 'tempFileName': '估价单(路驰定制)v2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-10/default/d93eaf77f76c4df7a5667f34951b0876.jasper', 'tempName': '估价单(路驰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 97, 'tempCode': 'guanweijinda', 'tempDesc': '宣威金达定制', 'tempFileName': '结算单(宣威金达).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/c9da80df69d148a1b568978f21beddd5.jasper', 'tempName': '结算单(无工时单价)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 98, 'tempCode': 'xuchangdingsheng', 'tempDesc': '基于冲销版,显示技师,显示领料人,显示储值卡卡号', 'tempFileName': '结果单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-04/default/6581f70417684d4e83601d03eccd79fd.jasper', 'tempName': '结算单(全字段版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10594, 'tempCode': '2023-8-31', 'tempDesc': '', 'tempFileName': 'fe952e3656b74203a3d95f6f20e2f056.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a4b1fd9bd80b46a39951b9ae87df95c2.jasper', 'tempName': '结算单(施工明细增长版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 99, 'tempCode': 'chongqinggangtian', 'tempDesc': '重庆港天定制', 'tempFileName': '结算单(重庆港天).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/0879b19c9af245f2beba8c6d7af0c44e.jasper', 'tempName': '老结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 357, 'tempCode': '大连鑫太乙汽修_JSD_005', 'tempDesc': '', 'tempFileName': '太乙汽修5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/30913cdd0eef4bea95f612ce47c45946.jasper', 'tempName': '太乙汽修结算单5', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 102, 'tempCode': 'chongxiaoquankahao', 'tempDesc': '基于冲销版,增加储值卡卡号', 'tempFileName': '结算单(冲销全卡号版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-01/default/d072cc906ba1428b9efe850c7a47cc9f.jasper', 'tempName': '结算单(冲销全卡号版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 103, 'tempCode': 'biaozhunwucailiaowujiage', 'tempDesc': '基于标准委托单无材料无价格', 'tempFileName': '委托单(标准无材料无价格).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/607ebd8032244ad2a34d9fdfd8142777.jasper', 'tempName': '委托单(无材料)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 104, 'tempCode': 'jingjiangaiban', 'tempDesc': '基于精简版新增的字段当前里程', 'tempFileName': '结算单(精简改).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/3c42d2ddc0f74035a8b0444a428a5086.jasper', 'tempName': '结算单(精简改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 105, 'tempCode': 'chongxiaojishiban', 'tempDesc': '', 'tempFileName': '结算单(冲销)技师版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/b1ed40b5a917496e97104e2b8b5edb6b.jasper', 'tempName': '结算单(冲销技师版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 362, 'tempCode': '新结算单(山东中集)v2_CHS202211050191032', 'tempDesc': '门店2', 'tempFileName': '5afc7cc30cba4d589dd6286a0f904889.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/b55e6c0234ab44d9a6e4e35c4f45719c.jasper', 'tempName': '结算单(凯翼)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 109, 'tempCode': 'gangtianxin', 'tempDesc': '', 'tempFileName': '370028dcc4e347269fc38b8f290375a5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/46c03dc8d91444d3953f3f6955502d0d.jasper', 'tempName': '结算单(港天新)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 365, 'tempCode': '施工单(广福定制)_CHS202211100191347', 'tempDesc': '', 'tempFileName': '施工单(广福定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/7cd56e49d995413694d9a6245e7db898.jasper', 'tempName': '施工单(广福定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10605, 'tempCode': 'jc0001', 'tempDesc': '标准结算单壹的基础上固定抬头和地址', 'tempFileName': '标准结算单1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/86af8880497845d1b8c6a7a6f8780f1a.jasper', 'tempName': '荆州神车结算单1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 110, 'tempCode': 'aojunjiesuan', 'tempDesc': '', 'tempFileName': '23de2c75da7c4dc395493aa79a071bbe.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/8ebf46656d8b446f9e2597d2d132f637.jasper', 'tempName': '结算单(奥骏汽车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10606, 'tempCode': 'jc00002', 'tempDesc': '标准结算单壹基础上固定抬头和地址', 'tempFileName': '荆州锦诚结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/557a2ac3efd64afd88228b72716c576c.jasper', 'tempName': '荆州锦诚结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 111, 'tempCode': 'linghangjiesuan', 'tempDesc': '', 'tempFileName': '结算单(领航)modified.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-01/default/dda3b65e04a6478c956a34d7104b4a93.jasper', 'tempName': '结算单(领航)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10607, 'tempCode': '2023-9-2', 'tempDesc': '', 'tempFileName': '5afc7cc30cba4d589dd6286a0f904889.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/59134d2fa95549b29ba2197b9e23347b.jasper', 'tempName': '新结算单(山东中集)V2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 112, 'tempCode': 'Hengtaiwupinpai', 'tempDesc': '', 'tempFileName': '恒泰(去品牌).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/eac05f673340498da40fa8a4076abdbd.jasper', 'tempName': '内部结算单(无品牌)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 368, 'tempCode': '新结算单(实业定制)_CHS202009010105885', 'tempDesc': '', 'tempFileName': '新结算单(实业定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/835985ab037f4819954cccfd0673b9b1.jasper', 'tempName': '新结算单(实业定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 369, 'tempCode': '0123456', 'tempDesc': '', 'tempFileName': '四川省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/b74e6f34a8cf4d57bc6ebf6f287b87cf.jasper', 'tempName': '四川省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10609, 'tempCode': '2023-9-4', 'tempDesc': '来店途径+业务类别理赔', 'tempFileName': 'ebc831433cbc44de8432372f29de4855.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/fcc9d654f580400c81efcac17d12883e.jasper', 'tempName': '委托单(标准)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 116, 'tempCode': 'newbaiozhun', 'tempDesc': '', 'tempFileName': 'f31b184bd74e4618a028a8dd16af790a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e104d925f3764daf917fdd1b2ddc3751.jasper', 'tempName': '标准结算单(品牌型号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 372, 'tempCode': 'SCSettleBillTmall', 'tempDesc': '天猫专用', 'tempFileName': '四川结算单20230201-prod.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/0ecdb5471f2444f7a7a37fd6738220c2.jasper', 'tempName': '四川省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 117, 'tempCode': 'chongxiaojishiwubeizhu', 'tempDesc': '冲销+技师+无备注', 'tempFileName': '结算单(冲销技师无备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/b0deb8fd90cc4355b220c1605c3df517.jasper', 'tempName': '结算单(冲销无备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10613, 'tempCode': '2023-9-7', 'tempDesc': '来店途径', 'tempFileName': 'fcc9d654f580400c81efcac17d12883e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/267be89f86ff42b7bebeca13f1c5eccb.jasper', 'tempName': '委托单(标准)定制2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 118, 'tempCode': 'weituodanwujiagephone', 'tempDesc': '无价格无客户电话', 'tempFileName': '委托单(无价格)改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/a7c21f5051174727a6f3ef14d3f3745e.jasper', 'tempName': '委托单(无价格电话)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 120, 'tempCode': 'chexidingzhi', 'tempDesc': '车禧定制打印模板', 'tempFileName': '上海车禧打印模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/902a606b5c9843fea784324831cf01c5.jasper', 'tempName': '上海车禧打印模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 376, 'tempCode': 'F6标准结算单(无注释) CHS202206230182896', 'tempDesc': '模板去掉注:签字生效', 'tempFileName': '标准结算单去掉注释.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/be83c648597447fc8aeb76238ba65c2c.jasper', 'tempName': 'F6标准结算单(英宝)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 121, 'tempCode': 'OMDZ01', 'tempDesc': '', 'tempFileName': '欧米定制结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-02/default/ba90041b5409485cbf7d3351caf334ed.jasper', 'tempName': '欧米定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10617, 'tempCode': '2023-9-12', 'tempDesc': '', 'tempFileName': '98fec0a571f349c1bd5790c4e1a55f75.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/88d30610b84b4f15a3e2e4285c133758.jasper', 'tempName': '广东环宇汽车维修有限公司维修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 378, 'tempCode': '结算单(万福利达定制)_CHS202212090195059', 'tempDesc': '基于 F6标准结算单(施工明细)', 'tempFileName': '结算单(万福利达定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/2170877722aa4a33bd66453328ef7bdd.jasper', 'tempName': '结算单(万福利达定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 123, 'tempCode': 'shihong', 'tempDesc': '(世弘)工单下面的维修厂名字去掉', 'tempFileName': '结算单改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/e2d0aeef52fd4612977008dc76239afa.jasper', 'tempName': '结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 379, 'tempCode': 'esjr01', 'tempDesc': '去除大写金额', 'tempFileName': '标准结算单壹(1)(1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/e342497f7de34a4d920a490d0eaf374f.jasper', 'tempName': '恩施捷锐结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 124, 'tempCode': 'lingjianhaopinpaibianma', 'tempDesc': '', 'tempFileName': '委托单标准(零件号+编码+品牌+打印次数).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-03/default/3c8f8c2189b94b50abeb1f308ff91c34.jasper', 'tempName': '委托单(配件明细版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 380, 'tempCode': '宋哥养车结算单_CHS202104090119709', 'tempDesc': '定制结算单,基于会员冲销,+品牌零件号', 'tempFileName': 'fa6f759d7f804bcaa7519353dfc9ebc0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/11801c06d6624f1fac179713bd969203.jasper', 'tempName': '宋哥养车结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 125, 'tempCode': 'shanghaigai', 'tempDesc': '', 'tempFileName': '247b839b54b4442eb4a7c22e9f003560.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/98226d79ae354cd3b4c71924c0e903e2.jasper', 'tempName': '上海市结算单(改版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 382, 'tempCode': '公务车结算单(昭通定制)_CHS202211050191032', 'tempDesc': '', 'tempFileName': '公务车结算单(昭通定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/01be068f797d4a249f5c82ede1640c5d.jasper', 'tempName': '公务车结算单(昭通定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 127, 'tempCode': 'xzq001', 'tempDesc': '', 'tempFileName': '结算单(鑫自强公有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/3e16cbd576234042b845b8aa05efeca9.jasper', 'tempName': '结算单(鑫自强公有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 383, 'tempCode': '新结算单A(通用right)_mxcopyfrom', 'tempDesc': '拷贝自新结算单A(勤发汽维定制)3', 'tempFileName': 'e07627fd83fe435ca20d52bd2a7debb5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/a2cf6649385c4af6b8742450ab73ec76.jasper', 'tempName': '结算打印单(FJ通用)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 129, 'tempCode': 'bzb002', 'tempDesc': '', 'tempFileName': 'F6标准模板(壹).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-06/default/7dc7440ee4fe4156b54edce5ce7071bc.jasper', 'tempName': 'F6标准结算单(壹改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 385, 'tempCode': '结算单(盛和之星定制)_CHS202211210192964', 'tempDesc': '基于结算单(施工明细)修改', 'tempFileName': '结算单(盛和之星定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/646106a4a41e434bbe578ee27529eb38.jasper', 'tempName': '结算单(盛和之星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 131, 'tempCode': 'zsh001', 'tempDesc': '', 'tempFileName': '南京惠之星(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-07/default/bf163790862443419268ba0051455fa5.jasper', 'tempName': '南京惠之星(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 133, 'tempCode': 'xinziqiangsiyou', 'tempDesc': '', 'tempFileName': '结算单(鑫自强私有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/6b53fc5d1d0543e3ab811ce454927310.jasper', 'tempName': '结算单(鑫自强私有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10631, 'tempCode': '2023-9-15', 'tempDesc': '【车主备注】改为【备注】', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/ebd7c234f7cc4376aa61744b1e5bf444.jasper', 'tempName': 'F6标准结算单(壹)备注', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 136, 'tempCode': 'yichengusuan', 'tempDesc': '', 'tempFileName': 'F6标准估算单(折后金额).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/c0b24b264d644b3fbe48234c30699ace.jasper', 'tempName': 'F6标准估算单(折后金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 139, 'tempCode': 'rpdz01', 'tempDesc': '', 'tempFileName': '2971cfb61e5d4e75b43bbd09c91923fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a56ec2c70d3e4278ba38d48bc5f81cf4.jasper', 'tempName': '结算单定制(武汉锐派)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 395, 'tempCode': 'F6标准结算单(壹鑫威定制)_CHS20211110014523', 'tempDesc': '', 'tempFileName': 'F6标准结算单(壹鑫威定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/6aca2149ce7a47c28935d58739f9fa63.jasper', 'tempName': 'F6标准结算单(壹鑫威定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 140, 'tempCode': 'jiangsushengmianzetiaokuan', 'tempDesc': '', 'tempFileName': '江苏省结算单(免责条款版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/35c6133c5d824f418941e604e471c60c.jasper', 'tempName': '江苏省费用结算单(免责条款版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10636, 'tempCode': '2023/9/21', 'tempDesc': '增加折扣,折后金额', 'tempFileName': 'f757de69df8b46b193a20b3fc4e2f002.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/70de25324d6d44bf9ce669649ae97cab.jasper', 'tempName': '上海市结算单(改版定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 397, 'tempCode': 'F6标准结算单(壹德巨泰定制2)_CHS202005190083', 'tempDesc': '', 'tempFileName': '5588b2906ad741eebe4bbb9a6a280245.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/bd597a3137964926af0eb90c661d85e3.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 398, 'tempCode': '超高压打印_CHS202012180112627', 'tempDesc': '', 'tempFileName': '超高压打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/bb490b9356154f7b963a5a632ea332fd.jasper', 'tempName': '超高压打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10638, 'tempCode': '2023-9-21', 'tempDesc': '配件编码取值材料编码', 'tempFileName': 'c91719b2249d47e8a58a3168dea73448.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/862aba77e5564505b6a590b28f1bcab4.jasper', 'tempName': '上海市结算单(改版)+材料编码', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 399, 'tempCode': '汽运公司结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '汽运公司结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/f8a30ec2015a4ca8b9743c8dc302ec1d.jasper', 'tempName': '汽运公司结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 402, 'tempCode': '汽运折后结算单模板_CHS202012180112627', 'tempDesc': '', 'tempFileName': '汽运折后结算单模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/2bb5fcecaf7e4c769e22b440f514dbae.jasper', 'tempName': '汽运折后结算单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10899, 'tempCode': '2024-1-5', 'tempDesc': '', 'tempFileName': '355b6630d28043e5ad97e82c6c476cec.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0e526ea4eb774be2a4eeb06a206af226.jasper', 'tempName': 'F6标准施工单(含工时数,无合计金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10901, 'tempCode': '2024-1-5', 'tempDesc': '记账方式、待付金额显示记账金额,收银金额+大写不含记账金额', 'tempFileName': '新结算单(记账).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/96619610928b4373b7bcd7466a8a1dcc.jasper', 'tempName': '新结算单(记账)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 150, 'tempCode': 'xybb0002', 'tempDesc': '创建日期20201201', 'tempFileName': '星悦奔宝新样板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/61e0ded4c29340b8b029fc8e7849f784.jasper', 'tempName': '星悦奔宝新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 152, 'tempCode': 'bz0001', 'tempDesc': '模板壹的基础上把项目备注与项目名称合并', 'tempFileName': 'F6标准结算单(壹带备注).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/2ea105aa92a64899a9e8ebafef62b9d6.jasper', 'tempName': 'F6标准结算单(带备注)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 154, 'tempCode': 'xzqtz0001', 'tempDesc': '', 'tempFileName': '结算单(鑫自强调整单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/15e770c6cae44a80a6ad17ebbd0ee643.jasper', 'tempName': '结算单(鑫自强调整单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10650, 'tempCode': '2023-10-16', 'tempDesc': '', 'tempFileName': 'df9bb36008e042c8bd001e294171d0a2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/ad28a9ad47c440a5bfeb73c6189293b6.jasper', 'tempName': 'F6标准施工单(无工时费及合计)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 155, 'tempCode': 'wulingjianhaobiaozhun', 'tempDesc': '', 'tempFileName': 'F6标准结算单(无零件号).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/5d0ee653b67f4c868f6705b01a6dda71.jasper', 'tempName': 'F6标准结算单(无零件号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 411, 'tempCode': '九易汽车服务连锁(万里店)-202323-3-17', 'tempDesc': '江苏省结算单调整,车辆所有人为空的话调用客户姓名,送修人电话为空的话就不显示号码', 'tempFileName': 'ffdd3861391f40bfae5baacf7096e0df.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/acf5548d5f84406ea9697c68d44475a5.jasper', 'tempName': '江苏省结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 156, 'tempCode': 'StandardSGD', 'tempDesc': '', 'tempFileName': 'e29b4d91355b429d943949a8a625cfd6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/0b971a062d004e90be30e20b49793b38.jasper', 'tempName': 'F6标准施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 157, 'tempCode': 'StandardWTD', 'tempDesc': '', 'tempFileName': 'F6标准委托单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/438faa4cda0f456d96d68270317aeb88.jasper', 'tempName': 'F6标准委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 416, 'tempCode': '2023-3-15', 'tempDesc': '添加优惠原因(打几折)+去除明细的折扣和小计信息', 'tempFileName': '佰.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/c37c96c39a35456c914064dba6a08030.jasper', 'tempName': '佰瑞德结算单(结算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 161, 'tempCode': 'jiangsuwugongshi', 'tempDesc': '无工时', 'tempFileName': '江苏省结算单定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-08/default/e0e1cd9569f74657bfadad2055c16a0d.jasper', 'tempName': '江苏省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10913, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': 'dd5b915c0979499fbc2c544d913fe172.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/8c3201595ccd462d9ca2481f69e407bf.jasper', 'tempName': '宝丰汽车定制结算单(三联)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 418, 'tempCode': 'gm001', 'tempDesc': '去除结算单打印大写金额', 'tempFileName': '标准结算单1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/66bac7fced404d56b02789bbcb3e198e.jasper', 'tempName': '十堰高迈结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 419, 'tempCode': '111', 'tempDesc': '', 'tempFileName': '西丰县佰瑞德汽车服务店维修结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/1012a12b55344d69889f677377d06210.jasper', 'tempName': '西丰县佰瑞德汽车服务店维修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10659, 'tempCode': '2023-10-19', 'tempDesc': '', 'tempFileName': '73527049f61748189970bdffa6a7ea3c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/f5113996b00845a3a6cbeaee4d8f4709.jasper', 'tempName': '测试1111', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10916, 'tempCode': '2024-1-18', 'tempDesc': '', 'tempFileName': '70859dd420394720ba27454dc5e5657e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/d3c2a56ceeec43f59ccf4c981e0699cc.jasper', 'tempName': '环宇测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 165, 'tempCode': 'yibiankuang', 'tempDesc': '', 'tempFileName': 'd96dea8814bc41748fdcc006c4527ebd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/e7ee843603de4b9ba8b961dff8cb9441.jasper', 'tempName': 'F6标准结算单(壹)边框版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10661, 'tempCode': '2023-10-23', 'tempDesc': '项目材料左右,简版', 'tempFileName': '翼达定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/c2f8596a19664cbca4a71fe9891b520d.jasper', 'tempName': '翼达结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 166, 'tempCode': 'boxingdingzhi', 'tempDesc': '', 'tempFileName': '结算单(南京铂星定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/ff9a1162171247d2a4c11ecfdc4df570.jasper', 'tempName': '结算单(南京铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10662, 'tempCode': 'axjwtd', 'tempDesc': '标准委托单上增加车辆分类显示', 'tempFileName': '最新标准委托单_2_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/e1f642a3e73346399eff2dff3ac6e492.jasper', 'tempName': '标准委托单(车辆分类)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 167, 'tempCode': 'shanxiboxing', 'tempDesc': '', 'tempFileName': '山西铂星结算定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempName': '结算单(山西铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10663, 'tempCode': '2023-10-23', 'tempDesc': '增加参数名称(托修方全称,本期,注明)', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/75a94ffc89174b33af25c38912cf00e7.jasper', 'tempName': 'F6标准结算单(壹)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10919, 'tempCode': '测试项目材料同行边框问题', 'tempDesc': '', 'tempFileName': 'f08c23fc805a419db7d5b8a30fc9d6b5 (1) (1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/e6edb2f260a249e1917fca7313fca7ca.jasper', 'tempName': '测试项目材料同行边框问题', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 5, 'navigateLastPage': 12, 'navigatePages': 8, 'navigatepageNums': [5, 6, 7, 8, 9, 10, 11, 12], 'nextPage': 10, 'orderBy': '', 'pageNum': 9, 'pageSize': 100, 'pages': 12, 'prePage': 8, 'size': 100, 'startRow': 801, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 1000, 'firstPage': 5, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 12, 'list': [{'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 168, 'tempCode': 'shanxiboxingshigongdan', 'tempDesc': '', 'tempFileName': '山西铂星施工单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/c502194300674283ad08826cfc8844d3.jasper', 'tempName': '施工单(山西铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10664, 'tempCode': '2023-10-23-1', 'tempDesc': '1.材料单位去掉不显示 2.出厂合格证上调 4.地址北京市密云区5.增加经理签字 6.材料费修改为合计', 'tempFileName': '07e26e7b56974aa9bbbca037468b13e3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/2cf177b4304c47698a75d237bb1d92b7.jasper', 'tempName': 'F6标准结算单(壹)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10920, 'tempCode': '2024-1-19', 'tempDesc': '结算金额单据为结算时也要显示实收金额', 'tempFileName': '5bc952f7a0c24f5aabfaf7e87118be9d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/4ccc35622b95474295d24d80ff2cca86.jasper', 'tempName': '康隆丰田汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 169, 'tempCode': 'xinjiesuanA', 'tempDesc': '', 'tempFileName': '新结算单_A.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-06/default/85bc0d41a75d43f89578a385e639e98a.jasper', 'tempName': '新结算单A', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 425, 'tempCode': '2023-3-20', 'tempDesc': '', 'tempFileName': '结算单(冲销全卡号版)+项目材料备注.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/ad9db501f1134ad2b8062a391ca3465e.jasper', 'tempName': '结算单(冲销全卡号版)2023-3-20', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10921, 'tempCode': '2024-1-22', 'tempDesc': '', 'tempFileName': '6245f00d9681425488d0b742c00701a2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/b02dd8d7c10343e1a6cb0a51a4b84f0f.jasper', 'tempName': '康隆丰田汽车定制施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 426, 'tempCode': '2023-3-22', 'tempDesc': '+客户名称+业务类型+技师列加宽+理赔公司+理赔单号', 'tempFileName': '施工单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/dee2848507934fa39f48a42bfa32aee2.jasper', 'tempName': '施工单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10922, 'tempCode': '2024-1-23', 'tempDesc': '', 'tempFileName': '59c4e39149654f129e78ad9fa4588274.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/05adf2084b844e47bb76073545513703.jasper', 'tempName': '奥立汽车定制委托书', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 427, 'tempCode': 'ta001', 'tempDesc': '结算单(施工明细)基础上把备注改为业务分类内容', 'tempFileName': '天安结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/0e78c13a9d3f4f00937ddeab816e7a67.jasper', 'tempName': '天安结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10923, 'tempCode': '2024-1-23', 'tempDesc': '', 'tempFileName': '9eb46d309ad741438f04b81f36ef62d9.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/53ed41b1a1664a3491de9cc391007f81.jasper', 'tempName': '长青诚汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 172, 'tempCode': 'jitaidingzhi', 'tempDesc': '', 'tempFileName': '结算单(吉泰定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/3afad1a8070643aaa00d813317db459f.jasper', 'tempName': '结算单(吉泰)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10668, 'tempCode': '2023-10-26', 'tempDesc': '', 'tempFileName': 'c6a9d0c0d3a04b08a0ae7a52e2d6034a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/f0517361201f4c29b06b7e295134e448.jasper', 'tempName': '结算单(河南铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10924, 'tempCode': '2024-1-24', 'tempDesc': '', 'tempFileName': 'd920c4e27a2a4fa4a6177458ae0c5176.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/2c53ee00b82645c5ba96f05e0c25b71b.jasper', 'tempName': '奥立汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 429, 'tempCode': '加标语', 'tempDesc': 'F6标准结算单(定制)+logo+标语+贵州百援精养汽车信息技术有限公司', 'tempFileName': '6160bf8ead6e40ed87e5cff341fd664e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/f18facc3e06649689807cf4f788defc2.jasper', 'tempName': 'F6标准结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10925, 'tempCode': '2024-1-24', 'tempDesc': '', 'tempFileName': '96afd022d9f04dc39bb74c0d186332e0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/7fccf04e6fb041e5bb14313e347c1add.jasper', 'tempName': '保时捷定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10671, 'tempCode': '2023-11-9', 'tempDesc': '路路通分店定制,包含4S店价格,折扣率等', 'tempFileName': '8e11cc397a894ac9acdc4556e9c538f7.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/4e140cfff6b84552a7986568fa2c5174.jasper', 'tempName': '维修结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 176, 'tempCode': 'guanghanzhongyue', 'tempDesc': '', 'tempFileName': 'F6标准结算单(广汉众越).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-08/default/2259d6a416634393ad786864491d7e49.jasper', 'tempName': '结算单(广汉众越)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10672, 'tempCode': '同捷结算单CHS202310270246681', 'tempDesc': 'LOGO是东风', 'tempFileName': '风神结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/e014b27126af4c3e963cd8eb816da635.jasper', 'tempName': '风神结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10928, 'tempCode': '1122', 'tempDesc': '', 'tempFileName': '结算单(全字段版).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/0207d01b64524c78a405f6d146473007.jasper', 'tempName': '测试1122', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 177, 'tempCode': 'qingdaosailun', 'tempDesc': '原名称叫赛轮', 'tempFileName': '府宾汽修结算单(定制update818).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/cd0c3d8d029344e487a67b35ee3bc3f3.jasper', 'tempName': '府宾汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10673, 'tempCode': '同捷委托单CHS202310270246681', 'tempDesc': 'LOGO是东风', 'tempFileName': '东风委托单试车协议.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/272a3807621e4c61916c464aec8ecc7e.jasper', 'tempName': '东风委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 178, 'tempCode': 'bjshunan', 'tempDesc': '', 'tempFileName': '北京顺安(1)_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-09/default/37c2397d6c60436bb32506c1d988d957.jasper', 'tempName': '北京顺安(定制)结算', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 179, 'tempCode': 'qiankuanjs', 'tempDesc': '', 'tempFileName': 'F6标准版结算单(欠账单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-09/default/d4db12b60ba74a15bee0686aa6e6d62d.jasper', 'tempName': 'F6标准结算(欠账单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 180, 'tempCode': 'baishadingzhijs', 'tempDesc': '', 'tempFileName': '结算单(湖南白沙)定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/36608dd3c13e4ea5b10695e927ebb77d.jasper', 'tempName': '结算单(湖南白沙)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10676, 'tempCode': '2023-10-31', 'tempDesc': '', 'tempFileName': 'f03ed2f518174f29a456f229227276e4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/8ae4b769c77a49b595af8a1452f62694.jasper', 'tempName': '标致结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 181, 'tempCode': 'baishadingzhipg', 'tempDesc': '', 'tempFileName': '派工单(湖南白沙)定制结算.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-09/default/5c8dc6dfc62048a5b33ea103aa132d8d.jasper', 'tempName': '派工单(湖南白沙)定制结算', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 437, 'tempCode': '2023-3-28', 'tempDesc': '折扣保留3位', 'tempFileName': '848326b13a9643b782d3ba3688ed859d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/b0927453549d45adaae7af62899171a2.jasper', 'tempName': '结算单(施工明细)+折扣保留3位', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10933, 'tempCode': '2024-1-31', 'tempDesc': '', 'tempFileName': '405af481ab7d47448e7c7e1c1417483e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/46541907964449bb837f0a6cb399c0f4.jasper', 'tempName': '蓝之天汽车定制报价单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 182, 'tempCode': 'anshijiedz', 'tempDesc': '', 'tempFileName': '宜宾安仕吉(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-09/default/802a22aed2be4a85b42bfefef6c9ad70.jasper', 'tempName': '宜宾安仕吉结算(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10934, 'tempCode': '2024-1-31', 'tempDesc': '', 'tempFileName': '405af481ab7d47448e7c7e1c1417483e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/f289b8c726344dd98b00603dde4b2ff0.jasper', 'tempName': '蓝之天汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10935, 'tempCode': '2024-2-1', 'tempDesc': '', 'tempFileName': 'fbef918b801142a6a3aceeacd7a05b77.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/82a5f073375348ab81ca334034141c0c.jasper', 'tempName': '测试2-1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10936, 'tempCode': '2024-2-2', 'tempDesc': '', 'tempFileName': 'fbef918b801142a6a3aceeacd7a05b77.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/e034a77086d14cdb9fdf382673024f90.jasper', 'tempName': '测试2-2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 187, 'tempCode': 'cjddz', 'tempDesc': '', 'tempFileName': '车检单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/75eb56eddbf7457d856ecfd4f1618a28.jasper', 'tempName': '车检单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10683, 'tempCode': '2023-11-2', 'tempDesc': '', 'tempFileName': '00b09ad8f6354335ae23e6db5f2476d0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/fd08285568914ee39f4107c8b887d18d.jasper', 'tempName': '车广角全字段定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 444, 'tempCode': '2023-3-29', 'tempDesc': '', 'tempFileName': '新结算单-兴博望汽修厂(待付金额、收银金额字段加大加粗展示).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/cbd7bacd283643519005fc8a4f053715.jasper', 'tempName': '新结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10684, 'tempCode': '2023-11-6', 'tempDesc': '', 'tempFileName': '吉星奔宝.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/cb2eec09213f43e18e9ebb5842169dd3.jasper', 'tempName': '吉星奔宝定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 445, 'tempCode': '2023/3/29', 'tempDesc': '车家+枫花园店+环视图+温馨提示', 'tempFileName': '6773ca6b2ec348c28508c4e76f5f77ed.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a7df263384944f179a261620e0b575a5.jasper', 'tempName': 'F6标准施工单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10685, 'tempCode': '2023-11-8', 'tempDesc': '', 'tempFileName': '624e21f9789d4506a23c37ac0f883d16.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/18e74b8a4ab8423ca6ea2a32d146d59d.jasper', 'tempName': '昆明鸿创汽车定制结算单三联', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10942, 'tempCode': '2024-3-15', 'tempDesc': '项目中管理费单独打印,体现对应折扣及折扣金额,含代码', 'tempFileName': '5f3dcacba40b4469a62820b6004a2ce1_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/5b2442c1c3a747bf8cc7a569561ea1fa.jasper', 'tempName': '吉庆汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 449, 'tempCode': '2023-4-3', 'tempDesc': '河南省安吉好途邦汽车销售服务-公司名称过长,缩小处理', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/b33ecb90f0b342558155ebe9d3650ef4.jasper', 'tempName': 'F6标准结算单(定制版本)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 194, 'tempCode': 'xkmcdz', 'tempDesc': '', 'tempFileName': '星凯名车结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/fbc4c8ae41914a2fa3a7f5952f853e8e.jasper', 'tempName': '星凯名车结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10947, 'tempCode': '2024-2-26', 'tempDesc': '', 'tempFileName': 'e3d490083c07498f8517e6c682497358.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/8942096efefe457dba4a507c6cc9ad74.jasper', 'tempName': '委托单-中宇', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 196, 'tempCode': 'CHS201706271727', 'tempDesc': '', 'tempFileName': '连云港星华胜-结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/5541ffee8977415e9ad4f9775a52adee.jasper', 'tempName': '连云港星华胜结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10948, 'tempCode': '2024-2-26', 'tempDesc': '', 'tempFileName': '9edcf35d9e694b5da1464df33492d717.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/941b03aaa8f34d51a6811619c5402771.jasper', 'tempName': 'F6标准结算单(壹)-中宇', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10694, 'tempCode': '2023-11-20', 'tempDesc': '', 'tempFileName': 'b7261e7a9cb241ea880273946f090e39.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2ef3f1ac474c421cb27c9fa56401c784.jasper', 'tempName': '山西百得利结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 455, 'tempCode': '2023-4-7', 'tempDesc': '增加适用车型、零件号、货位,去除折扣,折扣金额', 'tempFileName': '642aa0375d4145aeaab2da7699ae731c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/8d074b776ab2473f981898f54f9453b9.jasper', 'tempName': '结算单(全字段定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 200, 'tempCode': 'xinbantushijs', 'tempDesc': '', 'tempFileName': '兔师傅结算单(定制)2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/40df03e5b7f940c5b61ff2b4f74fefb4.jasper', 'tempName': '新版兔师傅结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10952, 'tempCode': '测试2-28', 'tempDesc': '', 'tempFileName': 'c2f8596a19664cbca4a71fe9891b520d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/d3d83bff66e945a0b1027af45f9d826c.jasper', 'tempName': '测试2-28', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10697, 'tempCode': '2023-11-22', 'tempDesc': '', 'tempFileName': 'a1e48173aa5c4a408c861226f0c4b926.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/d7bae086f7224072ba234ed565497d65.jasper', 'tempName': '山西百得利施工单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10953, 'tempCode': '2024-2-28', 'tempDesc': '', 'tempFileName': '9d2fa87abfdd41608035b0078a1629d9.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/bddb9ee3c6b448a5ab0fa636fbea03c7.jasper', 'tempName': '新结算单(无工单号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 203, 'tempCode': 'WTS0138060', 'tempDesc': '', 'tempFileName': '太合美信(委托书)-定制(929).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/d94e78faf1894299947a3faeb76084cb.jasper', 'tempName': '太合美信(委托书)-定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10700, 'tempCode': 'F6标准结算单(贰)', 'tempDesc': '曹伟测试', 'tempFileName': '58128d9674354fe685fcab1869141bb3 (1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/ca0667fec9c44ad08473a946ebb90b40.jasper', 'tempName': 'F6标准结算单(贰)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 462, 'tempCode': 'zlz001', 'tempDesc': '增加自检、互检、终检字段', 'tempFileName': '标准施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/8dc72fc2de8249cf81e1797dc50ffe42.jasper', 'tempName': '荆门致良知施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 207, 'tempCode': 'CHS202107130132760JSD', 'tempDesc': '', 'tempFileName': '南通圣驰结算单(定制update111).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-01/default/946ecd8f42b7405e870f6027aa1cefbb.jasper', 'tempName': '南通圣驰结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 463, 'tempCode': '2023-4-12', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/83149efd09384a88934fdb42f5b889e4.jasper', 'tempName': '结算单(恒星奔驰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 208, 'tempCode': 'CHS202107070132148JSD', 'tempDesc': '', 'tempFileName': '新结算单A(万天好定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/6961b48dec4b4a4bbef4ef47a5f5e01b.jasper', 'tempName': '结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 465, 'tempCode': '2023-4-17', 'tempDesc': '去除大写,成都保利源汽车服务有限公司', 'tempFileName': '46b0c0b4d66148fdb3d33115fe9495d8.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/21229bf130dd421da53a49da2b5c5839.jasper', 'tempName': 'F6标准结算单(定制1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10705, 'tempCode': '2023-11-24', 'tempDesc': '', 'tempFileName': '0e359a0ac1174ac7b906f36517be32ff.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/1333beac114842959e3cf6b4854ecd47.jasper', 'tempName': 'F6标准结算单(壹)去除交车时间+创建人', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10706, 'tempCode': '2023-11-24', 'tempDesc': '抬头重复打印+页码', 'tempFileName': '995a3e6fefe2441a83857b74774b1ab8.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/1aef960909f54abc805e052237e75cf2.jasper', 'tempName': '昆明鸿创汽车定制结算单少量', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 211, 'tempCode': '乐清宝杰_JSD', 'tempDesc': '', 'tempFileName': '乐清宝杰结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/5907f2e2724347ad9d80547c06fc02ae.jasper', 'tempName': '乐清宝杰结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10709, 'tempCode': '2023-11-27', 'tempDesc': '调整客户签名 维修厂信息 免责说明顺序 :1 免责说明 2 客户签名 3 维修厂信息', 'tempFileName': '5d404be697374e8ea0e4b9fbe3ea2857.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/e501109b91164b1885c7e54dc192e98f.jasper', 'tempName': '新结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 470, 'tempCode': '2023/4/17', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/553635ed7f1e4e24adeae3a2a176f944.jasper', 'tempName': 'F6标准结算单(壹)3位折扣', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10710, 'tempCode': '2023-11-27', 'tempDesc': '', 'tempFileName': '1c72bbac770b4865b942c7fbe5d2ad2b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/6a9da1ba894e4a109c9d7f9d6d33275f.jasper', 'tempName': '路灯折后结算单模板加单位', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 471, 'tempCode': '2023-4-19', 'tempDesc': '门店logo拉长', 'tempFileName': '131cb05b4a5f485698e4094e74c15064.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/3780f7438de94abab4bb3ed5070a3cc3.jasper', 'tempName': 'F6标准结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10711, 'tempCode': '2023-11-27', 'tempDesc': '', 'tempFileName': '路灯估算单模板折后金额加单位.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/d1d9a1426c244efeb6a2d7e6d87ccb49.jasper', 'tempName': '路灯估算单模板折后金额加单位', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10712, 'tempCode': '2023-11-27', 'tempDesc': '', 'tempFileName': '路灯估算单模板折后金额.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/49704483d0ea4e8e98899e109834f132.jasper', 'tempName': '路灯估算单模板折后金额', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 217, 'tempCode': '乐清舒诚CHS202111280146465_JSD', 'tempDesc': '', 'tempFileName': '乐清舒诚结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/e93dad95fc7e485d9e85606b3895d69b.jasper', 'tempName': '乐清舒诚结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10713, 'tempCode': '2023-11-27', 'tempDesc': '', 'tempFileName': '1c72bbac770b4865b942c7fbe5d2ad2b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/ed4f167ce7c1467cbc735d56427f163a.jasper', 'tempName': '东星定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 218, 'tempCode': 'sldyTest', 'tempDesc': '三联纸测试', 'tempFileName': 'sanlianzhi.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-01/default/e2cb591c6b034391a0a70559101c3596.jasper', 'tempName': '三联打印结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 219, 'tempCode': '阜新东营汽车修配厂CHS202112280148010_JSD', 'tempDesc': '', 'tempFileName': '阜新东营汽车修配厂结算单(定制update95).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/6299519b3d724b71a756be5a78845798.jasper', 'tempName': '阜新市东营汽车修配厂结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10971, 'tempCode': '2024-3-28', 'tempDesc': '', 'tempFileName': 'efe5328886f84ccdbd588f4f6e42b3f7.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/f72aa691b68646c594488070331e149d.jasper', 'tempName': '利国汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 220, 'tempCode': 'INNER_TEST1', 'tempDesc': '内部测试用模板', 'tempFileName': '7372a358bc3f4cd8809fb7097817f247.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/ca5ad28ee45a46e88990c060b7f14698.jasper', 'tempName': '内部测试用1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 476, 'tempCode': '2023-5-4', 'tempDesc': '实付金额、待付金额位置调整', 'tempFileName': '21c814db6ec04de7ab0991e62ab59d48.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/8790416f02b94d0ab2c0d53285c60e84.jasper', 'tempName': '新结算单(修改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10716, 'tempCode': '2023-11-28', 'tempDesc': '', 'tempFileName': '驭马汽车定制.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/2c716ca299404b7aaa4fd2de742aaa33.jasper', 'tempName': '驭马行汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10972, 'tempCode': '2024-3-29', 'tempDesc': '定金,储值卡套餐卡结算保存时展示', 'tempFileName': '525f3433fb4348f89cd9841810fa9c74.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/755d8b80e93b44b2a2e377715df1f084.jasper', 'tempName': 'F6标准结算单(壹)-凯华定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 221, 'tempCode': '厦贸汽修_CHS202112310148315_JSD', 'tempDesc': '', 'tempFileName': '厦门市公务车定点维修费用结算单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-02/default/bd615b4ab4bb40b793a8d6d414d1c504.jasper', 'tempName': '厦门市公务车定点维修费用结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 477, 'tempCode': '2023/5/8', 'tempDesc': '去除最下方维修厂信息', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/c02fc137605e431d92c3c16fedab8e9a.jasper', 'tempName': 'F6标准结算单(定制版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10973, 'tempCode': '2024-3-29', 'tempDesc': '', 'tempFileName': '036dbb2afd4c4689b44b7c2b73ccea35.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/7a09fc6a8eec4227942013297ea48762.jasper', 'tempName': '委托单(标准)-凯华定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 222, 'tempCode': '厦贸汽修_CHS202112310148315_JSD2', 'tempDesc': '', 'tempFileName': '厦贸汽修(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-02/default/61b85f51568b42f0bf87b99e3972d97b.jasper', 'tempName': '厦贸汽修结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 478, 'tempCode': '2023-5-10', 'tempDesc': '增加打印次数', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/8b1a37f3aa734e3e85cd7233ae782fd3.jasper', 'tempName': 'F6标准结算单(壹)+打印次数', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 479, 'tempCode': 'sgd000003', 'tempDesc': '去除材料和项目金额', 'tempFileName': '标准施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/a8d61dda485046848ff6ee8e5caa0eab.jasper', 'tempName': '瀚隆施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 224, 'tempCode': 'entrustPrint_new', 'tempDesc': '养车新维保使用', 'tempFileName': '委托单-带质检人.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/036dbb2afd4c4689b44b7c2b73ccea35.jasper', 'tempName': '委托单(标准)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 225, 'tempCode': 'standardService_new', 'tempDesc': '新维保使用', 'tempFileName': '养车f6标准施工单v0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/919aa9f9739e480abca57a6f484ff322.jasper', 'tempName': 'F6标准施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10977, 'tempCode': '2024-4-3', 'tempDesc': '固定门店名称:上海艺车堂汽车服务连锁', 'tempFileName': '4b30546ddd1943d2b9d088986308d243.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/47a9f91ea2ae444dbccc4046e837dcdb.jasper', 'tempName': '上海市结算单(改版)+艺车堂', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 482, 'tempCode': '2023-5-19', 'tempDesc': '', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/bff7e779b88b480f87f0b74cde460600.jasper', 'tempName': 'F6标准结算单(壹)时间保留时分', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10722, 'tempCode': '2023-12-4', 'tempDesc': '', 'tempFileName': '03eace8fed404f7b9f988945b55c5686.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/14a8b05ba0414e1faaf503249f6c3373.jasper', 'tempName': 'F6标准结算单(壹)昭通定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 484, 'tempCode': '2023-5-22', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/12f360dd9aa34ce3a01fa70ccdd6c837.jasper', 'tempName': 'F6结算单定制(奥玛汽车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10724, 'tempCode': '2023-12-7', 'tempDesc': '', 'tempFileName': 'bed518d1bead43d0a23d0204e1a22f7b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/4635154ce35d408ea9faf6f540fbb2f9.jasper', 'tempName': 'Jeep授权中心结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 229, 'tempCode': 'newSettleJS_new', 'tempDesc': '新维保使用', 'tempFileName': '江苏省费用结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/3018fd6cd2cf4b4296222cbc40a8317d.jasper', 'tempName': '江苏结算单-废弃', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 485, 'tempCode': '2023-5-25', 'tempDesc': '工时费材料费小计放一起', 'tempFileName': '23615c5000984a549f8bda7dc970998a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/bc1736bb028744828a16e945a3470f5c.jasper', 'tempName': 'F6标准结算单(壹)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 230, 'tempCode': 'newSettleJSNo_new', 'tempDesc': '新维保使用', 'tempFileName': '90ebb424d1254f4cbe80905f9c1e9fd3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/e66175d0044f4170a911bbbc3e362aa6.jasper', 'tempName': '江苏省费用结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10726, 'tempCode': '2023-12-8', 'tempDesc': '', 'tempFileName': 'fb499ee9cf904681965791abc06523c9.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/fa064bbdf796426d9d0f903bb43fcea5.jasper', 'tempName': '祥铭汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10982, 'tempCode': '2024-4-7', 'tempDesc': '', 'tempFileName': 'c9fc4e4e224b408f80995fef742b2370.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/f7371dc3dbbf4aafb9c3a2826d67f261.jasper', 'tempName': '杭州鸿畅定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 487, 'tempCode': '2023-5-25', 'tempDesc': '去除维修厂名称,联系电话,地址,项目材料备注', 'tempFileName': '8fb2cfbacc714ff4893e878f50940aa2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/7b0c4f8db76a419ba427766f9754cb2f.jasper', 'tempName': 'F6标准结算单(二)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10727, 'tempCode': '2023-12-11', 'tempDesc': '', 'tempFileName': '结算打印单(FJ通用)修改测试版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/bc15cd8fa26049b8939a92d3e484b87a.jasper', 'tempName': '附表打印测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 488, 'tempCode': '2023-5-26', 'tempDesc': '奚仲车会定制,项目里增加数量,金额,单位,取值备注里的数据', 'tempFileName': '9216653a09224b93b807caeac0fa05de_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/173bf3a55e704449ada48a5c75dbaa48.jasper', 'tempName': 'F6标准施工单(奚仲车会定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10984, 'tempCode': '2024-4-9', 'tempDesc': '', 'tempFileName': '96ae5d6f962b4fb0a709b3d6416386e7.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/84b551c569a84ab191a8ae481c6c8f9d.jasper', 'tempName': '杭州鸿畅定制委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 233, 'tempCode': '大连鑫太乙汽修_JSD_001', 'tempDesc': '', 'tempFileName': '太乙汽修1(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/42a5c79b98df4a66af4f7cb0bd0c5841.jasper', 'tempName': '太乙汽修结算单1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 234, 'tempCode': '大连鑫太乙汽修_JSD_002', 'tempDesc': '', 'tempFileName': '太乙汽修2(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/7560e6f293c84413a5444b8d6c6385d4.jasper', 'tempName': '太乙汽修结算单2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 490, 'tempCode': '2023-5-26', 'tempDesc': '奚仲车会定制,项目里增加数量,金额,单位,取值备注里的数据', 'tempFileName': '00494ef0cbde4cdd8339b8db49bdac53.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/ccc8cf874112444e8b97f6b658e700e1.jasper', 'tempName': 'F6标准结算单(奚仲车会定制)', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 5, 'navigateLastPage': 12, 'navigatePages': 8, 'navigatepageNums': [5, 6, 7, 8, 9, 10, 11, 12], 'nextPage': 11, 'orderBy': '', 'pageNum': 10, 'pageSize': 100, 'pages': 12, 'prePage': 9, 'size': 100, 'startRow': 901, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 1100, 'firstPage': 5, 'hasNextPage': True, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': False, 'lastPage': 12, 'list': [{'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 235, 'tempCode': '大连鑫太乙汽修_JSD_003', 'tempDesc': '', 'tempFileName': '太乙汽修3(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/eb9ed2073e2c4a1d8403619bd5003749.jasper', 'tempName': '太乙汽修结算单3', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10987, 'tempCode': '2024-4-9', 'tempDesc': '西南地区(成都)进口消防车辆装备维修中心', 'tempFileName': '036dbb2afd4c4689b44b7c2b73ccea35.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/580661267bb34918bbf0387c38ced1b0.jasper', 'tempName': '委托单(标准)-进口消防定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 236, 'tempCode': '大连鑫太乙汽修_JSD_004', 'tempDesc': '', 'tempFileName': '太乙汽修4(update621).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/569ed7e258e94d108c013e8817219bc2.jasper', 'tempName': '太乙汽修结算单4', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 237, 'tempCode': '安仕吉一车间_CHS202201050148409_WTD', 'tempDesc': '技术专家自己定制的,1130mx更新1次', 'tempFileName': 'F6标准委托单(安仕吉一车间定制1130).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/84ca4cc5e4b342418e9ec73ba017db28.jasper', 'tempName': 'F6标准委托单(安仕吉一车间定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 238, 'tempCode': '广东中旅汽修理_CHS201904090027240_GSD', 'tempDesc': '', 'tempFileName': '广东中旅交通发展有限公司汽车修理厂(估算单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/a47aff2a6a8f42e3b36dc46b389ba658.jasper', 'tempName': '广东中旅交通发展有限公司汽车修理厂(估算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 239, 'tempCode': '佰瑞德结算单_CHS202002170052094_JSD', 'tempDesc': '', 'tempFileName': '佰瑞德结算单(电业).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/95dc27a0552747269c39045c30da061e.jasper', 'tempName': '佰瑞德结算单(电业)(结算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 240, 'tempCode': '抚顺市兴盛达汽车_CHS201912250048501_JSD', 'tempDesc': '', 'tempFileName': '抚顺市兴盛达汽车服务有限公司.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/c059bf0e1a344d4191373ca02bd370f0.jasper', 'tempName': '抚顺市兴盛达汽车服务有限公司(结算单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 496, 'tempCode': '2023-6-6', 'tempDesc': '', 'tempFileName': 'dc8f5ae9cf3f46f6b68a6be157c19648.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/5a75719b1ab74789b305650fdb211ff5.jasper', 'tempName': '结算单(常州铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 241, 'tempCode': '西部汽修_委托单_CHS202112210147595_WTD', 'tempDesc': '', 'tempFileName': 'F6标准委托单(西部汽修).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/697402dba0764f8c8348df4d1a636d6e.jasper', 'tempName': 'F6标准委托单(西部汽修)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10995, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': '23cd7b66aa8046f5a8f496397122ae25.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/6560341b4e5848569285906b8d21b8c4.jasper', 'tempName': '结算单(全字段版)-出租车第一服务公司定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 500, 'tempCode': '2023-6-13', 'tempDesc': '增加客户来源至发票类型', 'tempFileName': 'cd3fbbc6b1b245bc91afbc253f397b52.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/11d496d82779465988bbd01f67f4f653.jasper', 'tempName': '结算单(全字段定制)+发票类型', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 501, 'tempCode': '2023-6-13', 'tempDesc': '备注字体格式调整,备注内容不与下边框重叠', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/d13906ac767c4d6d97ae0293e255a064.jasper', 'tempName': '新结算单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 250, 'tempCode': 'xhd0001', 'tempDesc': '估算单去除客户签名和服务顾问签名,并且在材料中增加零件号', 'tempFileName': '欣宏电估算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/28eb66b8f7344bfe8fd4eef5e4f16b4a.jasper', 'tempName': '武汉欣宏电估算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11002, 'tempCode': '2024-4-16', 'tempDesc': '同星悦奔宝结算单', 'tempFileName': '61e0ded4c29340b8b029fc8e7849f784.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/f4823920cdd941d4b76eb08bb92912ee.jasper', 'tempName': '结算单-云南锡业定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 252, 'tempCode': '日照亚欧美汽修_CHS202202100149442_JSD', 'tempDesc': '', 'tempFileName': '亚欧美汽修.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/9e423f893867419b9712ab276691a3ef.jasper', 'tempName': '日照亚欧美汽修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 511, 'tempCode': 'shaanxi', 'tempDesc': '陕西saas', 'tempFileName': '20230612陕西省结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/dd0cab3232f54b32b8dd82d993621887.jasper', 'tempName': '陕西省费用结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 191, 'tempCode': 'asjdzrkdxin', 'tempDesc': '', 'tempFileName': '安仕吉定制-入库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/26e98fda98a048cfa698f97ec8b8927d.jasper', 'tempName': '安仕吉定制-采购单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 202, 'tempCode': 'CHS202009170107393-2', 'tempDesc': '', 'tempFileName': '湖南白沙-入库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/67a99afb4ff5479d8a754b86e6524b37.jasper', 'tempName': '湖南白沙-入库单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 245, 'tempCode': '远航_CHS202110090142522', 'tempDesc': '', 'tempFileName': '手工出入库入库单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/82806a98014a493dbde456bc7a92e4db.jasper', 'tempName': '手工出入库入库单打印(远航定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 247, 'tempCode': '远航_CHS202110090142522_RKD', 'tempDesc': '', 'tempFileName': '出入库单据-入库单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/94a481d8467e4a4a84daad31c4df45ea.jasper', 'tempName': '入库单打印(远航定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 504, 'tempCode': '2023-6-15', 'tempDesc': '', 'tempFileName': '06e6f98dc7a8465d83271d13931515ac.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/6b548c84ed0341d8845800c913e33258.jasper', 'tempName': '入库单测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 258, 'tempCode': '徐州晶锐高科_CHS202204260175017_CKD', 'tempDesc': '', 'tempFileName': '出库单(晶锐高科定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/48dd915b03f04dfaa4640b1d4bc37fff.jasper', 'tempName': '出库单(晶锐高科定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10657, 'tempCode': '2023-10-19', 'tempDesc': '', 'tempFileName': 'c17506351b1a4f1a97137d243469f476.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/2b316f493abd4aaca6d8e8d6b22325f4.jasper', 'tempName': '出库单无价格', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 190, 'tempCode': 'asjdzckdxin', 'tempDesc': '', 'tempFileName': '安仕吉定制-出库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/967f3ee7c54845d692cbf47de6bec3e7.jasper', 'tempName': '安仕吉定制-出库单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 201, 'tempCode': 'CHS202009170107393', 'tempDesc': '', 'tempFileName': '湖南白沙-出库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/dd5c0ac216824693ba0f740740da17ce.jasper', 'tempName': '湖南白沙-出库单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10698, 'tempCode': '2023-11-23', 'tempDesc': '', 'tempFileName': '7ccfc72d7de243e4842cd372e46eddc3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/baa832ed4ac54d6d8167b000dffff7de.jasper', 'tempName': '恒拓汽修定制出库单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10969, 'tempCode': '2024-3-26', 'tempDesc': '', 'tempFileName': '测试打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/3816580cfab34b6d82289b721e02d43a.jasper', 'tempName': '新库存出库单打印测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10994, 'tempCode': '2024-4-12', 'tempDesc': '', 'tempFileName': 'c17506351b1a4f1a97137d243469f476.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/36e4b56ba2a64108a99ef2cef8af62ea.jasper', 'tempName': '新库存出库单打印+服务顾问', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 246, 'tempCode': '远航_CHS202110090142522_hand_CKD', 'tempDesc': '', 'tempFileName': '手工出入库出库单打印(远航定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/0188712edb6140a3a92d7df1c0e8ab50.jasper', 'tempName': '手工出入库出库单打印(远航定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 248, 'tempCode': '远航_CHS202110090142522_CKD', 'tempDesc': '', 'tempFileName': '出入库单据-出库单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/58aa47a900ad4154987f27dcf1b560f9.jasper', 'tempName': '出库单打印(远航定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'openBill', 'clsId': 51, 'clsName': '开卡单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 535, 'tempCode': '2023-7-18', 'tempDesc': '基于开卡单打印模板', 'tempFileName': '38f1a2ead8b24bc5bc4818b6946b710b.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/234b876e7dbf429b8351bcbc27640800.jasper', 'tempName': '卡交易单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'openBill', 'clsId': 51, 'clsName': '开卡单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 214, 'tempCode': 'openBill', 'tempDesc': '开卡小票打印', 'tempFileName': 'openBill.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/4a44d205d8d549eea7331777c3ad865f.jasper', 'tempName': '开卡小票打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'orderLabelPrint', 'clsId': 25, 'clsName': '批次标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 29, 'tempCode': '批次标签打印', 'tempDesc': '批次标签打印', 'tempFileName': '20190318152102orderLabelPrinttop1二维码版本1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/48f4fed7afb8427a8ccd840eddf4d8f5.jasper', 'tempName': '批次标签打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'otherPaymentPrint', 'clsId': 30, 'clsName': '其他收支打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 36, 'tempCode': 'otherPaymentPrint', 'tempDesc': '', 'tempFileName': '0e1cc117249d4e75936ae4bf8c5e3a97.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/7a5481e4f33c4f8491955836af4643f7.jasper', 'tempName': '其他收支打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'partCommonLabelPrint', 'clsId': 9, 'clsName': '材料通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 7, 'tempCode': '材料通用标签打印', 'tempDesc': '材料通用标签打印', 'tempFileName': 'labelByMap.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/f02f25be1d4d4cfe97c40d87cab461b3.jasper', 'tempName': '材料通用标签打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchaseAndStockCommonLabelPrintWithHead', 'clsId': 72, 'clsName': '采购库存通用标签打印-包含供应商-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10907, 'tempCode': '2024-1-11', 'tempDesc': '', 'tempFileName': 'ec2bc5070f6f468c86f2e559506033a3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/861f3117612946e6984633416f961cac.jasper', 'tempName': '采购库存通用标签打印-包含供应商-定制模版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 282, 'tempCode': '易驰采购单(定制)_易驰_CHS202205110179536', 'tempDesc': '区域自己定制', 'tempFileName': '易驰采购单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-06/default/6c1129e600a249308a46245a5901b2e3.jasper', 'tempName': '易驰采购单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 65, 'tempCode': 'purchasePrint', 'tempDesc': '', 'tempFileName': '采购单通用.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/ccd1c1a911bd434c9bdbea51d372af9f.jasper', 'tempName': '采购单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10616, 'tempCode': '采购入库单CHS202308250240994', 'tempDesc': '抬头改成入库单', 'tempFileName': '采购入库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/f352a5096616492a83305aa17e6243b5.jasper', 'tempName': '采购入库单1', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10643, 'tempCode': '2023-9-25', 'tempDesc': '', 'tempFileName': '1d12c941716f48658f303e802c4a40b0.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/fa95f4d8c5284e3b9fcb371bfbae361c.jasper', 'tempName': '采购单打印(恒泰定制)修改', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 428, 'tempCode': '采购单-中豫之星汽车服务', 'tempDesc': '1、字体调大,加粗 2、增加零件号字段,放在第一列。 3、只显示材料名称', 'tempFileName': '采购单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/442b81f4db05446c8ebf97ab1e6be5a0.jasper', 'tempName': '采购单-中豫之星汽车服务', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 192, 'tempCode': 'asjcg', 'tempDesc': '', 'tempFileName': '安仕吉-采购单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/bb76783e91274307919336a6522434ac.jasper', 'tempName': '安仕吉定制采购单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'purchasePrint', 'clsId': 36, 'clsName': '采购单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10946, 'tempCode': '2024-2-26', 'tempDesc': '', 'tempFileName': '4e72f57654f044c590ce241b35554a32.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/97abb5215f2642b99fa7603f6e1d2a72.jasper', 'tempName': '采购单-中宇', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 513, 'tempCode': '2023-6-20', 'tempDesc': '', 'tempFileName': 'd60da1a6a22547619dc9a62cadc69299.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/67edcdd4a68d4688ba0bada765df2633.jasper', 'tempName': '报价单(无折扣)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 525, 'tempCode': '2023-7-4', 'tempDesc': '定制门店logo(江淮汽车)', 'tempFileName': '报价单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/a91a5bf026f54016a781d02c0c489995.jasper', 'tempName': '报价单(logo', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 284, 'tempCode': '报价单(山东中集定制)_CHS201909100037080', 'tempDesc': '', 'tempFileName': '报价单(山东中集定制updated118).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-11/default/a748633266204138b8eae0a6932444c4.jasper', 'tempName': '报价单(山东中集定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 310, 'tempCode': '三联打印(报价单)_CHS202111230146125', 'tempDesc': '忽略分页', 'tempFileName': '报价单(百援精养定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/6fc64005c75c444faaa727d543fc5241.jasper', 'tempName': '三联打印(报价单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 114, 'tempCode': 'quotationPrint', 'tempDesc': '报价单打印', 'tempFileName': '报价单V5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/d60da1a6a22547619dc9a62cadc69299.jasper', 'tempName': '报价单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10618, 'tempCode': '2023-9-12', 'tempDesc': '', 'tempFileName': '报.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/2ea44dbd2183436db28ff308d08b0d35.jasper', 'tempName': '广东环宇汽车维修有限公司报价单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10931, 'tempCode': '2024-1-30', 'tempDesc': '', 'tempFileName': '06ad08b338a04b6994fefbdcb8b469e2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/836b75e2c8b241b5bde75a42a945a3be.jasper', 'tempName': 'B+修车铺定制报价单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'quotationPrint', 'clsId': 42, 'clsName': '报价单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 255, 'tempCode': 'quotation01_new', 'tempDesc': '新报价模型', 'tempFileName': '报价单打印20220118.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/be0e8e28335049fb91de2832dea98139.jasper', 'tempName': '报价单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'rechargeBill', 'clsId': 52, 'clsName': '充值单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 215, 'tempCode': 'rechargeBill', 'tempDesc': '充值小票打印', 'tempFileName': 'rechargeBill.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/01ce13c41b2f4f2588cfa41527c1404f.jasper', 'tempName': '充值小票打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'reconciliationPaymentPrint', 'clsId': 54, 'clsName': '应付对账单打印新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 270, 'tempCode': 'reconciliationPaymentPrint', 'tempDesc': '', 'tempFileName': 'reconciliationPaymentPrint_V0712.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/7bfabf2720584aab8106c7d3917bf5e0.jasper', 'tempName': '应付对账单打印新', 'tempSort': 0, 'userId': 0}, {'clsCode': 'reconciliationPrint', 'clsId': 29, 'clsName': '对账单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 35, 'tempCode': 'reconciliationPrint', 'tempDesc': '对账单打印模板', 'tempFileName': 'reconciliationPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/79ad2e430fe64e5ab235c8a1fd6f5976.jasper', 'tempName': '对账单打印模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 555, 'tempCode': '上海市结算单(改版)', 'tempDesc': '上海市结算单(改版)', 'tempFileName': '247b839b54b4442eb4a7c22e9f003560.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/fd13d2419f0f41aeaa35414659a916b9.jasper', 'tempName': '上海市结算单(改版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 556, 'tempCode': '委托单(标准)', 'tempDesc': '委托单(标准)', 'tempFileName': 'ebc831433cbc44de8432372f29de4855.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/350d371b73494387a36827aefd6a1cc8.jasper', 'tempName': '委托单-标准', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 557, 'tempCode': 'F6标准施工单', 'tempDesc': 'F6标准施工单', 'tempFileName': 'f973da4848304c08b3dd6290164aa6da.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/43ce81be36284e52bbfab27028d9e51f.jasper', 'tempName': 'F6-标准施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 565, 'tempCode': '2023-8-2', 'tempDesc': '', 'tempFileName': 'f18bb33f37cc4a4f9eeecb17e0cdb66f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/74c5f22f46be42f594ea0ae3176b87ce.jasper', 'tempName': '上海腾欢结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 566, 'tempCode': 'xwtdlb', 'tempDesc': '', 'tempFileName': '2b76fc908df340e38bec03f052f535f6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/db0d11e5c2424690932663ef5e9ff673.jasper', 'tempName': '新委托单(老包修车定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'repairPrint', 'clsId': 56, 'clsName': '维修单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 332, 'tempCode': 'newSettleFirstRepair', 'tempDesc': '维修单打印模板', 'tempFileName': 'newSettleFirstRepair.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-09/default/06b78bf3172a451e9c1f63305808855a.jasper', 'tempName': 'F6标准结算单(维修单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 519, 'tempCode': '2023-6-28', 'tempDesc': '', 'tempFileName': '6e18dcc20eaa42d59e7612dfb9c80349.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/600f5807ff0e470d94e18108e4b858ed.jasper', 'tempName': '销售单(边框欠账单)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11016, 'tempCode': '2024-4-23', 'tempDesc': '', 'tempFileName': '352f0d13b977404cb4bee9d2d14fd3eb.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/fb8ddf497c28487689070878ffb56dc6.jasper', 'tempName': '销售单-鸿禾源定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 560, 'tempCode': 'qs001', 'tempDesc': '贵阳新宜城基础上修改地址', 'tempFileName': '车品奥销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-07/default/e257cf1fe9d64502b278ec4a2096f115.jasper', 'tempName': '车品奥销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11085, 'tempCode': 'xiaoshoudan0001', 'tempDesc': '', 'tempFileName': 'xsd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/be6d888a905b4f96a2e18e1982f11125.jasper', 'tempName': '销售单(批发零售)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 82, 'tempCode': 'retail01', 'tempDesc': '', 'tempFileName': '销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/88d211f362fe415a81999bc899d352ac.jasper', 'tempName': '销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 89, 'tempCode': 'duoziduanpingjie', 'tempDesc': '材料名称+品牌+规格型号+零件号', 'tempFileName': '销售单-精简(加边框,名称多字段组合).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/b4b1482b97554ba1878dbb8c065e6a38.jasper', 'tempName': '销售单(边框)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 96, 'tempCode': 'lulutongxiaoshou', 'tempDesc': '路路通销售单', 'tempFileName': '路路通(销售单).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/1cde7c1c66244cc8a002800dd4dad85e.jasper', 'tempName': '新销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 106, 'tempCode': 'xiaoshodanriqiban', 'tempDesc': '', 'tempFileName': '销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-12/default/5537949037054fbab8e2c161f3649a30.jasper', 'tempName': '销售单(日期版)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 126, 'tempCode': 'xyc001', 'tempDesc': '', 'tempFileName': '新宜诚商贸销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-06/default/9b75e0c69f0a48ec939d2e889cb44f5a.jasper', 'tempName': '新宜诚商贸销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 164, 'tempCode': 'xsdTu', 'tempDesc': '', 'tempFileName': '销售单(兔师傅定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-07/default/b790992c30f7493db2ba01c783d255b1.jasper', 'tempName': '销售单(兔师傅定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10677, 'tempCode': '同捷风神销售单CHS202310270246681', 'tempDesc': '', 'tempFileName': '风神销售单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/af28b331fe3e489c885a765e40853570.jasper', 'tempName': '风神销售单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10941, 'tempCode': '2024-2-22', 'tempDesc': '', 'tempFileName': '5537949037054fbab8e2c161f3649a30.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/6ab83e18b6d14b68a20ebb7aa96be742.jasper', 'tempName': '销售单(无车牌+免责协议)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 448, 'tempCode': '2023-3-30', 'tempDesc': '销售单简版-深圳市宝安区路易腾轮胎总汇', 'tempFileName': '5537949037054fbab8e2c161f3649a30.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/8634b6c374f14c30880bc933005a2aa7.jasper', 'tempName': '销售单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 450, 'tempCode': '2023-4-3', 'tempDesc': '', 'tempFileName': '39b005a1c48c423b9c40df68112a35e6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/b696d8bf7d3341359f9de2d042f483b7.jasper', 'tempName': '销售单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 464, 'tempCode': '2023-4-17', 'tempDesc': '快准车服定制销售单', 'tempFileName': '0a1599766c3d42dc9227d3846f77db35.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/6fdb8c8cca9143acaca1b6b1c5f61ca8.jasper', 'tempName': '销售单定制版', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 216, 'tempCode': '振兴汽车空调CHS202111110145267_XSD', 'tempDesc': '', 'tempFileName': '振兴汽车空调销售单(定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/520b75bfa6b94eddbcd4aee462e7e34c.jasper', 'tempName': '振兴汽车空调销售单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10991, 'tempCode': '2024-4-11', 'tempDesc': '无车牌号、增加客户签名', 'tempFileName': '3866d936222146e2a4a87fd29626ce68.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/56922324c3844f1ead32dc452951682e.jasper', 'tempName': '销售单定制-润雨泽贸易', 'tempSort': 0, 'userId': 0}, {'clsCode': 'retailPrint', 'clsId': 38, 'clsName': '销售单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10999, 'tempCode': '2024-4-15', 'tempDesc': '', 'tempFileName': '56922324c3844f1ead32dc452951682e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/b5e1203cae8441708e4b692ffbe0dbb0.jasper', 'tempName': '销售单定制-精诚洋溢', 'tempSort': 0, 'userId': 0}, {'clsCode': 'saleReturnPrint', 'clsId': 28, 'clsName': '退货单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 33, 'tempCode': 'THD001', 'tempDesc': '', 'tempFileName': 'saleReturnPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/bfddd51cd71744a38d5dc0ea5251559b.jasper', 'tempName': '退货单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementEntrusting', 'clsId': 65, 'clsName': '结算委托单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 581, 'tempCode': 'StandardWTD', 'tempDesc': '', 'tempFileName': '438faa4cda0f456d96d68270317aeb88.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/abc3049dbd444ed1a2cb17359d740ef3.jasper', 'tempName': 'F6标准委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11012, 'tempCode': '2024-4-18', 'tempDesc': '', 'tempFileName': '19b41c808e7645ea96c4f63d6d9ab406.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/03beb772b097410592ac84d4456c9d6c.jasper', 'tempName': '结算单(施工明细)-云南锡业定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11019, 'tempCode': '2024-4-24', 'tempDesc': '', 'tempFileName': '855fdaba06e54e5a80756669936efd1e.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/6b4028341bc64a388ef02e7cffa0c497.jasper', 'tempName': '杭州胤利定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11020, 'tempCode': '2024-4-24', 'tempDesc': '', 'tempFileName': 'fc48c50e3b914f25a40f9dccf28b26f6.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/d87fe767591c4d999d95d421946d7836.jasper', 'tempName': '杭州胤利定制委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11024, 'tempCode': '2024-4-29', 'tempDesc': '定金,储值卡套餐卡结算保存时展示', 'tempFileName': '525f3433fb4348f89cd9841810fa9c74.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/63a71699c7284f03abe625c11ae775eb.jasper', 'tempName': 'F6标准结算单(壹)-凯华定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10272, 'tempCode': 'settleStandard1', 'tempDesc': '新维保', 'tempFileName': 'F6标准结算单-新维保.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-05/default/022317d291944f09889de4fe3b4c1782.jasper', 'tempName': 'F6标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11047, 'tempCode': 'FBDY014', 'tempDesc': '', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/bb73feb18c2e42a9b030211c3f941552.jasper', 'tempName': '删除测试', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11050, 'tempCode': '标准结算单(壹)-修车二哥', 'tempDesc': '', 'tempFileName': '58128d9674354fe685fcab1869141bb3-5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/acffa06ea53946a09002bbfeed995718.jasper', 'tempName': '标准结算单(壹)-修车二哥', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11051, 'tempCode': 'LGC+结算单-新+2024-05-13', 'tempDesc': '', 'tempFileName': '83149efd09384a88934fdb42f5b889e4_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/dea7238113124b408d875b61da6fd070.jasper', 'tempName': '结算单(铂星定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10287, 'tempCode': '结算单(奥之杰定制)_CHS202205200180056', 'tempDesc': '', 'tempFileName': 'eb4d22892229490c963b76116453f80d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/f00c1c57c9814898b9d6f306fa2d402d.jasper', 'tempName': '结算单(奥之杰定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11055, 'tempCode': '委托单(标准)-进口消防定制_2', 'tempDesc': '委托单(标准)-进口消防定制_2', 'tempFileName': '委托单(标准)-进口消防定制_1_2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/47fad405c24c4fe0bd7933c77894f09a.jasper', 'tempName': '委托单(标准)-进口消防定制_2', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11058, 'tempCode': 'CZJ-结算单-新-20240516', 'tempDesc': '新结算单带边框,添加质检员签字文本', 'tempFileName': '新结算单打印(带框).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/8d96794dc0d843a18d09fbd958f56d05.jasper', 'tempName': '新结算单(博奥名车)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11069, 'tempCode': 'WHC-结算单-新-20240526', 'tempDesc': '', 'tempFileName': '009af3d283434168a1d04598d69fec26 (2)-5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/4da68d19fb4d4e15a392b88f12da9bb3.jasper', 'tempName': '河曲县宏鑫达(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11072, 'tempCode': 'CZJ-结算单-新-20240527', 'tempDesc': 'F6SAAS系统可以用的天猫合格证模板', 'tempFileName': '合格证-F6_1.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/c7ada55ca8ca429f9f1b58929545c273.jasper', 'tempName': '合格证-F6', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10561, 'tempCode': '2023-7-28', 'tempDesc': '', 'tempFileName': 'd176a757d77349eda529ee3db8847e95.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/448d86f5e271438181214322c3f37db4.jasper', 'tempName': '测试结算单12121', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 578, 'tempCode': '2023-8-10', 'tempDesc': '合计金额改成单据应收金额(不含优惠)', 'tempFileName': '9ef736a14e97469294255dd3822c3243.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/eae911482d9e4fe1ae3b3c8a5f3123c1.jasper', 'tempName': '结算打印单(FJ通用)-合计金额为应收', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10564, 'tempCode': '2023-7-31', 'tempDesc': '', 'tempFileName': 'f18bb33f37cc4a4f9eeecb17e0cdb66f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a027924d912e462fb2098b5562592306.jasper', 'tempName': '上海腾欢结算单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10053, 'tempCode': 'newSettleJSNo', 'tempDesc': '', 'tempFileName': '90ebb424d1254f4cbe80905f9c1e9fd3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/ffb719bdbe0f4c868fc6201fb216773d.jasper', 'tempName': '江苏省费用结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10056, 'tempCode': 'newSettleWithLine', 'tempDesc': '带框结算单', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/5d404be697374e8ea0e4b9fbe3ea2857.jasper', 'tempName': '新结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10568, 'tempCode': '2023-8-8', 'tempDesc': '', 'tempFileName': '69a395aa5dbd44e9958ff9cbec4ff361.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/2ea6826b82fc49d0a18762bc47b0f77f.jasper', 'tempName': 'A结算单(荣大整备中心整改作业书)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11083, 'tempCode': '2024-6-11', 'tempDesc': '', 'tempFileName': '6581f70417684d4e83601d03eccd79fd.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-06/default/0d9a1883a972478d816cff0f926c72e4.jasper', 'tempName': '谦源汽车定制结算单', 'tempSort': 0, 'userId': 0}], 'navigateFirstPage': 5, 'navigateLastPage': 12, 'navigatePages': 8, 'navigatepageNums': [5, 6, 7, 8, 9, 10, 11, 12], 'nextPage': 12, 'orderBy': '', 'pageNum': 11, 'pageSize': 100, 'pages': 12, 'prePage': 10, 'size': 100, 'startRow': 1001, 'total': 1194}, 'message': 'SUCCESS'}\n",
"{'code': 200, 'data': {'endRow': 1194, 'firstPage': 5, 'hasNextPage': False, 'hasPreviousPage': True, 'isFirstPage': False, 'isLastPage': True, 'lastPage': 12, 'list': [{'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10071, 'tempCode': 'F6Standard05-2023-8-2', 'tempDesc': 'F6标准版结算单(伍)施工明细优惠金额、实收金额、收银金额更新', 'tempFileName': 'fe952e3656b74203a3d95f6f20e2f056.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9e33e7d2bf9f4ee79a4536386849e69d.jasper', 'tempName': '结算单(施工明细)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10585, 'tempCode': '2023-8-24', 'tempDesc': '', 'tempFileName': '36e94ef3e5404c3ca7605ffd323d848c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/56dcf210c46d44f7bee1dd64deacaff3.jasper', 'tempName': '新结算单(待付金额大写)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10587, 'tempCode': '最新新立宇汽修(CHS202304010222135', 'tempDesc': '', 'tempFileName': '最新新立宇汽修结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/9bef1a268251411c8cb89e16a58892ce.jasper', 'tempName': '5.(新)立宇汽修结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10596, 'tempCode': 'yichengusuan', 'tempDesc': '', 'tempFileName': 'c0b24b264d644b3fbe48234c30699ace.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/79afd7d33618456a86190940f00d20b4.jasper', 'tempName': 'F6标准估算单(折后金额)111', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10091, 'tempCode': 'shanghaishibeizhu', 'tempDesc': '临时方案配件类型从备注字段读取', 'tempFileName': 'dec13d5db5774265881113ed9451dd35.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/e6e7cfd6b03b4359b9ebbf15ac4e7379.jasper', 'tempName': '上海市结算单(配件类型)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10610, 'tempCode': '2023-9-4', 'tempDesc': '来店途径+业务类别理赔', 'tempFileName': 'ebc831433cbc44de8432372f29de4855.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/add09d90023342349b3340401e2c32cd.jasper', 'tempName': '委托单(标准)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10116, 'tempCode': 'newbaiozhun', 'tempDesc': '', 'tempFileName': 'f31b184bd74e4618a028a8dd16af790a.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/c46439c8bd04444b898298509e11a0ad.jasper', 'tempName': '标准结算单(品牌型号)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10372, 'tempCode': 'SCSettleBillTmall', 'tempDesc': '天猫专用', 'tempFileName': '四川结算单20230201-prod.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/0ecdb5471f2444f7a7a37fd6738220c2.jasper', 'tempName': '四川省结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10637, 'tempCode': '2023/9/21', 'tempDesc': '增加折扣,折后金额', 'tempFileName': 'f757de69df8b46b193a20b3fc4e2f002.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/a14c6ffb611a4db78cc97d6a891b1a13.jasper', 'tempName': '上海市结算单(改版定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10644, 'tempCode': '2023-10-8', 'tempDesc': '', 'tempFileName': 'de7b4e3358d2465894663ed5128e2d4f.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/6dd3620645c24b54aad72382051b5ce2.jasper', 'tempName': 'F6标准施工单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10900, 'tempCode': '2024-1-5', 'tempDesc': '', 'tempFileName': '355b6630d28043e5ad97e82c6c476cec.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/55260c47d1484b5fb058afe1178d02c5.jasper', 'tempName': 'F6标准施工单(含工时数,无合计金额)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10651, 'tempCode': '2023-10-16', 'tempDesc': '', 'tempFileName': 'df9bb36008e042c8bd001e294171d0a2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/39d65e56d28a4da381790d8cdecb303c.jasper', 'tempName': 'F6标准施工单(无工时费及合计)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10397, 'tempCode': 'F6标准结算单(壹德巨泰定制2)_CHS202005190083', 'tempDesc': '', 'tempFileName': '5588b2906ad741eebe4bbb9a6a280245.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/1f4d5016470c41a487f779589cc6141a.jasper', 'tempName': 'F6标准结算单(壹德巨泰定制2)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10653, 'tempCode': '2023-10-17', 'tempDesc': '', 'tempFileName': '73527049f61748189970bdffa6a7ea3c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/e82cef147ec3453e8c4ad89ce06bf04f.jasper', 'tempName': '结算打印单(FJ通用)+折后合计金额', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10665, 'tempCode': '2023-10-23-1', 'tempDesc': '1.材料单位去掉不显示 2.出厂合格证上调 4.地址北京市密云区5.增加经理签字 6.材料费修改为合计', 'tempFileName': '07e26e7b56974aa9bbbca037468b13e3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/9aa980d513784b7ead6495a53af38c58.jasper', 'tempName': 'F6标准结算单(壹)定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10681, 'tempCode': '标致结算单CHS202310270246681', 'tempDesc': '', 'tempFileName': 'f03ed2f518174f29a456f229227276e4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/7c662435df2346ed9ef00eef87ccef8e.jasper', 'tempName': '标致结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10955, 'tempCode': '2024-3-8', 'tempDesc': '结算金额单据为结算时也要显示实收金额', 'tempFileName': '4ccc35622b95474295d24d80ff2cca86.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/641483891fbe45e7abbe5cd544825821.jasper', 'tempName': '康隆丰田汽车定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10963, 'tempCode': '2024-3-12', 'tempDesc': '', 'tempFileName': 'e3d490083c07498f8517e6c682497358.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/e85442697a7d487497c301ff1dca5f4e.jasper', 'tempName': '委托单-中宇', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10964, 'tempCode': '2024-3-12', 'tempDesc': '', 'tempFileName': '9edcf35d9e694b5da1464df33492d717.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/c400e4ccb2d247728cca8560da1a9032.jasper', 'tempName': 'F6标准结算单(壹)-中宇', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10968, 'tempCode': '2024-3-26', 'tempDesc': '同结算单(星悦奔宝)', 'tempFileName': '3dffb365e70049f29cc5a0db83be5200.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-03/default/f32421f6c53640bc9a30ab627d10efda.jasper', 'tempName': '桑迪标准结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10476, 'tempCode': '2023-5-4', 'tempDesc': '实付金额、待付金额位置调整', 'tempFileName': '21c814db6ec04de7ab0991e62ab59d48.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-11/default/2636e75005404dfcb9b69c2dc61c2b7b.jasper', 'tempName': '新结算单(修改)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10989, 'tempCode': '2024-4-11', 'tempDesc': '', 'tempFileName': 'c9fc4e4e224b408f80995fef742b2370.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/955ab715d36948bcb0f8e43415eae504.jasper', 'tempName': '杭州鸿畅定制结算单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10990, 'tempCode': '2024-4-11', 'tempDesc': '', 'tempFileName': '96ae5d6f962b4fb0a709b3d6416386e7.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/072a15a2f0e2409ea6d6ec145e6a4efc.jasper', 'tempName': '杭州鸿畅定制委托单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10230, 'tempCode': 'newSettleJSNo_new', 'tempDesc': '新维保使用', 'tempFileName': '90ebb424d1254f4cbe80905f9c1e9fd3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/6e7bb7a5ec934de5b4f3c6eae37ab5db.jasper', 'tempName': '江苏省费用结算单(无)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11000, 'tempCode': '2024-4-15', 'tempDesc': '进厂时间,交车时间不到秒', 'tempFileName': '59d7a7399a72483f84270bb8371fef10.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/0c39497de3d74b42a353306c4be4885c.jasper', 'tempName': '结算单(全字段版)-出租车第一服务公司定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11003, 'tempCode': '2024-4-16', 'tempDesc': '同星悦奔宝结算单', 'tempFileName': '61e0ded4c29340b8b029fc8e7849f784.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/411ffdf1bbb244e39c0867c5690c8435.jasper', 'tempName': '结算单-云南锡业定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'settlementStatement', 'clsId': 63, 'clsName': '结算单-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10749, 'tempCode': '2023-12-15', 'tempDesc': '抬头重复打印+页码', 'tempFileName': '995a3e6fefe2441a83857b74774b1ab8.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/aada2ca837ab4678bff48bece97277fd.jasper', 'tempName': '昆明鸿创汽车定制结算单少量', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockCommonLabelPrint', 'clsId': 10, 'clsName': '库存通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 8, 'tempCode': '库存通用标签打印', 'tempDesc': '库存通用标签打印', 'tempFileName': 'labelByMap2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-09/default/91821b5dc01f4f7bbadfeafa78871968.jasper', 'tempName': '库存通用标签打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockInLabelPrint', 'clsId': 5, 'clsName': '入库单标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 3, 'tempCode': '1001', 'tempDesc': '', 'tempFileName': '201809131232362018091109215620180910201403stockInLabelPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/027cf9aa4bf64743bb291423a561111e.jasper', 'tempName': '出入库单据-入库单标签打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockInPrint', 'clsId': 6, 'clsName': '入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 4, 'tempCode': '1002', 'tempDesc': '', 'tempFileName': 'stockInPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/9e2e94d4428a47338dee41222c59c53c.jasper', 'tempName': '出入库单据-入库单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockOutPrint', 'clsId': 7, 'clsName': '出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 5, 'tempCode': '1003', 'tempDesc': '', 'tempFileName': 'stockOutPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/f20f58c360f54cd3970d4e9e0a23c5f9.jasper', 'tempName': '出入库单据-出库单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockReturnPrint', 'clsId': 37, 'clsName': '采购退货单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 66, 'tempCode': 'stockReturnPrint', 'tempDesc': '', 'tempFileName': 'stockReturn_A4_第6版.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-08/default/c9c7739dbb934eb09f8eb67ba52baacb.jasper', 'tempName': '采购退货单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockReturnPrint', 'clsId': 37, 'clsName': '采购退货单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 453, 'tempCode': '2023-4-4', 'tempDesc': '', 'tempFileName': '采购退货单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/f63cbee0324349aa9758337863607dee.jasper', 'tempName': '采购退货单打印定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockReturnPrint', 'clsId': 37, 'clsName': '采购退货单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 483, 'tempCode': '2023-5-22', 'tempDesc': '供应商名称字体加大,增加车牌号', 'tempFileName': '87f769ff6e24437aa460c3e01c55db7c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/faa08edb76404a54acda8707e664e755.jasper', 'tempName': '采购退货单定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'stockTransferPrint', 'clsId': 20, 'clsName': '同店移库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 20, 'tempCode': '同店移库单模板', 'tempDesc': '', 'tempFileName': 'transferTemplate4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/51e9e35fcd154089b7fc0ca543f4fa78.jasper', 'tempName': '同店移库单模板', 'tempSort': 0, 'userId': 0}, {'clsCode': 'tckRemainingDetailsPrint', 'clsId': 43, 'clsName': '套餐卡剩余内容打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 132, 'tempCode': 'tckRemainingDetailsPrint', 'tempDesc': '套餐卡剩余内容打印', 'tempFileName': '套餐卡剩余内容打印单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-07/default/f431647be56d4b26bf0a82743fc652e7.jasper', 'tempName': '套餐卡剩余内容打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'tckRemainingDetailsPrint', 'clsId': 43, 'clsName': '套餐卡剩余内容打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 145, 'tempCode': '开卡单打印', 'tempDesc': '', 'tempFileName': 'KKD_12.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-05/default/5aef68f996b84417a87533700c9b5fb4.jasper', 'tempName': '开卡单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'tfcSettlePrint', 'clsId': 33, 'clsName': '天猫结算单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 143, 'tempCode': 'settleTmall2c', 'tempDesc': '', 'tempFileName': '天猫定制结算单(对客)V5.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-03/default/455c65a5980c44ffbcc98977b212dce1.jasper', 'tempName': '天猫定制结算单(对客)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'tfcSettlePrint', 'clsId': 33, 'clsName': '天猫结算单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10914, 'tempCode': 'tmall_hegezheng', 'tempDesc': '天猫合格证', 'tempFileName': 'f6_tmall_hegezheng (14).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-01/default/f334e063d6054353a78cffaf6c92b444.jasper', 'tempName': '天猫合格证', 'tempSort': 0, 'userId': 0}, {'clsCode': 'tfcSettlePrint', 'clsId': 33, 'clsName': '天猫结算单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 226, 'tempCode': 'settleTmall2c', 'tempDesc': '新维保使用', 'tempFileName': '天猫结算单_240227_v09.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-02/default/0b98d27044454c6abcb300dafc000cc3.jasper', 'tempName': '天猫定制结算单(对客)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'tkdBillPrint', 'clsId': 34, 'clsName': '退卡单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 51, 'tempCode': 'tkdBillPrint', 'tempDesc': '退卡单打印', 'tempFileName': '退卡单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/3ab9412a9fab4db2a9258610ecf28d17.jasper', 'tempName': '退卡单打印', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 61, 'tempCode': 'newWash01', 'tempDesc': '洗车单', 'tempFileName': '洗车单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/a0a96154f6f64298aa1b799ba5fb8ffe.jasper', 'tempName': '洗车单.', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 69, 'tempCode': '22', 'tempDesc': '', 'tempFileName': '洗车单小票-48(1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/06cf38acb77a4b6a8f2ff5d30845c820.jasper', 'tempName': '洗车单小票', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 90, 'tempCode': 'wash01', 'tempDesc': '通用模板', 'tempFileName': '洗车单带材料通用打印模板.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-08/default/563e39bd90ad4ec7982587b22285f428.jasper', 'tempName': '洗车单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 393, 'tempCode': '洗车单小票(德福定制)_CHS202204160174475', 'tempDesc': '', 'tempFileName': '洗车单小票(德福定制).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-02/default/e11e3d1140374321aeb28cff480b25d1.jasper', 'tempName': '洗车单小票(德福定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10634, 'tempCode': '2023-9-18', 'tempDesc': '取用F6标准结算单(壹)模板+卡号', 'tempFileName': '58128d9674354fe685fcab1869141bb3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-09/default/a0de833511b140b5a3d6681fbb82bbad.jasper', 'tempName': '洗车单(定制)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10646, 'tempCode': '2023-10-11', 'tempDesc': '', 'tempFileName': 'c9e82eb090934094990be41fd049bb5c.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-10/default/b7562b88c3fa4f589cc42e4e7693ecc8.jasper', 'tempName': '洗车单(VIN)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 159, 'tempCode': 'xcd0002', 'tempDesc': '储值卡消费显示充值部分和赠送部分', 'tempFileName': '洗车单(卡消费展示赠送金额).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-01/default/e85da34686d7416da93ce6904779d3c2.jasper', 'tempName': '新洗车单', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 163, 'tempCode': 'TMALL_carwash', 'tempDesc': '天猫洗车单', 'tempFileName': '天猫洗车单V3.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-08/default/8719bcb2b30044c1b65dd5a1d8b468c7.jasper', 'tempName': '天猫洗车单(对客)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 424, 'tempCode': '11', 'tempDesc': '车美琪汽车精洗养护会所', 'tempFileName': '06cf38acb77a4b6a8f2ff5d30845c820.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/fd5168c382af46a4b199e77d267554f9.jasper', 'tempName': '洗车单小票定制', 'tempSort': 0, 'userId': 0}, {'clsCode': 'washPrint', 'clsId': 39, 'clsName': '洗车单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 171, 'tempCode': 'xcgy001', 'tempDesc': '', 'tempFileName': '结算单(鑫自强公有).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-04/default/b8d24ea52bb249f18203c32607801341.jasper', 'tempName': '鑫自强洗车(公有)', 'tempSort': 0, 'userId': 0}, {'clsCode': 'advancesReceivedGathering', 'clsId': 15, 'clsName': '收款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 12, 'tempCode': '1', 'tempDesc': '', 'tempFileName': 'advancesReceivedGathering.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/5da78187acda4b26bbb5f2121030b6b2.jasper', 'tempName': '收款单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'allPartsDeliverOrderPrint', 'clsId': 40, 'clsName': '全配订单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 213, 'tempCode': 'XBJDDDY', 'tempDesc': '编码勿动!订单打印-询报价', 'tempFileName': '订单打印模板(询报价).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2022-01/default/c45ed99467744556aed1e01b3beb7cc6.jasper', 'tempName': '询报价订单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'attachedPrint', 'clsId': 16, 'clsName': '增项单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 17, 'tempCode': '1', 'tempDesc': '', 'tempFileName': '增项单 (1).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/4e25a1376e9e417da1925302be922d72.jasper', 'tempName': '增项单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 24, 'tempCode': '1', 'tempDesc': 'saas通用模板(正常项不打印)', 'tempFileName': '037879e091d04bdc9fcdff77ea8c5bf4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/29ca818544994bb8b33dce9499e59330.jasper', 'tempName': '智能检测单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'certificate', 'clsId': 1, 'clsName': '合格证', 'createBy': 0, 'createTime': None, 'dataForm': 'QualifiedCertificate', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 1, 'tempCode': '11', 'tempDesc': '', 'tempFileName': 'QualifiedCertificate15.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/76eda24fb08b4adc9be624e60c4ccf47.jasper', 'tempName': 'QualifiedCertificate1', 'tempSort': 1, 'userId': 0}, {'clsCode': 'certificate', 'clsId': 1, 'clsName': '合格证', 'createBy': 0, 'createTime': None, 'dataForm': 'QualifiedCertificate', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 2, 'tempCode': '11', 'tempDesc': '', 'tempFileName': '合格证.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/a1e6098e2f1545fda88f5397380101ca.jasper', 'tempName': '合格证', 'tempSort': 1, 'userId': 0}, {'clsCode': 'checkedQuotation', 'clsId': 26, 'clsName': '检测估算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 31, 'tempCode': '1', 'tempDesc': '', 'tempFileName': '检测估算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-02/default/a2da731ddf684e558cbe77ec9d87cb05.jasper', 'tempName': '检测估算单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'cooperation', 'clsId': 27, 'clsName': '协作单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 32, 'tempCode': '1', 'tempDesc': '', 'tempFileName': '协作打印单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/b3f2837d668a448aa5804e8d8cf340b3.jasper', 'tempName': '协作单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'depositBillPrint', 'clsId': 48, 'clsName': '寄存单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 188, 'tempCode': '20211014', 'tempDesc': '寄存单打印', 'tempFileName': '寄存单打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/eef679de721847ea9cf277065cc17535.jasper', 'tempName': '寄存单打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'depositLabelPrint', 'clsId': 49, 'clsName': '寄存单标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 189, 'tempCode': '20211014', 'tempDesc': '寄存单标签打印', 'tempFileName': '寄存单标签打印.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/c30eae472a984cf8976f3f74f90c706d.jasper', 'tempName': '寄存单标签打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'depositStockOutPrint', 'clsId': 47, 'clsName': '寄存单出库打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 183, 'tempCode': 'ISC-18424', 'tempDesc': '寄存单出库打印', 'tempFileName': '寄存出库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-09/default/bc09279517b64ea1aff5c00052ea9327.jasper', 'tempName': '寄存单出库打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'maintainPrint', 'clsId': 17, 'clsName': '领料单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 21, 'tempCode': '新库存领料单三分之一A4', 'tempDesc': '新库存领料单三分之一A4', 'tempFileName': '2019011611241820190115185405maintainReceivePrint_Landscape.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/4f20a17f166f4f2b874e6edcdb963ad1.jasper', 'tempName': '新库存领料单三分之一A4', 'tempSort': 1, 'userId': 0}, {'clsCode': 'manualStockInPrint', 'clsId': 13, 'clsName': '手工出入库入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 85, 'tempCode': '1/3A4', 'tempDesc': '', 'tempFileName': 'manualStockInPrintA4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/6c6b71cd6b194f518c93625d31c9ec55.jasper', 'tempName': '新库存入库单三分之一A4', 'tempSort': 1, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 74, 'tempCode': 'xingyuebenbao', 'tempDesc': '星悦奔宝', 'tempFileName': '结算单(星悦奔宝).jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-03/default/71e63df745464ff3b6ecead790b9f692.jasper', 'tempName': '结算单(星悦奔宝)', 'tempSort': 1, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10586, 'tempCode': '最新新立宇汽修(CHS202304010222135', 'tempDesc': '', 'tempFileName': '最新新立宇汽修结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/a6959a4bea4046d4b4be9fbab7dc3097.jasper', 'tempName': '5.(新)立宇汽修结算单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 457, 'tempCode': '立宇汽修(CHS202304010222135', 'tempDesc': '', 'tempFileName': '立宇汽修结算单N+1改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/4569c798215140f4806889f6fa367400.jasper', 'tempName': '1.立宇汽修结算单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 472, 'tempCode': '(新)立宇汽修施工单CHS202304010222135', 'tempDesc': '', 'tempFileName': '立宇最新施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/026cbb525f914da3a15361052a19ef40.jasper', 'tempName': '5.(新)立宇汽修施工单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 22, 'tempCode': '新库存入库单三分之一A4', 'tempDesc': '新库存入库单三分之一A4', 'tempFileName': '20190129154844newStockInPrint_Landscape4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/06e6f98dc7a8465d83271d13931515ac.jasper', 'tempName': '新库存入库单三分之一A4', 'tempSort': 1, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 23, 'tempCode': '新库存出库单三分之一A4', 'tempDesc': '新库存出库单三分之一A4', 'tempFileName': 'newStockOutPrint_Landscape4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/a13a493c351c4be78d604b5085593560.jasper', 'tempName': '新库存出库单三分之一A4', 'tempSort': 1, 'userId': 0}, {'clsCode': 'offlineInsurance', 'clsId': 35, 'clsName': '代客下单结算单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 52, 'tempCode': 'offlineInsurance', 'tempDesc': '线下保养宝结算单', 'tempFileName': '代客下单结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/eb21c79ce57b4e819ec729896845e823.jasper', 'tempName': '线下保养宝结算单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'partCommonLabelPrint', 'clsId': 9, 'clsName': '材料通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10, 'tempCode': '材料通用标签打印-包含头', 'tempDesc': '材料通用标签打印-包含头', 'tempFileName': 'labelByMap_h.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/8a1bf17ceb3f48148ff284c37afb9d96.jasper', 'tempName': '材料通用标签打印-包含头', 'tempSort': 1, 'userId': 0}, {'clsCode': 'settlement', 'clsId': 22, 'clsName': '旧结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 25, 'tempCode': '1', 'tempDesc': '', 'tempFileName': '上海市机动车维修结算清单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-11/default/f9f93e5153eb46858286ab727a21d5a7.jasper', 'tempName': '上海市机动车维修结算清单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'stockCollatePrint', 'clsId': 8, 'clsName': '库存盘点单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 9, 'tempCode': '盘点单详情打印', 'tempDesc': '', 'tempFileName': '新版盘点单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-12/default/b4d412e4b82042d994f4427095aa37cc.jasper', 'tempName': '盘点单详情打印', 'tempSort': 1, 'userId': 0}, {'clsCode': 'stockCommonLabelPrint', 'clsId': 10, 'clsName': '库存通用标签打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 11, 'tempCode': '库存通用标签打印-包含头', 'tempDesc': '库存通用标签打印-包含头', 'tempFileName': 'labelByMap2_h.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-09/default/36b1094336d34a94b6b50b0881ce5e27.jasper', 'tempName': '库存通用标签打印-包含头', 'tempSort': 1, 'userId': 0}, {'clsCode': 'subscription', 'clsId': 23, 'clsName': '定金收款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 26, 'tempCode': '1', 'tempDesc': '', 'tempFileName': 'dingjin.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/3615de9fe9bc46d0b9ccba46e474b634.jasper', 'tempName': '定金收款单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'subscriptionRefund', 'clsId': 24, 'clsName': '定金退款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 28, 'tempCode': '1', 'tempDesc': '', 'tempFileName': 'subscriptionRefund.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/5742cfcecc204d719f7f7cb0fbeac18d.jasper', 'tempName': '定金退款单', 'tempSort': 1, 'userId': 0}, {'clsCode': 'attachedPrint', 'clsId': 16, 'clsName': '增项单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 146, 'tempCode': 'zxd001', 'tempDesc': '', 'tempFileName': '增项单02.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-09/default/650c262150674f1892b5a502ba6a567f.jasper', 'tempName': '增项单(施工单)', 'tempSort': 2, 'userId': 0}, {'clsCode': 'carCheckPrint', 'clsId': 21, 'clsName': '智能检测单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 72, 'tempCode': 'allCheckPrint', 'tempDesc': '星悦奔宝定制-正常项也打印', 'tempFileName': '上线-定制-打印(全量检测项目)_200422.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-04/default/77d40883ff6c46beba12ab518bcb2097.jasper', 'tempName': '打印(全量检测项目)', 'tempSort': 2, 'userId': 0}, {'clsCode': 'maintainPrint', 'clsId': 17, 'clsName': '领料单', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 18, 'tempCode': '新库存领料单', 'tempDesc': '新库存领料单', 'tempFileName': '领料单2.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2021-10/default/b82f03ca72bf45d28a89d3ac82249774.jasper', 'tempName': '新库存领料单', 'tempSort': 2, 'userId': 0}, {'clsCode': 'manualStockInPrint', 'clsId': 13, 'clsName': '手工出入库入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 86, 'tempCode': '20200205', 'tempDesc': '', 'tempFileName': 'manualStockInPrint.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-02/default/f44be6b3a6c141ceb9154e36fe1750bf.jasper', 'tempName': '新库存入库单打印', 'tempSort': 2, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 71, 'tempCode': 'F6Standard05-2023-8-2', 'tempDesc': 'F6标准版结算单(伍)施工明细优惠金额、实收金额、收银金额更新', 'tempFileName': '848326b13a9643b782d3ba3688ed859d.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-08/default/fe952e3656b74203a3d95f6f20e2f056.jasper', 'tempName': '结算单(施工明细)', 'tempSort': 2, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 460, 'tempCode': '立宇长安凯程(CHS202304010222135', 'tempDesc': '立宇汽修表头是长安凯程', 'tempFileName': '长安凯程结算单N+1改.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/f225c94064044bdf9e21466cb53f1140.jasper', 'tempName': '2.立宇长安凯程结算单', 'tempSort': 2, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 473, 'tempCode': '立宇长安凯程施工单CHS202304010222135', 'tempDesc': '', 'tempFileName': '立宇长安凯程施工单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-05/default/77237146b832433ebca9f56fbec14b0f.jasper', 'tempName': '2.立宇长安凯程施工单', 'tempSort': 2, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 13, 'tempCode': '9001', 'tempDesc': '新库存入库单打印', 'tempFileName': '20190129194759newStockInPrint4.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2019-12/default/707e9b88aabe4d778bcd366666727731.jasper', 'tempName': '新库存入库单打印', 'tempSort': 2, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 14, 'tempCode': '9002', 'tempDesc': '新库存出库单打印', 'tempFileName': '新出库单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-03/default/c17506351b1a4f1a97137d243469f476.jasper', 'tempName': '新库存出库单打印', 'tempSort': 2, 'userId': 0}, {'clsCode': 'subscription', 'clsId': 23, 'clsName': '定金收款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 27, 'tempCode': '2', 'tempDesc': '', 'tempFileName': 'smallSubscription.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2024-04/default/94e90310251940b7b2191fbb66322b5a.jasper', 'tempName': '定金收款小票', 'tempSort': 2, 'userId': 0}, {'clsCode': 'subscriptionRefund', 'clsId': 24, 'clsName': '定金退款单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 30, 'tempCode': '2', 'tempDesc': '', 'tempFileName': 'smallSubscriptionRefund.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-12/default/6e3c3115a7354a979ff269ec6c025bad.jasper', 'tempName': '定金退款小票', 'tempSort': 2, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 469, 'tempCode': '佳信凯程结算单(CHS202304010222135', 'tempDesc': '抬头是佳信凯程', 'tempFileName': '佳信长安凯程.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-04/default/353703407dc448478344cdb39f6793b3.jasper', 'tempName': '3.佳信凯程结算单', 'tempSort': 3, 'userId': 0}, {'clsCode': 'newStockInPrint', 'clsId': 11, 'clsName': '新库存入库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 83, 'tempCode': '20200115', 'tempDesc': '', 'tempFileName': '新入库单打印模版14.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-01/default/fec5a2efddb94b398ae870a1834b3d12.jasper', 'tempName': '新入库单打印-除税成本', 'tempSort': 3, 'userId': 0}, {'clsCode': 'newStockOutPrint', 'clsId': 12, 'clsName': '新库存出库单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 119, 'tempCode': 'ISC8628', 'tempDesc': '长春融展集团', 'tempFileName': '新库存出库单打印长春融展.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2020-05/default/1a5f73f018a342deb3604fc004dc4e24.jasper', 'tempName': '新库存出库单打印长春融展', 'tempSort': 3, 'userId': 0}, {'clsCode': 'newSettlePrint', 'clsId': 31, 'clsName': '新结算单打印', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 0, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 461, 'tempCode': '立宇佳信汽修(CHS202304010222135', 'tempDesc': '立宇汽修,抬头是佳信', 'tempFileName': '立宇佳信.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-06/default/e251892e21d84fb3a091f780cf50706d.jasper', 'tempName': '4.佳信汽修结算单', 'tempSort': 4, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10747, 'tempCode': 'adjustSettlementStatement', 'tempDesc': '附表结算单', 'tempFileName': '附表结算单.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/2689d5221a46494d9387c958bdfab837.jasper', 'tempName': 'F6标准结算单(壹)', 'tempSort': 100, 'userId': 0}, {'clsCode': 'adjust', 'clsId': 74, 'clsName': '附表-新', 'createBy': 0, 'createTime': None, 'dataForm': '', 'isCommon': 1, 'isDeleted': '', 'modifyBy': 0, 'modifyNum': 0, 'modifyTime': None, 'rowId': 10748, 'tempCode': 'adjustSettlementReceipt', 'tempDesc': '附表结算单小票', 'tempFileName': '附表结算单小票.jasper', 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9a8aebf932dc426c98149fc58cc0f26d.jasper', 'tempName': '结算单小票', 'tempSort': 200, 'userId': 0}], 'navigateFirstPage': 5, 'navigateLastPage': 12, 'navigatePages': 8, 'navigatepageNums': [5, 6, 7, 8, 9, 10, 11, 12], 'nextPage': 0, 'orderBy': '', 'pageNum': 12, 'pageSize': 100, 'pages': 12, 'prePage': 11, 'size': 94, 'startRow': 1101, 'total': 1194}, 'message': 'SUCCESS'}\n"
]
}
],
"source": [
"import requests\n",
"import re\n",
"# 发送POST请求进行登录\n",
"session = requests.Session()\n",
"for i in range(1,13):\n",
" login_url = 'https://print.f6yc.com/print-server/template/getTemplate?clsId=&tempCode=&tempName=&currentPage='+str(i)+'&pageSize=100'\n",
"\n",
" headers = {\n",
" 'Accept':'application/json, text/plain, */*',\n",
" 'Accept-Encoding':'gzip, deflate, br, zstd',\n",
" 'Accept-Language':'zh-CN,zh;q=0.9',\n",
" 'Authorization':'Basic NjAyMzg6Q3dAMzQwODI2',\n",
" 'Cache-Control':'no-cache',\n",
" 'Cookie':'print-serverSESSIONID=XclmYVYrCTstT43MeO9X_4GrOAMfpcoaritzhGHN; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%222268275546837446%22%2C%22first_id%22%3A%221753edeb75a603-0155d23aa05675-3d634f03-1327104-1753edeb75b347%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%221753edeb75a603-0155d23aa05675-3d634f03-1327104-1753edeb75b347%22%7D',\n",
" 'Pragma':'no-cache',\n",
" 'Referer':'https://print.f6yc.com/print-server/ui/index.html',\n",
" 'Sec-Ch-Ua':'\"Chromium\";v=\"122\", \"Not(A:Brand\";v=\"24\", \"Google Chrome\";v=\"122\"',\n",
" 'Sec-Ch-Ua-Mobile':'?0',\n",
" 'Sec-Ch-Ua-Platform':'\"Windows\"',\n",
" 'Sec-Fetch-Dest':'empty',\n",
" 'Sec-Fetch-Mode':'cors',\n",
" 'Sec-Fetch-Site':'same-origin',\n",
" 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'\n",
" }\n",
"\n",
" response = session.get(login_url,headers=headers)\n",
" print(response.json())"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"c:\\Users\\admin\\.conda\\envs\\F6processing\\lib\\site-packages\\numpy\\_distributor_init.py:30: UserWarning: loaded more than 1 DLL from .libs:\n",
"c:\\Users\\admin\\.conda\\envs\\F6processing\\lib\\site-packages\\numpy\\.libs\\libopenblas.EL2C6PLE4ZYW3ECEVIV3OXXGRN2NRFM2.gfortran-win_amd64.dll\n",
"c:\\Users\\admin\\.conda\\envs\\F6processing\\lib\\site-packages\\numpy\\.libs\\libopenblas64__v0.3.21-gcc_10_3_0.dll\n",
" warnings.warn(\"loaded more than 1 DLL from .libs:\"\n"
]
}
],
"source": [
"import openpyxl\n",
"\n",
"# 创建一个Excel工作簿\n",
"workbook = openpyxl.Workbook()\n",
"\n",
"# 获取当前活跃的工作表\n",
"worksheet = workbook.active\n",
"\n",
"# 设置表头\n",
"headers = response.json()['data']['list'][0].keys()\n",
"for col_num, header in enumerate(headers, 1):\n",
" worksheet.cell(row=1, column=col_num).value = header\n",
"\n",
"# 遍历aadd列表,将数据存储到Excel表中\n",
"for row_num, data in enumerate(response.json()['data']['list'], 2):\n",
" for col_num, header in enumerate(headers, 1):\n",
" worksheet.cell(row=row_num, column=col_num).value = data.get(header)\n",
"\n",
"# 保存到文件\n",
"workbook.save(\"output20240614.xlsx\")\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import requests\n",
"import re\n",
"# 发送POST请求进行登录\n",
"session = requests.Session()\n",
"for i in range(1,476):\n",
" login_url = 'https://print.f6yc.com/print-server/authority/queryTemplateAuthority?clsId=&tempName=&storeId=&currentPage='+str(i)+'&pageSize=100'\n",
"\n",
" headers = {\n",
" 'Accept':'application/json, text/plain, */*',\n",
" 'Accept-Encoding':'gzip, deflate, br, zstd',\n",
" 'Accept-Language':'zh-CN,zh;q=0.9',\n",
" 'Authorization':'Basic NjAyMzg6Q3dAMzQwODI2',\n",
" 'Cache-Control':'no-cache',\n",
" 'Cookie':'print-serverSESSIONID=XclmYVYrCTstT43MeO9X_4GrOAMfpcoaritzhGHN; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%222268275546837446%22%2C%22first_id%22%3A%221753edeb75a603-0155d23aa05675-3d634f03-1327104-1753edeb75b347%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%221753edeb75a603-0155d23aa05675-3d634f03-1327104-1753edeb75b347%22%7D',\n",
" 'Pragma':'no-cache',\n",
" 'Referer':'https://print.f6yc.com/print-server/ui/index.html',\n",
" 'Sec-Ch-Ua':'\"Chromium\";v=\"122\", \"Not(A:Brand\";v=\"24\", \"Google Chrome\";v=\"122\"',\n",
" 'Sec-Ch-Ua-Mobile':'?0',\n",
" 'Sec-Ch-Ua-Platform':'\"Windows\"',\n",
" 'Sec-Fetch-Dest':'empty',\n",
" 'Sec-Fetch-Mode':'cors',\n",
" 'Sec-Fetch-Site':'same-origin',\n",
" 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'\n",
" }\n",
"\n",
" response = session.get(login_url,headers=headers)\n",
" print(response.json())"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'code': 200,\n",
" 'data': {'endRow': 10,\n",
" 'firstPage': 1,\n",
" 'hasNextPage': True,\n",
" 'hasPreviousPage': False,\n",
" 'isFirstPage': True,\n",
" 'isLastPage': False,\n",
" 'lastPage': 8,\n",
" 'list': [{'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10753,\n",
" 'tempCode': 'FBDY014',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '结算单(会员冲销).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/543437628a3540249b29cb23d2a99d38.jasper',\n",
" 'tempName': '结算单(会员冲销)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10754,\n",
" 'tempCode': 'FBDY052',\n",
" 'tempDesc': '',\n",
" 'tempFileName': 'F6标准结算(欠账单).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/6f80d3247b3845cc80255c338319a3fc.jasper',\n",
" 'tempName': 'F6标准结算(欠账单)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10755,\n",
" 'tempCode': 'FBDY053',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '宜宾安仕吉结算(定制).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/98d92765d08a4d149032a078f1320249.jasper',\n",
" 'tempName': '宜宾安仕吉结算(定制)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10756,\n",
" 'tempCode': 'FBDY068',\n",
" 'tempDesc': '',\n",
" 'tempFileName': 'F6标准结算单(宜宾安仕吉定制).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/eb9f69df57cd46f6b107295870a82bb6.jasper',\n",
" 'tempName': 'F6标准结算单(宜宾安仕吉定制)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10757,\n",
" 'tempCode': 'FBDY080',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '结算单(施工明细无折扣).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/ac117db8f7754cd6b96d9a7fa9173b97.jasper',\n",
" 'tempName': '结算单(施工明细无折扣)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10758,\n",
" 'tempCode': 'FBDY087',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '新结算单(华凌车业定制).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/e7fef43b1db043fbbb965b52fe0342c6.jasper',\n",
" 'tempName': '新结算单(华凌车业定制)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10759,\n",
" 'tempCode': 'FBDY094',\n",
" 'tempDesc': '',\n",
" 'tempFileName': 'F6标准结算单(壹德巨泰定制).jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/9b820ec3c0e1407a9ce3152759725754.jasper',\n",
" 'tempName': 'F6标准结算单(壹德巨泰定制)',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10760,\n",
" 'tempCode': 'FBDY102',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '四川省费用结算单.jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/7cc8d9475d6540aa8a750bc41ff1a4ff.jasper',\n",
" 'tempName': '四川省费用结算单',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10763,\n",
" 'tempCode': 'FBDY131',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '陕西省费用结算单.jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/929e1be306f447eb871177cbe903979a.jasper',\n",
" 'tempName': '陕西省费用结算单',\n",
" 'tempSort': 0,\n",
" 'userId': 0},\n",
" {'clsCode': 'adjust',\n",
" 'clsId': 74,\n",
" 'clsName': '附表-新',\n",
" 'createBy': 0,\n",
" 'createTime': None,\n",
" 'dataForm': '',\n",
" 'isCommon': 0,\n",
" 'isDeleted': '',\n",
" 'modifyBy': 0,\n",
" 'modifyNum': 0,\n",
" 'modifyTime': None,\n",
" 'rowId': 10765,\n",
" 'tempCode': 'FBDY012',\n",
" 'tempDesc': '',\n",
" 'tempFileName': '星悦奔宝-结算单.jasper',\n",
" 'tempFilePath': 'https://pf.f6yc.com/print-server/prod/2023-12/default/259d067a09f94f52bd5bc4377585ebc4.jasper',\n",
" 'tempName': '星悦奔宝-结算单',\n",
" 'tempSort': 0,\n",
" 'userId': 0}],\n",
" 'navigateFirstPage': 1,\n",
" 'navigateLastPage': 8,\n",
" 'navigatePages': 8,\n",
" 'navigatepageNums': [1, 2, 3, 4, 5, 6, 7, 8],\n",
" 'nextPage': 2,\n",
" 'orderBy': '',\n",
" 'pageNum': 1,\n",
" 'pageSize': 10,\n",
" 'pages': 110,\n",
" 'prePage': 0,\n",
" 'size': 10,\n",
" 'startRow': 1,\n",
" 'total': 1095},\n",
" 'message': 'SUCCESS'}"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import requests\n",
"import re\n",
"# 发送POST请求进行登录\n",
"session = requests.Session()\n",
"login_url = 'https://print.f6yc.com/print-server/template/getTemplate?clsId=&tempCode=&tempName=&currentPage=1&pageSize=10'\n",
"\n",
"headers = {\n",
" 'Accept':'application/json, text/plain, */*',\n",
" 'Accept-Encoding':'gzip, deflate, br, zstd',\n",
" 'Accept-Language':'zh-CN,zh;q=0.9',\n",
" 'Authorization':'Basic NjAyMzg6Q3dAMzQwODI2',\n",
" 'Cache-Control':'no-cache',\n",
" # 'Cookie':json.dumps(driver.get_cookies()),\n",
" 'Pragma':'no-cache',\n",
" 'Referer':'https://print.f6yc.com/print-server/ui/index.html',\n",
" 'Sec-Ch-Ua':'\"Chromium\";v=\"122\", \"Not(A:Brand\";v=\"24\", \"Google Chrome\";v=\"122\"',\n",
" 'Sec-Ch-Ua-Mobile':'?0',\n",
" 'Sec-Ch-Ua-Platform':'\"Windows\"',\n",
" 'Sec-Fetch-Dest':'empty',\n",
" 'Sec-Fetch-Mode':'cors',\n",
" 'Sec-Fetch-Site':'same-origin',\n",
" 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'\n",
"}\n",
"\n",
"response = session.get(login_url,headers=headers)\n",
"response.json()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "F6processing",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}