Commit 9edf1d65 authored by zqm's avatar zqm

1.更新引擎、模板以及代码表文件

parent bf2c2052
<!--
* @Author: zqm qimengzhou9618@163.com
* @Date: 2022-05-07 10:17:15
* @LastEditors: zqm qimengzhou9618@163.com
* @LastEditTime: 2022-05-07 17:09:10
* @FilePath: \tableDisplayBusiness\src\components\mountMethod.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div>
<saveButton :buttonName="save"></saveButton>
<extractDataButton></extractDataButton>
</div>
</template>
<script>
import saveButton from "./saveButton";
import extractDataButton from "./extractDataButton";
export default {
components: {
saveButton, extractDataButton
},
data() {
return {
save: "保存",//保存按钮名称
};
},
mounted: function () {
var _self = this;
window.mountObj['saveData'] = () => {
_self.saveData();
};
window.mountObj['getData'] = () => {
_self.getData();
};
},
methods: {
saveData() {
console.log("保存");
var obj = this.recursionChild(this.$children, "saveButton");
obj.saveFun("inline");
},
getData() {
console.log("提取数据");
var obj = this.recursionChild(this.$children, "extractDataButton");
obj.extractDataFun();
}
}
}
</script>
<style>
</style>
......@@ -7,7 +7,7 @@
* @FilePath: \taxFormToolFramework\static\config.js
*/
var interfacePrefix = "/online" //在线:online 涉税:ssfwpt 云代账:taxreturnhtykj 天保:tianbao
var engineVersion = "1651823630449" //引擎包的版本
var engineVersion = "1651913451610" //引擎包的版本
var config = {
environmental: "test", // 生产:production 预生产:preProduce 测试:test 本地:dev
......
[{"dmmc":"110000 北京市","mc":"北京市","dm":"110000"},{"dmmc":"120000 天津市","mc":"天津市","dm":"120000"},{"dmmc":"130000 河北省","mc":"河北省","dm":"130000"},{"dmmc":"140000 山西省","mc":"山西省","dm":"140000"},{"dmmc":"150000 内蒙古自治区","mc":"内蒙古自治区","dm":"150000"},{"dmmc":"210000 辽宁省","mc":"辽宁省","dm":"210000"},{"dmmc":"210200 大连市","mc":"大连市","dm":"210200"},{"dmmc":"220000 吉林省","mc":"吉林省","dm":"220000"},{"dmmc":"230000 黑龙江省","mc":"黑龙江省","dm":"230000"},{"dmmc":"310000 上海市","mc":"上海市","dm":"310000"},{"dmmc":"320000 江苏省","mc":"江苏省","dm":"320000"},{"dmmc":"330000 浙江省","mc":"浙江省","dm":"330000"},{"dmmc":"330200 宁波市","mc":"宁波市","dm":"330200"},{"dmmc":"340000 安徽省","mc":"安徽省","dm":"340000"},{"dmmc":"350000 福建省","mc":"福建省","dm":"350000"},{"dmmc":"350200 厦门市","mc":"厦门市","dm":"350200"},{"dmmc":"360000 江西省","mc":"江西省","dm":"360000"},{"dmmc":"370000 山东省","mc":"山东省","dm":"370000"},{"dmmc":"370200 青岛市","mc":"青岛市","dm":"370200"},{"dmmc":"410000 河南省","mc":"河南省","dm":"410000"},{"dmmc":"420000 湖北省","mc":"湖北省","dm":"420000"},{"dmmc":"430000 湖南省","mc":"湖南省","dm":"430000"},{"dmmc":"440000 广东省","mc":"广东省","dm":"440000"},{"dmmc":"440300 深圳市","mc":"深圳市","dm":"440300"},{"dmmc":"450000 广西壮族自治区","mc":"广西壮族自治区","dm":"450000"},{"dmmc":"460000 海南省","mc":"海南省","dm":"460000"},{"dmmc":"500000 重庆市","mc":"重庆市","dm":"500000"},{"dmmc":"510000 四川省","mc":"四川省","dm":"510000"},{"dmmc":"520000 贵州省","mc":"贵州省","dm":"520000"},{"dmmc":"530000 云南省","mc":"云南省","dm":"530000"},{"dmmc":"540000 西藏自治区","mc":"西藏自治区","dm":"540000"},{"dmmc":"610000 陕西省","mc":"陕西省","dm":"610000"},{"dmmc":"620000 甘肃省","mc":"甘肃省","dm":"620000"},{"dmmc":"630000 青海省","mc":"青海省","dm":"630000"},{"dmmc":"640000 宁夏回族自治区","mc":"宁夏回族自治区","dm":"640000"},{"dmmc":"650000 新疆维吾尔自治区","mc":"新疆维吾尔自治区","dm":"650000"},{"dmmc":"710000 台湾省","mc":"台湾省","dm":"710000"}]
\ No newline at end of file
.class_b471cfe2-2d65-458d-a55f-a833b03f3b07{position:absolute}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 input{position:absolute;outline:none;border:0px}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3{position:relative;top:2px;font-size:12px;width:260px;background:white;margin:10px;border-radius:6px;border:1px solid #E4E7ED;box-shadow:0 2px 12px 0 rgba(0,0,0,0.1)}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0{width:100%;background:#FFF;height:100%;position:relative}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 .class_97555932-225b-47e1-b77e-5bd2c6ff35a1{margin:0 auto;padding:12px;padding-top:30px}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 .class_97555932-225b-47e1-b77e-5bd2c6ff35a1 .class_98826c9f-7781-4353-ac8a-9fa0dfd5d351{text-align:center;width:100%;line-height:30px;flex-direction:row;align-items:center;justify-content:center}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 .class_97555932-225b-47e1-b77e-5bd2c6ff35a1 .class_98826c9f-7781-4353-ac8a-9fa0dfd5d351 .text-title{margin:0 20px}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 .class_97555932-225b-47e1-b77e-5bd2c6ff35a1 .class_98826c9f-7781-4353-ac8a-9fa0dfd5d351 .class_d662165a-9228-4a34-947f-a4d2ff186471{cursor:pointer;float:left;width:20px;height:20px}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table tr th{color:#ccc}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table tr th,.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table tr td{padding:0;min-width:30px;text-align:center;height:20px;color:#606266;border:0px !important}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table td.activeDay{border-bottom:1px solid red}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table td.activeDay span{color:#fe5578}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table td .currentMonth{font-weight:700;color:#00BFFF}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table td span{color:#333;cursor:pointer}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table td span:hover{color:#00BFFF;cursor:pointer;font-size:12px}.class_b471cfe2-2d65-458d-a55f-a833b03f3b07 .class_e47847e0-d68c-4373-89b5-40d71ae1bab3 .class_4f2e7243-c964-4681-8c8b-cd9f87546ad0 table td span.default{color:#e9e9e9}.class_5113c3c2-5af7-4942-868b-37fa437800a7{width:100%;position:relative;cursor:pointer}.class_5113c3c2-5af7-4942-868b-37fa437800a7 svg{position:absolute;right:-4px;top:50%;transform:translate(-50%, -50%)}.class_5113c3c2-5af7-4942-868b-37fa437800a7 div{width:87%;height:100%;text-align:left;white-space:pre-wrap}.class_de684803-8952-4ed9-9271-41c7bc6131ab{margin-top:12px;padding:0;max-height:500px}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac{font-size:12px;min-width:100%;border-collapse:collapse}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDivAll{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDivAll::after{display:block;width:6px;height:0px;box-sizing:content-box;content:"";border:1px solid #fff;position:absolute;top:5px;left:3px}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDivAll1{top:-7;right:0;width:12px;height:12px;border:1px solid #CCCCCC;background-color:#fff;z-index:12;border-radius:2px}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDiv{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px;box-sizing:border-box}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDiv::after{display:block;width:3px;height:8px;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;position:absolute;top:2px;left:6px;transform:rotate(45deg) scaleY(1)}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDiv1{top:-7;right:0;width:14px;height:14px;background-color:#fff;z-index:12;border:1px solid #CCCCCC;border-radius:2px;cursor:pointer;box-sizing:border-box}.class_de684803-8952-4ed9-9271-41c7bc6131ab .class_0105c7c0-4544-4769-adb4-58db8c151aac .checkDiv1::after{display:none;width:3px;height:8px;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;position:absolute;top:2px;left:6px;transform:rotate(45deg) scaleY(1)}.class_0105c7c0-4544-4769-adb4-58db8c151aac td,th{white-space:normal;color:#515151;padding:10px;line-height:16px;text-align:left;border-bottom:1px solid #ebeef5;vertical-align:middle}.class_0105c7c0-4544-4769-adb4-58db8c151aac th{font-size:12px;color:#909399}.class_0105c7c0-4544-4769-adb4-58db8c151aac thead tr{background:#fff}.class_0105c7c0-4544-4769-adb4-58db8c151aac thead tr th{height:16px}.class_0105c7c0-4544-4769-adb4-58db8c151aac tbody tr{background:#fff}.class_0105c7c0-4544-4769-adb4-58db8c151aac tbody tr:nth-child(2n){background:#fff}.class_0c774174-fff7-4874-a8a4-59e80a2be3ac{padding:12px 16px}.class_0c774174-fff7-4874-a8a4-59e80a2be3ac .class_b2b25317-c253-4b79-8aef-f1ad926a5a21{font-size:12px;-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;display:inline-block;height:25px;line-height:25px;outline:none;padding:0 15px;transition:border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%}.mymymy{height:auto}.class_2f39bea5-e315-4c54-b85a-ce64f849089b{width:100%;height:100%}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b{font-family:"Courier New !important";font-weight:"bolder";table-layout:fixed;border-collapse:collapse;margin:0 auto;width:1%;background-color:#fff;font-family:Courier New !important;font-size:12px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_b98274f2-e1c1-4d5f-b964-e81008ede5bd{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;position:relative}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_c3766c0f-ac1a-4e42-9549-8147ea50b413{padding:0px !important;height:auto !important}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_81b0a312-e636-4236-b894-7dd0753aab81{text-align:right;position:relative}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_81b0a312-e636-4236-b894-7dd0753aab81 td{padding:5px;height:0px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_ad658813-68cc-4a16-be8c-12592122e103{width:100%;word-break:break-all;outline:none;user-select:text;white-space:pre-wrap;text-align:left;user-modify:read-write-plaintext-only;line-height:17px;min-height:17px;border:0;display:block;flex:1;padding:2px 2px 0 2px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_d1a04fb3-098f-4069-8694-6409a9d19702{height:100%;display:flex;justify-content:center;align-items:center;font-weight:800}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_d1a04fb3-098f-4069-8694-6409a9d19702 input{width:98%;border:0px;font-family:Courier New !important;background-color:transparent !important;outline:none;maxlength:"4";font-size:12px;color:#000}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_d1a04fb3-098f-4069-8694-6409a9d19702 div{outline:none;width:100%;font-family:Courier New !important;font-size:12px;height:100%;display:inline-table;font-weight:800;color:#000}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b td{height:18px;border-collapse:collapse !important;border:solid #333;border-width:1px !important;color:#000}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b td input::-ms-clear{display:none}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b td input::-ms-reveal{display:none}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_8ce6265e-0a92-4b6d-af92-a94568877f8a{background-color:#fff}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_6e54a3e9-2215-4c9d-a1d2-4af5fedcf310{background-color:#C0DCC0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_07c357e3-64a0-4fad-ba56-944ae53c67f2{background-color:#A6CAF0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_ec0d30a7-52ed-4f49-9581-7b62f2b881a8{background-color:#fff}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_f909f649-72cb-4b81-a87a-8169fc2d6016{background-color:#92D050}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_ee2a33f1-9372-45be-8313-6f8ab05e85f6{background-color:#00B0F0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_8e7540fb-08c6-44c3-b0dd-c15da1580023{background-color:red}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_c8e464c4-b0ae-4a5f-b880-e41c2af97e64{background-color:#D2D5DB}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_32140beb-e7fa-4981-a0c0-ad5a11431e86{text-align:left}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_4053c84a-da9d-4373-8102-2383f438d740{text-align:center}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_19e9d37f-15cc-44a1-953f-592e1ac593e4{text-align:right}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_9666a54c-986d-4ed8-98fa-d4d350e8171f{border-left-width:0px !important}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_6318e4e8-62dd-4711-b72e-0d031ca6eebd{border-right-width:0 !important}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_29045a85-e91c-4646-af48-03e753cb4b80{border-top-width:0 !important}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_080684a2-9fda-4d4d-b809-36d51e51ba8c{border-bottom-width:0 !important}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_7a4c137e-31a9-46a4-ad42-3fc5837f6b14{color:red}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_03f4d90d-377f-4f7b-9111-a9264f0ad6d8{font-weight:800;font-size:16px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_f07e0898-ada3-4ca4-8a36-05bd35904385{font-weight:800;font-size:14px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_78c20530-41a2-4174-8720-e37a77440b44{font-weight:800;font-size:12px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_bc76298a-9f15-41a0-ad90-d881f872f338{position:relative;background-clip:padding-box}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_654fcaa8-19c9-4cb2-a617-7633c75c4894{width:0;height:0;border-top:5px solid red;border-left:5px solid transparent;right:0px;position:absolute;top:0px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_495b2a83-d2b8-47a6-b2d9-a3840a348940{width:0;height:0;border-top:5px solid black;border-left:5px solid transparent;right:0px;position:absolute;top:0px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_6c4aba69-251b-4054-acbb-8792fa1fcc67{border-radius:5px;color:black;min-width:200px;max-width:100%;position:absolute;z-index:200;padding:4px;line-height:20px;text-align:left;font-weight:normal !important;border:1px solid #a7b8e1;box-shadow:0 2px 12px 0 rgba(0,0,0,0.15);background-color:#fafafa;transform-origin:left center}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_190a8890-46db-45ab-aa87-4af33257ffe1{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px;margin-right:3px;left:calc(50% - 10px)}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_190a8890-46db-45ab-aa87-4af33257ffe1::after{content:" ";border-width:6px;position:absolute;display:block;height:0;border-color:transparent;border-style:solid;bottom:-6px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_91c612f4-4893-4239-a798-ae5c8429cf09{left:-6px;border-left-width:0;border-right-color:#a7b8e1;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.2))}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_91c612f4-4893-4239-a798-ae5c8429cf09::after{left:1px;border-right-color:#fafafa;border-left-width:0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_cf123385-0e3f-483e-b01b-a66c77ba258b{right:-10px;border-right-width:0;border-left-color:#a7b8e1;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.2))}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_cf123385-0e3f-483e-b01b-a66c77ba258b::after{right:1px;border-left-color:#fafafa;border-right-width:0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_8376a2cf-304e-462f-81a1-4573b1b14a43{bottom:-6px;border-bottom-width:0;border-top-color:#a7b8e1;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.5))}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_8376a2cf-304e-462f-81a1-4573b1b14a43::after{right:-6px;bottom:1px;border-top-color:#fafafa;border-bottom-width:0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_fba42dbb-c9ed-44c0-b902-296879031601{top:-6px;border-top-width:0;border-bottom-color:#a7b8e1;filter:drop-shadow(0 -2px 12px rgba(0,0,0,0.5))}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_fba42dbb-c9ed-44c0-b902-296879031601::after{left:-6px;top:1px;border-bottom-color:#fafafa;border-top-width:0}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_e67c8e07-3ebb-4857-a12c-83cad76e168b{font-size:13px;color:#fff;min-width:100px;height:30px;text-align:center;background-color:#3E9BE5;line-height:28px;border-radius:3px;border:solid;border-width:1px;border-color:#3E9BE5;outline:0;transition:background 0.2s}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_e67c8e07-3ebb-4857-a12c-83cad76e168b:hover{background:#EDF6FC;color:#3E9BE5;cursor:pointer}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_e67c8e07-3ebb-4857-a12c-83cad76e168b:active{background-color:#fff;color:#53ACF3;border:solid;border-width:1px;border-color:#53ACF3}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_1dd06ee7-cbbd-4b74-8d96-17946e23e30f{font-size:12px;width:70px;min-width:70px;height:28px;line-height:26px}.class_2f39bea5-e315-4c54-b85a-ce64f849089b .class_82518244-19b9-4cb8-ac7d-3f90844cb03b .class_382acd13-5113-41c7-abdd-6f45de738fdf{font-size:10px;height:22px;line-height:18px;min-width:45px;width:45px;margin-right:4px;float:right;margin:1px}.freezeRowLayout{position:relative;transform:translate(-50%, -50%);left:50%}.freezeRowLayout .freezeFix{position:absolute;overflow:hidden;z-index:50}.freezeRowLayout .freezeColumn{position:absolute;overflow:hidden;z-index:40}.freezeRowLayout .freezeRow{position:absolute;overflow:hidden;z-index:35}.freezeRowLayout .tableData{position:absolute;overflow:scroll;height:400px}.class_288f1b81-ac3a-4b1e-8c62-2c53c7ffece9{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0 0 0 10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.class_7b22184c-9d1c-4218-a85d-92b8797607a5{padding:9px 15px;font-size:12px;border-radius:4px}.class_357eeb89-5635-4587-9d5f-ce0a5a34c62a{color:#fff;background-color:#66B1FF;border-color:#66B1FF}.class_357eeb89-5635-4587-9d5f-ce0a5a34c62a:active{background:#409eff}.class_f5ec8f39-2412-465c-b9af-5e425c3db368:active,.class_f5ec8f39-2412-465c-b9af-5e425c3db368:hover{background:#ECF5FF;color:#409eff}.class_cdd38698-100f-4715-929f-a5575d6842ee{width:100%;height:100%;z-index:99999;position:absolute;-moz-opacity:0.5;background:rgba(0,0,0,0.6);top:0;left:0}.class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d{opacity:1;z-index:199999;position:absolute;width:420px;top:50%;padding-bottom:10px;left:50%;transform:translate(-50%, -50%);border:1px solid #ebeef5;border-radius:4px;background-color:#FFFFFF}.class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d .class_8ac757ea-5455-40b3-b388-a31527b8bfdd{text-align:center;font-weight:700;padding:15px 20px 10px;margin-bottom:0;font-size:16px;line-height:1;color:#303133;position:relative}.class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d .class_f760d01c-0a13-4ec3-9e3c-3a7143334c0a{color:#303133;font-size:14px;padding:8px 16px;background:#fff;border-radius:3px;line-height:24px;margin-bottom:8px;position:relative;padding-left:55px}.class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d .class_d993df09-4c96-405c-b914-e429707d1acc{padding:10px;padding-right:20px;text-align:right}.class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d .class_f1fcbb5d-cf36-4cfb-9afd-3d484accd5c1{position:absolute;top:50%;left:30px;transform:translate(-50%, -50%)}.class_e9d88384-b006-4389-a77b-a58d306298ab{font-size:13px;position:absolute;z-index:1000}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c{left:-2px;position:relative;top:2px;font-size:12px;background:#DCDCDC;border:solid 1px #E4E7ED;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.1)}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3{padding-right:10px;background:#FFF;height:100%;position:relative}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .class_15fd6823-f2db-46d6-bf7c-23647cd3c656{margin:0 auto;padding:6px}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .class_15fd6823-f2db-46d6-bf7c-23647cd3c656 .class_40e84472-1202-40d4-9588-1595cec93496{text-align:center;width:100%;line-height:1.5em;flex-direction:row;align-items:center;justify-content:center;margin-bottom:4px}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .class_15fd6823-f2db-46d6-bf7c-23647cd3c656 .class_40e84472-1202-40d4-9588-1595cec93496 input{border-radius:4px;border:1px solid #DCDFE6;padding:4px;width:100%;box-sizing:border-box}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 li{list-style-type:none;background-color:white;cursor:pointer;white-space:nowrap;padding:5px 0px 5px 10px;position:relative}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 li svg{position:absolute;top:50%;transform:translate(-50%, -50%);left:4px;color:#C0C4CC}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 li:hover{background-color:#F5F7FA}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 li input{vertical-align:middle}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 ul{margin:auto;padding:0}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv{max-height:300px;margin-bottom:10px;margin-left:-6px;margin-right:10px;padding:0 8px;box-sizing:border-box}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .checkDiv{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px;box-sizing:border-box}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .checkDiv::after{display:block;width:3px;height:7px;box-sizing:content-box;content:"";border:2px solid #fff;border-left:0;border-top:0;position:absolute;top:1px;left:5px;transform:rotate(45deg) scaleY(1)}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .checkDiv1{top:-7;right:0;width:14px;height:14px;background-color:#fff;z-index:12;border:1px solid #CCCCCC;border-radius:2px;cursor:pointer;box-sizing:border-box}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .checkDiv1::after{display:none;width:3px;height:8px;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;position:absolute;top:2px;left:6px;transform:rotate(45deg) scaleY(1)}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .disabledCheck{top:-7;right:0;width:14px;height:14px;z-index:12;border-radius:2px;box-sizing:border-box;cursor:not-allowed;border:1px solid #c0c4cc;background-color:#edf2fc}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .halfCheck{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .ulDiv .halfCheck::after{display:block;width:4px;height:1px;background-color:#fff;box-sizing:content-box;content:"";border:1px solid #fff;position:absolute;top:50%;transform:translate(-50%, -50%);left:7px}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .activeNode{color:#409eff;font-weight:600}.class_e9d88384-b006-4389-a77b-a58d306298ab .class_9d84c7ec-46ab-483a-b27a-06ded6be966c .class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3 .disabledNode{color:#c0c4cc;font-weight:normal;cursor:not-allowed}.class_2db579a7-5f02-4861-ae3a-a17180920b31{position:relative;line-height:30px}.class_2db579a7-5f02-4861-ae3a-a17180920b31 input{outline:none;border:none;text-align:center;border-bottom:1px solid #000;height:10px}.class_2db579a7-5f02-4861-ae3a-a17180920b31 ul{display:inline;padding:0;margin:0px 10px}.class_2db579a7-5f02-4861-ae3a-a17180920b31 ul li{font-size:13px;display:inline;padding:4px 4px;cursor:pointer;font-weight:600}.class_2db579a7-5f02-4861-ae3a-a17180920b31 ul li:hover{color:#409eff}.class_2db579a7-5f02-4861-ae3a-a17180920b31 .active{color:#409eff}.class_e871969e-127c-4ef7-982b-a2f5de6e338c{position:relative;line-height:30px;font-size:12px}.class_e871969e-127c-4ef7-982b-a2f5de6e338c .totalSize{color:#7A8199;display:inline-block;margin-right:10px}.class_e871969e-127c-4ef7-982b-a2f5de6e338c .pageSize{color:#292b33;display:inline-block}.class_e871969e-127c-4ef7-982b-a2f5de6e338c input{outline:none;text-align:center;border:1px solid #C5D1E4;border-radius:2px;padding:0 6px;height:28px}.class_e871969e-127c-4ef7-982b-a2f5de6e338c ul{display:inline;padding:0;margin:0 10px}.class_e871969e-127c-4ef7-982b-a2f5de6e338c ul li{background-color:#f1f5fb;color:#292b33;min-width:30px;height:28px;line-height:28px;padding:0 4px;margin:0 5px;border-radius:2px;font-size:13px;display:inline-block;box-sizing:border-box;text-align:center;font-family:'fangsong';cursor:pointer;font-weight:600}.class_e871969e-127c-4ef7-982b-a2f5de6e338c ul li:hover{color:#409eff}.class_e871969e-127c-4ef7-982b-a2f5de6e338c .active{color:#fff;background-color:#3860f4}.scrollbox{width:99%;height:99%;position:relative;padding-right:10px;padding-bottom:10px;overflow:hidden}.scrollbar{background-color:darkgray;position:absolute;border-radius:5px;z-index:100000}.scrollbar:hover{background-color:gray}.scrollbar.force{background-color:gray}.barY{width:10px;height:100%;right:0;top:0}.barX{width:100%;height:10px;left:0;bottom:0}
/*# sourceMappingURL=engine.1651823630449.css.map*/
\ No newline at end of file
{"version":3,"sources":["webpack://engine/./src/css/scss/calendar.scss","webpack://engine/./src/css/scss/dialogTable.scss","webpack://engine/./src/css/scss/tableStyle.scss","webpack://engine/./static/json/style.json","webpack://engine/./src/css/scss/button.scss","webpack://engine/./src/css/scss/alert.scss","webpack://engine/./src/css/scss/select.scss","webpack://engine/./src/css/scss/paging.scss","webpack://engine/./src/css/scss/pagingBox.scss","webpack://engine/./src/css/scss/hd-scroll.scss"],"names":[],"mappings":"AAAA,4CACE,iBAAkB,CADpB,kDAGI,iBAAkB,CAClB,YAAa,CACb,UAAW,CALf,wFAQI,iBAAkB,CAClB,OAAQ,CACR,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,uCAAwC,CAhB5C,oIAkBM,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CArBxB,gLAwBQ,aAAc,CACd,YAAa,CACnB,gBAAiB,CA1BnB,4NA4BU,iBAAkB,CAClB,UAAW,CACX,gBAAiB,CACjB,kBAAmB,CACnB,kBAAmB,CACnB,sBAAuB,CAjCjC,wOAmCY,aAAc,CAnC1B,wQAsCY,cAAe,CACf,UAAW,CACX,UAAW,CACX,WAAY,CAzCxB,gJA8CQ,UAAW,CA9CnB,gSAiDQ,SAAU,CACV,cAAe,CACf,iBAAkB,CAClB,WAAY,CACZ,aAAc,CACd,qBAAqB,CAtD7B,uJA0DU,2BAA4B,CA1DtC,4JA4DY,aAAc,CA5D1B,2JAgEU,eAAgB,CAChB,aACF,CAlER,kJAqEQ,UAAW,CACX,cAAe,CAtEvB,wJAyEQ,aAAc,CACd,cAAe,CAEf,cAAe,CA5EvB,0JA+EQ,aAAc,CACf,4CC/EL,UAAW,CACX,iBAAkB,CAClB,cAAe,CAHjB,gDAKI,iBAAkB,CAClB,UAAW,CACX,OAAQ,CACR,+BAAgC,CARpC,gDAWI,SAAU,CACV,WAAY,CACZ,eAAgB,CAChB,oBAAqB,CACtB,4CAGD,eAAgB,CAChB,SAAU,CAEV,gBAAiB,CAJnB,wFAMI,cAAe,CAKf,cAAe,CACf,wBAAyB,CAZ7B,qGAcM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CApBxB,4GAuBM,aAAc,CACd,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,iBAAkB,CAClB,OAAQ,CACR,QAAS,CA/Bf,sGAmCM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,qBAAsB,CACtB,UAAW,CACX,iBAAkB,CA1CxB,kGA6CM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CAClB,qBAAsB,CApD5B,yGAuDM,aAAc,CACd,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CAlExC,mGAqEM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,UAAW,CACX,wBAAyB,CACzB,iBAAkB,CAClB,cAAe,CACf,qBAAsB,CA9E5B,0GAiFM,YAAa,CACb,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CACnC,kDAMH,kBAAmB,CAEnB,aAAc,CACd,YAAa,CACb,gBAAiB,CACjB,eAAgB,CAChB,+BAAgC,CAChC,qBAAsB,CACvB,+CAEC,cAAe,CACf,aAAc,CACf,qDAEC,eAAgB,CADlB,wDAGI,WAAY,CACb,qDAID,eAAgB,CACjB,mEAGC,eAAgB,CACjB,4CAEC,iBAAiB,CADnB,wFAGI,cAAe,CACf,uBAAwB,CACxB,qBAAsB,CACtB,qBAAsB,CACtB,iBAAkB,CAClB,wBAAyB,CACzB,qBAAsB,CACtB,aAAc,CACd,oBAAqB,CACrB,WAAY,CACZ,gBAAiB,CACjB,YAAa,CACb,cAAe,CACf,iEAA2D,CAC3D,UAAW,CACZ,QChKF,WAAY,CACZ,4CAEC,UAAW,CACX,WAAY,CAFd,wFAIG,oCAAqC,CACrC,oBAAqB,CASpB,kBAAmB,CACnB,wBAAyB,CACzB,aAAc,CACd,QAAS,CACT,qBAAsB,CACtB,kCCrBiC,CDsBjC,cCtBgD,CDEpD,oIAOI,yQAA0Q,CAC3Q,iBAAkB,CARrB,oIAWG,sBAAsB,CACtB,sBAAsB,CAZzB,oIAsBM,gBAAiB,CACjB,iBAAkB,CAvBxB,uIAyBQ,WAAY,CACZ,UACF,CA3BN,oIA8BM,UAAW,CACX,oBAAqB,CACrB,YAAa,CACb,gBAAiB,CACjB,oBAAqB,CACrB,eAAgB,CAChB,qCAAsC,CACtC,gBAAiB,CACjB,eAAgB,CAChB,QAAS,CACT,aAAc,CACd,MAAO,CACP,qBAAsB,CA1C5B,oIA8CG,WAAY,CACZ,YAAa,CACd,sBAAuB,CACvB,kBAAmB,CACnB,eCpDkF,CDEpF,0IAoDQ,SAAU,CACV,UAAW,CACX,kCCxD6B,CDyD7B,uCAAwC,CACxC,YAAa,CACb,aAAc,CACd,cC5D4C,CD6DlD,UC7DuH,CDEzH,wIA8DQ,YAAa,CACb,UAAW,CACX,kCClE6B,CDmE7B,cCnE4C,CDoE5C,WAAY,CACZ,oBAAqB,CAC3B,eCtEkF,CDuElF,UCvEuH,CDEzH,2FAyEM,WAAY,CACZ,mCAAoC,CACpC,iBC7EkG,CD8ElG,2BAA4B,CAC/B,UC/EsH,CDEzH,4GA8EoB,YAAa,CA9EjC,6GA+EqB,YAAa,CA/ElC,oIA0FI,qBAAkB,CA1FtB,oIAwFI,wBAAkB,CAxFtB,oIAsFI,wBAA2B,CAtF/B,oIA4FI,qBAAkB,CA5FtB,oIA4FI,wBAAkB,CA5FtB,oIA4FI,wBAAkB,CA5FtB,oIA4FI,oBAAkB,CA5FtB,oIA4FI,wBAAkB,CA5FtB,oIAkHM,eAAgB,CAlHtB,oIAqHM,iBAAkB,CArHxB,oIAwHM,gBAAiB,CAxHvB,oIA+HM,gCAAiC,CA/HvC,oIAkIM,+BAAgC,CAlItC,oIAqIM,6BAA8B,CArIpC,oIAwIM,gCAAiC,CAxIvC,oIA4IM,SC9IgE,CDEtE,oIAgJM,eClJ8E,CDmJ9E,cAA0C,CAjJhD,oIAqJM,eCvJ8E,CDwJ9E,cAA0C,CAtJhD,oIA0JM,eC5J8E,CD6J9E,cC7J8C,CDEpD,oIA+JM,iBAAkB,CAClB,2BAA4B,CAhKlC,oIAoKM,OAAQ,CACR,QAAS,CACT,wBAAyB,CACzB,iCAAkC,CAClC,SAAU,CACV,iBAAkB,CAClB,OAAQ,CA1Kd,oIA8KG,OAAQ,CACR,QAAS,CACT,0BAA2B,CAC3B,iCAAkC,CAClC,SAAU,CACV,iBAAkB,CAClB,OAAQ,CApLX,oIAuLM,iBAAkB,CAClB,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,gBAAiB,CACjB,eAAgB,CAChB,6BAA8B,CAC9B,wBAAyB,CACzB,wCAAwC,CACxC,wBAAyB,CACzB,4BAA6B,CApMnC,oIAuMM,iBAAkB,CAClB,aAAc,CACd,OAAQ,CACR,QAAS,CACT,wBAAyB,CACzB,kBAAmB,CACnB,gBAAiB,CACjB,gBAAiB,CACjB,qBAAsB,CA/M5B,2IAiNQ,WAAY,CACZ,gBAAiB,CACjB,iBAAkB,CAClB,aAAc,CACd,QAAS,CACT,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CAxNpB,oIA6NM,SAAU,CACV,mBAAoB,CACpB,0BAA2B,CAC3B,8CAAkD,CAhOxD,2IAkOQ,QAAS,CACT,0BAA2B,CAC3B,mBAAoB,CApO5B,oIAwOM,WAAY,CACZ,oBAAqB,CACrB,yBAA0B,CAC1B,8CAAkD,CA3OxD,2IA6OQ,SAAU,CACV,yBAA0B,CAC1B,oBAAqB,CA/O7B,oIAmPM,WAAY,CACZ,qBAAsB,CACtB,wBAAyB,CACzB,8CAAkD,CAtPxD,2IAwPQ,UAAW,CACX,UAAW,CACX,wBAAyB,CACzB,qBAAsB,CA3P9B,oIAgQM,QAAS,CACT,kBAAmB,CACnB,2BAA4B,CAC5B,+CAAmD,CAnQzD,2IAqQQ,SAAU,CACV,OAAQ,CACR,2BAA4B,CAC5B,kBAAmB,CAxQ3B,oIA6QM,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,gBAAiB,CAEjB,iBAAkB,CAClB,YAAa,CACb,gBAAiB,CACjB,oBAAqB,CACrB,SAAU,CACV,0BAA2B,CA1RjC,0IA4RQ,kBAAmB,CACnB,aAAc,CACd,cAAe,CA9RvB,2IAiSQ,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,gBAAiB,CACjB,oBAAqB,CArS7B,oIAySM,cAAe,CACf,UAAW,CACX,cAAe,CACf,WAAY,CACZ,gBAAiB,CA7SvB,oIAgTM,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,cAAe,CACf,UAAW,CACX,gBAAiB,CACjB,WAAY,CACZ,UAAW,CACZ,iBAKH,iBAAkB,CAElB,+BAAgC,CAChC,QAAS,CAJX,4BAMI,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CARf,+BAYI,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CAdf,4BAkBI,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CApBf,4BAuBI,iBAAkB,CAClB,eAAgB,CAChB,YAAa,CACd,4CExVD,oBAAqB,CACrB,aAAc,CACd,kBAAmB,CACnB,cAAe,CACf,eAAgB,CAChB,wBAAyB,CACzB,aAAc,CACd,uBAAwB,CACxB,iBAAkB,CAClB,qBAAsB,CACtB,YAAa,CACb,iBAAkB,CAClB,qBAAsB,CACtB,wBAAyB,CACzB,oBAAqB,CACrB,iBAAkB,CAClB,cAAe,CACf,iBAAkB,CACnB,4CAGC,gBAAiB,CACjB,cAAe,CACf,iBAAkB,CACnB,4CAEC,UAAW,CACX,wBAAyB,CACzB,oBAAqB,CAHvB,mDAKI,kBAAkB,CACnB,qGAIC,kBAAkB,CAClB,aAAc,CACf,4CCrCD,UAAW,CACX,WAAY,CACZ,aAAc,CACd,iBAAkB,CAClB,gBAAiB,CACjB,0BAA8B,CAC9B,KAAM,CACN,MAAO,CACR,4CAGC,SAAU,CACV,cAAe,CACf,iBAAkB,CAClB,WAAY,CACZ,OAAQ,CACR,mBAAoB,CACpB,QAAS,CACT,+BAAgC,CAChC,wBAAyB,CACzB,iBAAkB,CAClB,wBAAyB,CAX3B,wFAcC,iBAAkB,CAClB,eAAgB,CACb,sBAAuB,CACvB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,aAAc,CACd,iBAAkB,CArBtB,wFAyBI,aAAc,CACd,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,iBAAkB,CAClB,iBACF,CAlCF,wFAqCI,YAAa,CACb,kBAAmB,CACnB,gBAAiB,CAvCrB,wFA2CI,iBAAkB,CAClB,OAAQ,CACR,SAAU,CACV,+BAAgC,CACjC,4CCzDD,cAAe,CACf,iBAAkB,CAClB,YAAa,CAHf,wFAKI,SAAU,CACV,iBAAkB,CAClB,OAAQ,CACR,cAAe,CACf,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,uCAAwC,CAZ5C,oIAcG,kBAAmB,CAChB,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CAjBxB,gLAmBQ,aAAc,CACd,WAAY,CApBpB,4NAsBU,iBAAkB,CAClB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,sBAAuB,CACvB,iBAAkB,CA5B5B,kOA8BY,iBAAkB,CAClB,wBAAyB,CACzB,WAAY,CACZ,UAAW,CACX,qBAAsB,CAlClC,uIAuCQ,oBAAoB,CACpB,sBAAuB,CACvB,cAAe,CACf,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CA5C1B,2IA8CU,iBAAkB,CAClB,OAAQ,CACR,+BAAgC,CAChC,QAAS,CACT,aAAc,CAlDxB,6IAqDU,wBAAyB,CArDnC,6IAwDU,qBACF,CAzDR,uIA4DQ,WAAY,CACZ,SAAU,CA7DlB,2IAqEQ,gBAAiB,CACvB,kBAAmB,CACb,gBAAiB,CACjB,iBAAkB,CAClB,aAAc,CACd,qBAAsB,CA1E9B,qJA6EU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CAClB,qBAAsB,CApFhC,4JAuFU,aAAc,CACd,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CAlG5C,sJAsGU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,UAAW,CACX,wBAAyB,CACzB,iBAAkB,CAClB,cAAe,CACf,qBAAsB,CA/GhC,6JAkHU,YAAa,CACb,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CA7H5C,0JAiIU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,qBAAsB,CACtB,kBAAmB,CACnB,wBAAyB,CACzB,wBAAyB,CA1InC,sJA8IU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CApJ5B,6JAsJY,aAAc,CACd,SAAU,CACV,UAAW,CACX,qBAAsB,CACtB,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,iBAAkB,CAClB,OAAQ,CACR,+BAAgC,CAChC,QAAS,CAhKrB,gJAqKQ,aAAc,CACd,eAAgB,CAtKxB,kJAyKQ,aAAc,CACd,kBAAmB,CACnB,kBAAmB,CACpB,4CC3KL,iBAAkB,CAClB,gBAAiB,CAFnB,kDAII,YAAa,CAChB,WAAW,CACX,iBAAiB,CACjB,4BAA6B,CAC1B,WAAY,CARhB,+CAWI,cAAe,CACf,SAAU,CACV,eAAgB,CAbpB,kDAiBI,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,cAAe,CACf,eAAgB,CArBpB,wDAuBM,aAAc,CAvBpB,oDA2BI,aAAc,CACf,4CC3BD,iBAAkB,CAClB,gBAAiB,CACjB,cAAe,CAHjB,uDAIa,aAAc,CAAE,oBAAqB,CAAE,iBAAkB,CAJtE,sDAKY,aAAc,CAAE,oBAAqB,CALjD,kDAOI,YAAa,CAChB,iBAAiB,CACjB,wBAAyB,CACtB,iBAAkB,CAClB,aAAc,CACd,WAAY,CAZhB,+CAeI,cAAe,CACf,SAAU,CACV,aAAc,CAjBlB,kDAqBI,wBAAyB,CACzB,aAAc,CACd,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,cAAe,CACf,oBAAqB,CACrB,qBAAsB,CACtB,iBAAkB,CAClB,sBAAuB,CACvB,cAAe,CACf,eAAgB,CAnCpB,wDAqCM,aAAc,CArCpB,oDAyCI,UAAW,CACX,wBAAyB,CAC1B,WCvCK,SAAU,CACV,UAAW,CACX,iBAAkB,CAClB,kBANkB,CAOlB,mBAPkB,CAQlB,eAAgB,CACnB,WAEG,yBAA0B,CAC1B,iBAAkB,CAClB,iBAAmC,CACnC,cAAe,CAJnB,iBAMQ,qBAAsB,CAN9B,iBASQ,qBAAsB,CACzB,MAGD,UAvBkB,CAwBlB,WAAY,CACZ,OAAQ,CACR,KAAM,CACT,MAEG,UAAW,CACX,WA9BkB,CA+BlB,MAAO,CACP,QAAS","file":"engine/css/engine.1651823630449.css","sourcesContent":[".#{map-get($className, \"myCalendar\")}{\r\n position: absolute;\r\n input{\r\n position: absolute;\r\n outline: none;\r\n border: 0px;\r\n }\r\n .#{map-get($className, \"calendar\")}{\r\n position: relative;\r\n top: 2px;\r\n font-size: 12px;\r\n width: 260px;\r\n background: white;\r\n margin: 10px;\r\n border-radius: 6px;\r\n border: 1px solid #E4E7ED;\r\n box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);\r\n .#{map-get($className, \"calendar_box\")}{\r\n width: 100%;\r\n background: #FFF;\r\n height: 100%;\r\n position: relative;\r\n .#{map-get($className, \"calendar_body\")}{\r\n/* width: 100%; */\r\n margin: 0 auto;\r\n padding: 12px;\r\n\t\tpadding-top: 30px;\r\n .#{map-get($className, \"calendar_body_text\")}{\r\n text-align: center;\r\n width: 100%;\r\n line-height: 30px;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: center;\r\n .text-title {\r\n margin: 0 20px;\r\n }\r\n .#{map-get($className, \"calendar_btn\")}{\r\n cursor: pointer;\r\n float: left;\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n }\r\n table tr th {\r\n color: #ccc;\r\n }\r\n table tr th, table tr td {\r\n padding: 0;\r\n min-width: 30px;\r\n text-align: center;\r\n height: 20px;\r\n color: #606266;\r\n border:0px !important;\r\n }\r\n table td {\r\n &.activeDay {\r\n border-bottom: 1px solid red;\r\n span {\r\n color: #fe5578;\r\n }\r\n }\r\n .currentMonth {\r\n font-weight: 700;\r\n color: #00BFFF\r\n }\r\n }\r\n table td span {\r\n color: #333;\r\n cursor: pointer;\r\n }\r\n table td span:hover{\r\n color: #00BFFF;\r\n cursor: pointer;\r\n\r\n font-size: 12px;\r\n }\r\n table td span.default {\r\n color: #e9e9e9;\r\n }\r\n }\r\n }\r\n}",".#{map-get($className, \"dialogLabel\")}{\r\n width: 100%;\r\n position: relative;\r\n cursor: pointer;\r\n svg{\r\n position: absolute;\r\n right: -4px;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n }\r\n div{\r\n width: 87%;\r\n height: 100%;\r\n text-align: left;\r\n white-space: pre-wrap;\r\n }\r\n}\r\n.#{map-get($className, \"table_wrap\")}{\r\n margin-top: 12px;\r\n padding: 0;\r\n/* border: 1px solid #ebeef5; */\r\n max-height: 500px;\r\n .#{map-get($className, \"dialog_table\")}{\r\n font-size: 12px;\r\n/*\twidth: -moz-max-content;\r\n\twidth: -webkit-max-content;\r\n\twidth: -o-max-content;\r\n\twidth: -ms-max-content;*/\r\n min-width: 100%;\r\n border-collapse: collapse;\r\n .checkDivAll {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n }\r\n .checkDivAll::after {\r\n display: block;\r\n width: 6px;\r\n height: 0px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n position: absolute;\r\n top: 5px;\r\n left: 3px;\r\n /*transform: rotate(45deg) scaleY(1);*/\r\n }\r\n .checkDivAll1 {\r\n top: -7;\r\n right: 0;\r\n width: 12px;\r\n height: 12px;\r\n border: 1px solid #CCCCCC;\r\n background-color: #fff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n }\r\n .checkDiv {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv::after {\r\n display: block;\r\n width: 3px;\r\n height: 8px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 2px;\r\n left: 6px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n .checkDiv1 {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #fff;\r\n z-index: 12;\r\n border: 1px solid #CCCCCC;\r\n border-radius: 2px;\r\n cursor: pointer;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv1::after {\r\n display: none;\r\n width: 3px;\r\n height: 8px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 2px;\r\n left: 6px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n }\r\n\r\n}\r\n.#{map-get($className, \"dialog_table\")} td, th {\r\n/* word-break: break-all;*/\r\n white-space: normal;\r\n /*white-space:nowrap;*/\r\n color: #515151;\r\n padding: 10px;\r\n line-height: 16px;\r\n text-align: left;\r\n border-bottom: 1px solid #ebeef5;\r\n vertical-align: middle;\r\n}\r\n.#{map-get($className, \"dialog_table\")} th{\r\n font-size: 12px;\r\n color: #909399;\r\n}\r\n.#{map-get($className, \"dialog_table\")} thead tr {\r\n background: #fff;\r\n th {\r\n height: 16px;\r\n }\r\n}\r\n\r\n.#{map-get($className, \"dialog_table\")} tbody tr {\r\n background: #fff;\r\n}\r\n\r\n.#{map-get($className, \"dialog_table\")} tbody tr:nth-child(2n) {\r\n background: #fff;\r\n}\r\n.#{map-get($className, \"box_content_table\")}{\r\n padding:12px 16px;\r\n .#{map-get($className, \"dialog_table_search_input\")}{\r\n font-size: 12px;\r\n -webkit-appearance: none;\r\n background-color: #fff;\r\n background-image: none;\r\n border-radius: 4px;\r\n border: 1px solid #dcdfe6;\r\n box-sizing: border-box;\r\n color: #606266;\r\n display: inline-block;\r\n height: 25px;\r\n line-height: 25px;\r\n outline: none;\r\n padding: 0 15px;\r\n transition: border-color .2s cubic-bezier(.645,.045,.355,1);\r\n width: 100%;\r\n }\r\n}\r\n",".mymymy{\r\n\theight: auto;\r\n}\r\n.#{map-get($className, \"container\")} {\r\n width: 100%;\r\n height: 100%;\r\n .#{map-get($className, \"engine_table\")} {\r\n\t font-family: \"Courier New !important\";\r\n\t font-weight: \"bolder\";\r\n\t .#{map-get($className, \"lineTd\")}{\r\n\t\t background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;\r\n\t\t position: relative;\r\n\t }\r\n\t .#{map-get($className, \"tableFirstLine\")} {\r\n\t\t\tpadding:0px !important;\r\n\t\t\theight:auto !important;\r\n\t\t}\r\n table-layout: fixed;\r\n border-collapse: collapse;\r\n margin: 0 auto;\r\n width: 1%;\r\n background-color: #fff;\r\n font-family: map-get($style, \"font\");\r\n font-size: map-get($style, \"fontSize\"); /*媒体*/\r\n .#{map-get($className, \"pagingTr\")} {\r\n text-align: right;\r\n position: relative;\r\n td {\r\n padding: 5px;\r\n height: 0px\r\n }\r\n }\r\n .#{map-get($className, \"edit_div\")} {\r\n width: 100%;\r\n word-break: break-all;\r\n outline: none;\r\n user-select: text;\r\n white-space: pre-wrap;\r\n text-align: left;\r\n user-modify: read-write-plaintext-only;\r\n line-height: 17px;\r\n min-height: 17px;\r\n border: 0;\r\n display: block;\r\n flex: 1;\r\n padding: 2px 2px 0 2px;\r\n /* -webkit-user-modify: read-write-plaintext-only;*/\r\n }\r\n .#{map-get($className, \"editNumber\")} {\r\n\t height: 100%;\r\n \t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center; \r\n\t\tfont-weight: map-get($style, \"blodFont\");\r\n input {\r\n width: 98%;\r\n border: 0px;\r\n font-family: map-get($style, \"font\");\r\n background-color: transparent !important;\r\n outline: none;\r\n maxlength: \"4\";\r\n font-size: map-get($style, \"fontSize\"); /*媒体*/\r\n\t\tcolor:map-get($style, \"fontColor\");\r\n }\r\n div {\r\n outline: none;\r\n width: 100%;\r\n font-family: map-get($style, \"font\");\r\n font-size: map-get($style, \"fontSize\"); /*媒体*/\r\n height: 100%;\r\n display: inline-table;\r\n\t\tfont-weight: map-get($style, \"blodFont\");\r\n\t\tcolor:map-get($style, \"fontColor\");\r\n }\r\n }\r\n td {\r\n height: 18px;\r\n border-collapse: collapse !important;\r\n border: solid map-get($style, \"tdBorderColor\") ;\r\n border-width: 1px !important;\r\n\t color:map-get($style, \"fontColor\"); \r\n\t input::-ms-clear{display: none;}\r\n\t input::-ms-reveal{display: none;}\r\n }\r\n /*单元格背景色*/\r\n\t$bg-color-map:map-get($style, \"bgColors\");\r\n\t@each $key,$value in $bg-color-map{\r\n\t\t.#{map-get($className, #{$key})} {\r\n\t\t\t@if $key == 'character'{\r\n\t\t\t\tbackground-color: #{$value} \r\n\t\t\t}@else if $key == 'edit'{\r\n\t\t\t\tbackground-color: #{$value};\r\n\t\t\t}@else if $key == 'defaultBgColor'{\r\n\t\t\t\tbackground-color: #{$value};\r\n\t\t\t}@else{\r\n\t\t\t\tbackground-color: #{$value}; \r\n\t\t\t}\r\n\t\t}\r\n\t\t\t\r\n\t}\r\n\t\r\n\t/* \"defaultBgColor\": \"#fff\",\r\n\t\"edit\": \"#C0DCC0\",\r\n\t\"character\": \"#A6CAF0\", */\r\n\t\r\n/* \t\r\n .#{map-get($className, \"edit\")} {\r\n background-color: map-get($style, \"editBgColor\");\r\n }\r\n .#{map-get($className, \"defaultBgColor\")} {\r\n background-color: map-get($style, \"defaultBgColor\");\r\n }\r\n .#{map-get($className, \"character\")} {\r\n background-color: map-get($style, \"characterBgColor\");\r\n } */\r\n /*字体对齐方式*/\r\n .#{map-get($className, \"align-left\")} {\r\n text-align: left;\r\n }\r\n .#{map-get($className, \"align-center\")} {\r\n text-align: center;\r\n }\r\n .#{map-get($className, \"align-right\")} {\r\n text-align: right;\r\n }\r\n /*边框*/\r\n /* .noBorderLeft {\r\n border-left-width: 0px !important;\r\n }*/\r\n .#{map-get($className, \"no_border_left\")} {\r\n border-left-width: 0px !important;\r\n }\r\n .#{map-get($className, \"no_border_right\")} {\r\n border-right-width: 0 !important;\r\n }\r\n .#{map-get($className, \"no_border_Top\")} {\r\n border-top-width: 0 !important;\r\n }\r\n .#{map-get($className, \"no_border_Bottom\")} {\r\n border-bottom-width: 0 !important;\r\n }\r\n /*红色字体*/\r\n .#{map-get($className, \"redColor\")} {\r\n color: map-get($style, \"redColor\")\r\n }\r\n /*表头加粗的内容 一级标题*/\r\n .#{map-get($className, \"firstLevelTitle\")} {\r\n font-weight: map-get($style, \"blodFont\");\r\n font-size: map-get($style, \"fontSize\") + 4;\r\n }\r\n /*表头加粗的内容 二级标题*/\r\n .#{map-get($className, \"secondLevelTitle\")} {\r\n font-weight: map-get($style, \"blodFont\");\r\n font-size: map-get($style, \"fontSize\") + 2;\r\n }\r\n /*表头加粗的内容 三级标题*/\r\n .#{map-get($className, \"thirdLevelTitle\")} {\r\n font-weight: map-get($style, \"blodFont\");\r\n font-size: map-get($style, \"fontSize\");\r\n }\r\n /*批注信息的红色三角*/\r\n .#{map-get($className, \"pzPosition\")} {\r\n position: relative;\r\n background-clip: padding-box;\r\n }\r\n .#{map-get($className, \"triangle\")} {\r\n /* margin-left:200px;*/\r\n width: 0;\r\n height: 0;\r\n border-top: 5px solid red;\r\n border-left: 5px solid transparent;\r\n right: 0px;\r\n position: absolute;\r\n top: 0px;\r\n }\r\n\t.#{map-get($className, \"triangle1\")} {\r\n\t /* margin-left:200px;*/\r\n\t width: 0;\r\n\t height: 0;\r\n\t border-top: 5px solid black;\r\n\t border-left: 5px solid transparent;\r\n\t right: 0px;\r\n\t position: absolute;\r\n\t top: 0px;\r\n\t}\r\n .#{map-get($className, \"popUpMessage\")} {\r\n border-radius: 5px;\r\n color: black;\r\n min-width: 200px;\r\n max-width: 100%;\r\n position: absolute;\r\n z-index: 200;\r\n padding: 4px;\r\n line-height: 20px;\r\n text-align: left;\r\n font-weight: normal !important;\r\n border: 1px solid #a7b8e1;\r\n box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);\r\n background-color: #fafafa;\r\n transform-origin: left center;\r\n }\r\n .#{map-get($className, \"lineDiv\")} {\r\n position: absolute;\r\n display: block;\r\n width: 0;\r\n height: 0;\r\n border-color: transparent;\r\n border-style: solid;\r\n border-width: 6px;\r\n margin-right: 3px;\r\n left: calc(50% - 10px);\r\n &::after {\r\n content: \" \";\r\n border-width: 6px;\r\n position: absolute;\r\n display: block;\r\n height: 0;\r\n border-color: transparent;\r\n border-style: solid;\r\n bottom: -6px;\r\n\r\n }\r\n }\r\n .#{map-get($className, \"lineDivRight\")}{\r\n left: -6px;\r\n border-left-width: 0;\r\n border-right-color: #a7b8e1;\r\n filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));\r\n &::after {\r\n left: 1px;\r\n border-right-color: #fafafa;\r\n border-left-width: 0;\r\n }\r\n }\r\n .#{map-get($className, \"lineDivLeft\")}{\r\n right: -10px;\r\n border-right-width: 0;\r\n border-left-color: #a7b8e1;\r\n filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));\r\n &::after {\r\n right: 1px;\r\n border-left-color: #fafafa;\r\n border-right-width: 0;\r\n }\r\n }\r\n .#{map-get($className, \"lineDivTop\")}{\r\n bottom: -6px;\r\n border-bottom-width: 0;\r\n border-top-color: #a7b8e1;\r\n filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));\r\n &::after {\r\n right: -6px;\r\n bottom: 1px;\r\n border-top-color: #fafafa;\r\n border-bottom-width: 0;\r\n\r\n }\r\n }\r\n .#{map-get($className, \"lineDivBottom\")}{\r\n top: -6px;\r\n border-top-width: 0;\r\n border-bottom-color: #a7b8e1;\r\n filter: drop-shadow(0 -2px 12px rgba(0, 0, 0, 0.5));\r\n &::after {\r\n left: -6px;\r\n top: 1px;\r\n border-bottom-color: #fafafa;\r\n border-top-width: 0;\r\n }\r\n }\r\n /*页面中按钮****/\r\n .#{map-get($className, \"button_bar\")} {\r\n font-size: 13px;\r\n color: #fff;\r\n min-width: 100px;\r\n height: 30px;\r\n text-align: center;\r\n background-color: #3E9BE5;\r\n line-height: 28px;\r\n\r\n border-radius: 3px;\r\n border: solid;\r\n border-width: 1px;\r\n border-color: #3E9BE5;\r\n outline: 0;\r\n transition: background 0.2s;\r\n &:hover {\r\n background: #EDF6FC;\r\n color: #3E9BE5;\r\n cursor: pointer;\r\n }\r\n &:active {\r\n background-color: #fff;\r\n color: #53ACF3;\r\n border: solid;\r\n border-width: 1px;\r\n border-color: #53ACF3;\r\n }\r\n }\r\n .#{map-get($className, \"btn_small\")} {\r\n font-size: 12px;\r\n width: 70px;\r\n min-width: 70px;\r\n height: 28px;\r\n line-height: 26px;\r\n }\r\n .#{map-get($className, \"addDeletebtn\")} {\r\n font-size: 10px;\r\n height: 22px;\r\n line-height: 18px;\r\n min-width: 45px;\r\n width: 45px;\r\n margin-right: 4px;\r\n float: right;\r\n margin: 1px;\r\n }\r\n }\r\n}\r\n\r\n.freezeRowLayout {\r\n position: relative;\r\n /* top: 50%;*/\r\n transform: translate(-50%, -50%);\r\n left: 50%;\r\n .freezeFix {\r\n position: absolute;\r\n overflow: hidden;\r\n z-index: 50;\r\n\r\n }\r\n .freezeColumn {\r\n position: absolute;\r\n overflow: hidden;\r\n z-index: 40;\r\n\r\n }\r\n .freezeRow {\r\n position: absolute;\r\n overflow: hidden;\r\n z-index: 35;\r\n }\r\n .tableData {\r\n position: absolute;\r\n overflow: scroll;\r\n height: 400px;\r\n }\r\n}\r\n\r\n","$config: (tjzdBgColor: defaultBgColor);\n$style: (font: Courier New !important,fontSize: 12px,redColor: #ff0000,blodFont: 800,tdBorderColor: #333,fontColor: black,bgColors: (defaultBgColor: #fff,edit: #C0DCC0,character: #A6CAF0,whiteBgColor: #fff,color4: #92D050,color5: #00B0F0,color6: #ff0000,color7: #D2D5DB));\n$className: (color4: class_f909f649-72cb-4b81-a87a-8169fc2d6016,color5: class_ee2a33f1-9372-45be-8313-6f8ab05e85f6,color6: class_8e7540fb-08c6-44c3-b0dd-c15da1580023,color7: class_c8e464c4-b0ae-4a5f-b880-e41c2af97e64,tableFirstLine: class_c3766c0f-ac1a-4e42-9549-8147ea50b413,container: class_2f39bea5-e315-4c54-b85a-ce64f849089b,engine_table: class_82518244-19b9-4cb8-ac7d-3f90844cb03b,no_border_left: class_9666a54c-986d-4ed8-98fa-d4d350e8171f,no_border_right: class_6318e4e8-62dd-4711-b72e-0d031ca6eebd,no_border_Top: class_29045a85-e91c-4646-af48-03e753cb4b80,no_border_Bottom: class_080684a2-9fda-4d4d-b809-36d51e51ba8c,whiteBgColor: class_ec0d30a7-52ed-4f49-9581-7b62f2b881a8,defaultBgColor: class_8ce6265e-0a92-4b6d-af92-a94568877f8a,character: class_07c357e3-64a0-4fad-ba56-944ae53c67f2,edit: class_6e54a3e9-2215-4c9d-a1d2-4af5fedcf310,align-left: class_32140beb-e7fa-4981-a0c0-ad5a11431e86,align-right: class_19e9d37f-15cc-44a1-953f-592e1ac593e4,align-center: class_4053c84a-da9d-4373-8102-2383f438d740,firstLevelTitle: class_03f4d90d-377f-4f7b-9111-a9264f0ad6d8,secondLevelTitle: class_f07e0898-ada3-4ca4-8a36-05bd35904385,thirdLevelTitle: class_78c20530-41a2-4174-8720-e37a77440b44,redColor: class_7a4c137e-31a9-46a4-ad42-3fc5837f6b14,pzPosition: class_bc76298a-9f15-41a0-ad90-d881f872f338,triangle: class_654fcaa8-19c9-4cb2-a617-7633c75c4894,triangle1: class_495b2a83-d2b8-47a6-b2d9-a3840a348940,paging: class_2db579a7-5f02-4861-ae3a-a17180920b31,pagingBox: class_e871969e-127c-4ef7-982b-a2f5de6e338c,button_bar: class_e67c8e07-3ebb-4857-a12c-83cad76e168b,btn_small: class_1dd06ee7-cbbd-4b74-8d96-17946e23e30f,addDeletebtn: class_382acd13-5113-41c7-abdd-6f45de738fdf,message_box_wrapper: class_cdd38698-100f-4715-929f-a5575d6842ee,message_box: class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d,message_title: class_8ac757ea-5455-40b3-b388-a31527b8bfdd,box_content: class_f760d01c-0a13-4ec3-9e3c-3a7143334c0a,alert_svg: class_f1fcbb5d-cf36-4cfb-9afd-3d484accd5c1,message_footer: class_d993df09-4c96-405c-b914-e429707d1acc,btn: class_288f1b81-ac3a-4b1e-8c62-2c53c7ffece9,small_btn: class_7b22184c-9d1c-4218-a85d-92b8797607a5,btn_primary: class_357eeb89-5635-4587-9d5f-ce0a5a34c62a,btn_default: class_f5ec8f39-2412-465c-b9af-5e425c3db368,myCalendar: class_b471cfe2-2d65-458d-a55f-a833b03f3b07,calendar: class_e47847e0-d68c-4373-89b5-40d71ae1bab3,calendar_box: class_4f2e7243-c964-4681-8c8b-cd9f87546ad0,calendar_body: class_97555932-225b-47e1-b77e-5bd2c6ff35a1,calendar_body_text: class_98826c9f-7781-4353-ac8a-9fa0dfd5d351,calendar_btn: class_d662165a-9228-4a34-947f-a4d2ff186471,text-title: class_9f79e07d-9acb-4a39-8f05-b89ab7d9c3a0,dialogLabel: class_5113c3c2-5af7-4942-868b-37fa437800a7,box_content_table: class_0c774174-fff7-4874-a8a4-59e80a2be3ac,dialog_table_search_input: class_b2b25317-c253-4b79-8aef-f1ad926a5a21,table_wrap: class_de684803-8952-4ed9-9271-41c7bc6131ab,dialog_table: class_0105c7c0-4544-4769-adb4-58db8c151aac,edit_div: class_ad658813-68cc-4a16-be8c-12592122e103,myEdit: class_6a2104af-3c14-4dbf-909c-169c5ae6bed6,editNumber: class_d1a04fb3-098f-4069-8694-6409a9d19702,myselect: class_e9d88384-b006-4389-a77b-a58d306298ab,select: class_9d84c7ec-46ab-483a-b27a-06ded6be966c,select_box: class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3,select_body: class_15fd6823-f2db-46d6-bf7c-23647cd3c656,select_body_text: class_40e84472-1202-40d4-9588-1595cec93496,popUpMessage: class_6c4aba69-251b-4054-acbb-8792fa1fcc67,lineDiv: class_190a8890-46db-45ab-aa87-4af33257ffe1,lineDivRight: class_91c612f4-4893-4239-a798-ae5c8429cf09,lineDivLeft: class_cf123385-0e3f-483e-b01b-a66c77ba258b,lineDivTop: class_8376a2cf-304e-462f-81a1-4573b1b14a43,lineDivBottom: class_fba42dbb-c9ed-44c0-b902-296879031601,popUpMessageDiv: class_36d7ccee-8da1-495f-81ef-81b563a2d991,pagingTr: class_81b0a312-e636-4236-b894-7dd0753aab81,lineTd: class_b98274f2-e1c1-4d5f-b964-e81008ede5bd);",".#{map-get($className, \"btn\")}{\r\n display: inline-block;\r\n line-height: 1;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n background: #fff;\r\n border: 1px solid #DCDFE6;\r\n color: #606266;\r\n -webkit-appearance: none;\r\n text-align: center;\r\n box-sizing: border-box;\r\n outline: none;\r\n margin: 0 0 0 10px;\r\n -moz-user-select: none;\r\n -webkit-user-select: none;\r\n -ms-user-select: none;\r\n padding: 12px 20px;\r\n font-size: 14px;\r\n border-radius: 4px;\r\n}\r\n\r\n.#{map-get($className, \"small_btn\")}{\r\n padding: 9px 15px;\r\n font-size: 12px;\r\n border-radius: 4px;\r\n}\r\n.#{map-get($className, \"btn_primary\")} {\r\n color: #fff;\r\n background-color: #66B1FF;\r\n border-color: #66B1FF;\r\n &:active {\r\n background:#409eff;\r\n }\r\n}\r\n.#{map-get($className, \"btn_default\")} {\r\n &:active,&:hover {\r\n background:#ECF5FF;\r\n color: #409eff;\r\n }\r\n}",".#{map-get($className, \"message_box_wrapper\")} {\r\n width: 100%;\r\n height: 100%;\r\n z-index: 99999;\r\n position: absolute;\r\n -moz-opacity: 0.5;\r\n background: rgba(0, 0, 0, 0.6);\r\n top: 0;\r\n left: 0;\r\n}\r\n\r\n.#{map-get($className, \"message_box\")}{\r\n opacity: 1;\r\n z-index: 199999;\r\n position: absolute;\r\n width: 420px;\r\n top: 50%;\r\n padding-bottom: 10px;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n border: 1px solid #ebeef5;\r\n border-radius: 4px;\r\n background-color: #FFFFFF;\r\n\r\n .#{map-get($className, \"message_title\")} {\r\n\ttext-align: center;\r\n\tfont-weight: 700;\r\n padding: 15px 20px 10px;\r\n margin-bottom: 0;\r\n font-size: 16px;\r\n line-height: 1;\r\n color: #303133;\r\n position: relative;\r\n }\r\n\r\n .#{map-get($className, \"box_content\")}{\r\n color: #303133;\r\n font-size: 14px;\r\n padding: 8px 16px;\r\n background: #fff;\r\n border-radius: 3px;\r\n line-height: 24px;\r\n margin-bottom: 8px;\r\n position: relative;\r\n padding-left: 55px\r\n }\r\n\r\n .#{map-get($className, \"message_footer\")} {\r\n padding: 10px;\r\n padding-right: 20px;\r\n text-align: right;\r\n }\r\n\r\n .#{map-get($className, \"alert_svg\")} {\r\n position: absolute;\r\n top: 50%;\r\n left: 30px;\r\n transform: translate(-50%, -50%);\r\n }\r\n\r\n}\r\n",".#{map-get($className, \"myselect\")}{\r\n font-size: 13px;\r\n position: absolute;\r\n z-index: 1000;\r\n .#{map-get($className, \"select\")}{\r\n left: -2px;\r\n position: relative;\r\n top: 2px;\r\n font-size: 12px;\r\n background: #DCDCDC;\r\n border: solid 1px #E4E7ED;\r\n border-radius: 4px;\r\n box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);\r\n .#{map-get($className, \"select_box\")}{\r\n\t padding-right: 10px;\r\n background: #FFF;\r\n height: 100%;\r\n position: relative;\r\n .#{map-get($className, \"select_body\")}{\r\n margin: 0 auto;\r\n padding: 6px;\r\n .#{map-get($className, \"select_body_text\")}{\r\n text-align: center;\r\n width: 100%;\r\n line-height: 1.5em;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: center;\r\n margin-bottom: 4px;\r\n input{\r\n border-radius: 4px;\r\n border: 1px solid #DCDFE6;\r\n padding: 4px;\r\n width: 100%;\r\n box-sizing: border-box;\r\n }\r\n }\r\n }\r\n li{\r\n list-style-type:none;\r\n background-color: white;\r\n cursor: pointer;\r\n white-space: nowrap;\r\n padding: 5px 0px 5px 10px;\r\n position: relative;\r\n svg{\r\n position: absolute;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n left: 4px;\r\n color: #C0C4CC;\r\n }\r\n &:hover{\r\n background-color: #F5F7FA;\r\n }\r\n input{\r\n vertical-align:middle\r\n }\r\n }\r\n ul {\r\n margin: auto;\r\n padding: 0;\r\n\r\n/* max-height: 234px;\r\n margin-top: 26px;\r\n max-height: 234px;*/\r\n /* overflow: scroll; *//* 超出滚动 */\r\n }\r\n .ulDiv{\r\n max-height: 300px;\r\n\t\tmargin-bottom: 10px;\r\n margin-left: -6px;\r\n margin-right: 10px;\r\n padding: 0 8px;\r\n box-sizing: border-box;\r\n // 选中\r\n .checkDiv {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv::after {\r\n display: block;\r\n width: 3px;\r\n height: 7px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 2px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 1px;\r\n left: 5px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n // 默认空\r\n .checkDiv1 {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #fff;\r\n z-index: 12;\r\n border: 1px solid #CCCCCC;\r\n border-radius: 2px;\r\n cursor: pointer;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv1::after {\r\n display: none;\r\n width: 3px;\r\n height: 8px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 2px;\r\n left: 6px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n // 禁止选择\r\n .disabledCheck{\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n z-index: 12;\r\n border-radius: 2px;\r\n box-sizing: border-box;\r\n cursor: not-allowed;\r\n border: 1px solid #c0c4cc;\r\n background-color: #edf2fc;\r\n }\r\n // 半选\r\n .halfCheck{\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n &::after {\r\n display: block;\r\n width: 4px;\r\n height: 1px;\r\n background-color: #fff;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n position: absolute;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n left: 7px;\r\n }\r\n }\r\n }\r\n .activeNode{\r\n color: #409eff;\r\n font-weight: 600;\r\n }\r\n .disabledNode{\r\n color: #c0c4cc;\r\n font-weight: normal;\r\n cursor: not-allowed;\r\n }\r\n\r\n }\r\n }\r\n}",".#{map-get($className, \"paging\")} {\r\n position: relative;\r\n line-height: 30px;\r\n input {\r\n outline: none;\r\n\tborder:none;\r\n\ttext-align:center;\r\n\tborder-bottom: 1px solid #000;\r\n height: 10px;\r\n }\r\n ul {\r\n display: inline;\r\n padding: 0;\r\n margin: 0px 10px;\r\n }\r\n\r\n ul li {\r\n font-size: 13px;\r\n display: inline;\r\n padding: 4px 4px;\r\n cursor: pointer;\r\n font-weight: 600;\r\n &:hover {\r\n color: #409eff;\r\n }\r\n }\r\n .active{\r\n color: #409eff;\r\n }\r\n}",".#{map-get($className, \"pagingBox\")} {\r\n position: relative;\r\n line-height: 30px;\r\n font-size: 12px;\r\n .totalSize{color: #7A8199; display: inline-block; margin-right: 10px;}\r\n .pageSize{color: #292b33; display: inline-block;}\r\n input {\r\n outline: none;\r\n\ttext-align:center;\r\n\tborder: 1px solid #C5D1E4;\r\n border-radius: 2px;\r\n padding: 0 6px;\r\n height: 28px;\r\n }\r\n ul {\r\n display: inline;\r\n padding: 0;\r\n margin: 0 10px;\r\n }\r\n\r\n ul li {\r\n background-color: #f1f5fb;\r\n color: #292b33;\r\n min-width: 30px;\r\n height: 28px;\r\n line-height: 28px;\r\n padding: 0 4px;\r\n margin: 0 5px;\r\n border-radius: 2px;\r\n font-size: 13px;\r\n display: inline-block;\r\n box-sizing: border-box;\r\n text-align: center;\r\n font-family: 'fangsong';\r\n cursor: pointer;\r\n font-weight: 600;\r\n &:hover {\r\n color: #409eff;\r\n }\r\n }\r\n .active{\r\n color: #fff;\r\n background-color: #3860f4;\r\n }\r\n}","// 滚动条宽度\r\n $scrollbar-width: 10px;\r\n\r\n .scrollbox {\r\n width: 99%;\r\n height: 99%;\r\n position: relative;\r\n padding-right: $scrollbar-width;\r\n padding-bottom: $scrollbar-width;\r\n overflow: hidden;\r\n }\r\n .scrollbar {\r\n background-color: darkgray;\r\n position: absolute;\r\n border-radius: $scrollbar-width / 2;\r\n z-index: 100000;\r\n &:hover {\r\n background-color: gray;\r\n }\r\n &.force {\r\n background-color: gray;\r\n }\r\n }\r\n .barY{\r\n width: $scrollbar-width;\r\n height: 100%;\r\n right: 0;\r\n top: 0;\r\n }\r\n .barX{\r\n width: 100%;\r\n height: $scrollbar-width;\r\n left: 0;\r\n bottom: 0;\r\n }"],"sourceRoot":""}
\ No newline at end of file
.class_f081bae1-da30-44a9-9339-f5549fa13fc2{position:absolute}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 input{position:absolute;outline:none;border:0px}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b{position:relative;top:2px;font-size:12px;width:260px;background:white;margin:10px;border-radius:6px;border:1px solid #E4E7ED;box-shadow:0 2px 12px 0 rgba(0,0,0,0.1)}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74{width:100%;background:#FFF;height:100%;position:relative}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 .class_27b4ffc2-9c48-4fab-923f-52117ec7c7f9{margin:0 auto;padding:12px;padding-top:30px}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 .class_27b4ffc2-9c48-4fab-923f-52117ec7c7f9 .class_a31bf29d-83e1-4c0d-b766-180510cd97cc{text-align:center;width:100%;line-height:30px;flex-direction:row;align-items:center;justify-content:center}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 .class_27b4ffc2-9c48-4fab-923f-52117ec7c7f9 .class_a31bf29d-83e1-4c0d-b766-180510cd97cc .text-title{margin:0 20px}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 .class_27b4ffc2-9c48-4fab-923f-52117ec7c7f9 .class_a31bf29d-83e1-4c0d-b766-180510cd97cc .class_5a82d898-d700-4587-a3b0-215aced92501{cursor:pointer;float:left;width:20px;height:20px}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table tr th{color:#ccc}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table tr th,.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table tr td{padding:0;min-width:30px;text-align:center;height:20px;color:#606266;border:0px !important}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table td.activeDay{border-bottom:1px solid red}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table td.activeDay span{color:#fe5578}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table td .currentMonth{font-weight:700;color:#00BFFF}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table td span{color:#333;cursor:pointer}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table td span:hover{color:#00BFFF;cursor:pointer;font-size:12px}.class_f081bae1-da30-44a9-9339-f5549fa13fc2 .class_0b55fa6a-31f6-4d09-9570-582851f67e8b .class_70e48168-d9f2-4f3d-907f-2ce8f16deb74 table td span.default{color:#e9e9e9}.class_81018b97-91d8-4bcc-b859-eaf52d64119f{width:100%;position:relative;cursor:pointer}.class_81018b97-91d8-4bcc-b859-eaf52d64119f svg{position:absolute;right:-4px;top:50%;transform:translate(-50%, -50%)}.class_81018b97-91d8-4bcc-b859-eaf52d64119f div{width:87%;height:100%;text-align:left;white-space:pre-wrap;word-break:break-all}.class_705d5022-2e83-40cc-81d0-d08523ac264e{margin-top:12px;padding:0;max-height:500px}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2{font-size:12px;min-width:100%;border-collapse:collapse}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDivAll{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDivAll::after{display:block;width:6px;height:0px;box-sizing:content-box;content:"";border:1px solid #fff;position:absolute;top:5px;left:3px}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDivAll1{top:-7;right:0;width:12px;height:12px;border:1px solid #CCCCCC;background-color:#fff;z-index:12;border-radius:2px}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDiv{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px;box-sizing:border-box}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDiv::after{display:block;width:3px;height:8px;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;position:absolute;top:2px;left:6px;transform:rotate(45deg) scaleY(1)}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDiv1{top:-7;right:0;width:14px;height:14px;background-color:#fff;z-index:12;border:1px solid #CCCCCC;border-radius:2px;cursor:pointer;box-sizing:border-box}.class_705d5022-2e83-40cc-81d0-d08523ac264e .class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 .checkDiv1::after{display:none;width:3px;height:8px;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;position:absolute;top:2px;left:6px;transform:rotate(45deg) scaleY(1)}.class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 td,th{white-space:normal;color:#515151;padding:10px;line-height:16px;text-align:left;border-bottom:1px solid #ebeef5;vertical-align:middle}.class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 th{font-size:12px;color:#909399}.class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 thead tr{background:#fff}.class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 thead tr th{height:16px}.class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 tbody tr{background:#fff}.class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2 tbody tr:nth-child(2n){background:#fff}.class_8ded5815-fa28-4d92-a59a-9a737b30ab40{padding:12px 16px}.class_8ded5815-fa28-4d92-a59a-9a737b30ab40 .class_49c9e5aa-8411-4877-96b9-845b7a0c4efd{font-size:12px;-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;display:inline-block;height:25px;line-height:25px;outline:none;padding:0 15px;transition:border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%}.mymymy{height:auto}.class_c8815007-9bbc-4983-ae11-d3b4970c195f{width:100%;height:100%}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440{font-family:"Courier New !important";font-weight:"bolder";table-layout:fixed;border-collapse:collapse;margin:0 auto;width:1%;background-color:#fff;font-family:Courier New !important;font-size:12px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_84abe129-8a72-4861-b00c-3478470e1bb3{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;position:relative}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_2061070d-e2de-40fe-ad0e-30492d492a9e{padding:0px !important;height:auto !important}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_13421d4c-e047-4fdb-88d2-e58d9bc91fb5{text-align:right;position:relative}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_13421d4c-e047-4fdb-88d2-e58d9bc91fb5 td{padding:5px;height:0px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_1eca0caa-f324-4bfd-b044-310164b3eab4{width:100%;word-break:break-all;outline:none;user-select:text;white-space:pre-wrap;text-align:left;user-modify:read-write-plaintext-only;line-height:17px;min-height:17px;border:0;display:block;flex:1;padding:2px 2px 0 2px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_85a1cbda-d14e-4b76-8351-df8c9f8e6af4{height:100%;display:flex;justify-content:center;align-items:center;font-weight:800}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_85a1cbda-d14e-4b76-8351-df8c9f8e6af4 input{width:98%;border:0px;font-family:Courier New !important;background-color:transparent !important;outline:none;maxlength:"4";font-size:12px;color:#000}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_85a1cbda-d14e-4b76-8351-df8c9f8e6af4 div{outline:none;width:100%;font-family:Courier New !important;font-size:12px;height:100%;display:inline-table;font-weight:800;color:#000}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 td{height:18px;border-collapse:collapse !important;border:solid #333;border-width:1px !important;color:#000}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 td input::-ms-clear{display:none}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 td input::-ms-reveal{display:none}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_c8fec237-1910-4444-b43e-779a6599d709{background-color:#fff}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_9deb0539-7947-497f-ae03-39a01ab18ae9{background-color:#C0DCC0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d0b184ee-bd1a-4109-96e3-c693973746b0{background-color:#A6CAF0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_af8fadd9-f65d-4afb-973d-94b16b0b7d9c{background-color:#fff}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d392deb6-2686-46f7-a51c-3c1352e447d0{background-color:#92D050}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_bfe4a6d2-8b42-4f87-a2e8-493c1f5ac15b{background-color:#00B0F0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_6a63ce6d-b17b-4eeb-a4f9-e49a7f62d2c7{background-color:red}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_5b4401b6-63c4-4218-8e97-8357d70e9b74{background-color:#D2D5DB}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_a89999f2-8574-4cd4-9b0b-087d7b69f404{text-align:left}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_b331ac99-f59d-47db-9adb-3745da2f453e{text-align:center}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_094689c0-9fc7-49fc-80ba-9a72b1024b3b{text-align:right}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_6c6f8fc4-a5e3-45f4-8773-d2799cc187e5{border-left-width:0px !important}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_b24de38e-1547-425c-b93c-59895f70df97{border-right-width:0 !important}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_77be3f03-1648-4cc7-ab08-a8c4d7ccf639{border-top-width:0 !important}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_2785bdc9-1934-443f-8275-4c62cb620f7c{border-bottom-width:0 !important}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_87dd52bd-0057-43f3-9b90-615395e811ac{color:red}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_902457de-79e3-497c-aeff-b29140f8d4e8{font-weight:800;font-size:16px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_81de295f-96b8-4b33-882c-8cce5eae2c56{font-weight:800;font-size:14px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_bf8b2e1b-97fe-4740-9c01-e67db28c6e50{font-weight:800;font-size:12px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_6cd8a835-b1f3-43c7-84ec-60df78e9a772{position:relative;background-clip:padding-box}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_ebbff8cf-4182-411c-ab5f-a29a4e350281{width:0;height:0;border-top:5px solid red;border-left:5px solid transparent;right:0px;position:absolute;top:0px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d7bb06e1-c849-4bec-a613-f1bce767edf6{width:0;height:0;border-top:5px solid black;border-left:5px solid transparent;right:0px;position:absolute;top:0px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_ad84b950-5fa1-4b0c-b194-6e6975954b1f{border-radius:5px;color:black;min-width:200px;max-width:100%;position:absolute;z-index:200;padding:4px;line-height:20px;text-align:left;font-weight:normal !important;border:1px solid #a7b8e1;box-shadow:0 2px 12px 0 rgba(0,0,0,0.15);background-color:#fafafa;transform-origin:left center}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d48f3de6-0f6e-4244-9656-4d5389ab18d4{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px;margin-right:3px;left:calc(50% - 10px)}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d48f3de6-0f6e-4244-9656-4d5389ab18d4::after{content:" ";border-width:6px;position:absolute;display:block;height:0;border-color:transparent;border-style:solid;bottom:-6px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_1b8c4eff-04ad-486d-9540-8dd698105dc8{left:-6px;border-left-width:0;border-right-color:#a7b8e1;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.2))}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_1b8c4eff-04ad-486d-9540-8dd698105dc8::after{left:1px;border-right-color:#fafafa;border-left-width:0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_c920d8c8-e8b4-4db2-bb6d-19e0f77c2a4f{right:-10px;border-right-width:0;border-left-color:#a7b8e1;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.2))}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_c920d8c8-e8b4-4db2-bb6d-19e0f77c2a4f::after{right:1px;border-left-color:#fafafa;border-right-width:0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_2192c7b6-f8d4-41f7-9cee-df365766d305{bottom:-6px;border-bottom-width:0;border-top-color:#a7b8e1;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.5))}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_2192c7b6-f8d4-41f7-9cee-df365766d305::after{right:-6px;bottom:1px;border-top-color:#fafafa;border-bottom-width:0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_59a1a32e-4302-4130-861f-5e7ae799d66b{top:-6px;border-top-width:0;border-bottom-color:#a7b8e1;filter:drop-shadow(0 -2px 12px rgba(0,0,0,0.5))}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_59a1a32e-4302-4130-861f-5e7ae799d66b::after{left:-6px;top:1px;border-bottom-color:#fafafa;border-top-width:0}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d71b9d2c-da36-498a-a3cc-f7b85f238112{font-size:13px;color:#fff;min-width:100px;height:30px;text-align:center;background-color:#3E9BE5;line-height:28px;border-radius:3px;border:solid;border-width:1px;border-color:#3E9BE5;outline:0;transition:background 0.2s}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d71b9d2c-da36-498a-a3cc-f7b85f238112:hover{background:#EDF6FC;color:#3E9BE5;cursor:pointer}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_d71b9d2c-da36-498a-a3cc-f7b85f238112:active{background-color:#fff;color:#53ACF3;border:solid;border-width:1px;border-color:#53ACF3}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_a3fb134c-af87-4553-b023-f9e78c3c2ebc{font-size:12px;width:70px;min-width:70px;height:28px;line-height:26px}.class_c8815007-9bbc-4983-ae11-d3b4970c195f .class_cb76e41c-3930-4be7-8353-10838073b440 .class_6f918645-f494-4371-914f-80ec0fb23fd0{font-size:10px;height:22px;line-height:18px;min-width:45px;width:45px;margin-right:4px;float:right;margin:1px}.freezeRowLayout{position:relative;transform:translate(-50%, -50%);left:50%}.freezeRowLayout .freezeFix{position:absolute;overflow:hidden;z-index:50}.freezeRowLayout .freezeColumn{position:absolute;overflow:hidden;z-index:40}.freezeRowLayout .freezeRow{position:absolute;overflow:hidden;z-index:35}.freezeRowLayout .tableData{position:absolute;overflow:scroll;height:400px}.class_80ac9d25-2b1c-4a59-8686-50a128d55df2{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0 0 0 10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.class_31554948-c68b-4eaf-ab18-2ce770e3127f{padding:9px 15px;font-size:12px;border-radius:4px}.class_6eaaf493-1223-4f3d-8466-628b29e81f31{color:#fff;background-color:#66B1FF;border-color:#66B1FF}.class_6eaaf493-1223-4f3d-8466-628b29e81f31:active{background:#409eff}.class_a1550827-90de-4168-9ff1-af16af4df36d:active,.class_a1550827-90de-4168-9ff1-af16af4df36d:hover{background:#ECF5FF;color:#409eff}.class_d95c4767-c6ec-49c7-9a59-fbd4e5d1316a{width:100%;height:100%;z-index:99999;position:absolute;-moz-opacity:0.5;background:rgba(0,0,0,0.6);top:0;left:0}.class_4372a050-ccd6-4289-9240-b31ae5f7a282{opacity:1;z-index:199999;position:absolute;width:420px;top:50%;padding-bottom:10px;left:50%;transform:translate(-50%, -50%);border:1px solid #ebeef5;border-radius:4px;background-color:#FFFFFF}.class_4372a050-ccd6-4289-9240-b31ae5f7a282 .class_2eb87520-f527-4348-9d43-f6ad0340ae7b{text-align:center;font-weight:700;padding:15px 20px 10px;margin-bottom:0;font-size:16px;line-height:1;color:#303133;position:relative}.class_4372a050-ccd6-4289-9240-b31ae5f7a282 .class_e7152532-1663-45f0-a755-df1b34aa8e2b{color:#303133;font-size:14px;padding:8px 16px;background:#fff;border-radius:3px;line-height:24px;margin-bottom:8px;position:relative;padding-left:55px}.class_4372a050-ccd6-4289-9240-b31ae5f7a282 .class_e8a5e6b0-2c84-4806-9fe7-c82c7f9b97ac{padding:10px;padding-right:20px;text-align:right}.class_4372a050-ccd6-4289-9240-b31ae5f7a282 .class_da93341a-8968-45f3-9a21-6e64f94d44f8{position:absolute;top:50%;left:30px;transform:translate(-50%, -50%)}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14{font-size:13px;position:absolute;z-index:1000}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f{left:-2px;position:relative;top:2px;font-size:12px;background:#DCDCDC;border:solid 1px #E4E7ED;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.1)}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480{padding-right:10px;background:#FFF;height:100%;position:relative}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .class_746f2a10-b732-4369-abb1-c919c72035f6{margin:0 auto;padding:6px}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .class_746f2a10-b732-4369-abb1-c919c72035f6 .class_cf324329-96af-416f-afbb-13e0737d525b{text-align:center;width:100%;line-height:1.5em;flex-direction:row;align-items:center;justify-content:center;margin-bottom:4px}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .class_746f2a10-b732-4369-abb1-c919c72035f6 .class_cf324329-96af-416f-afbb-13e0737d525b input{border-radius:4px;border:1px solid #DCDFE6;padding:4px;width:100%;box-sizing:border-box}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 li{list-style-type:none;background-color:white;cursor:pointer;white-space:nowrap;padding:5px 0px 5px 10px;position:relative}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 li svg{position:absolute;top:50%;transform:translate(-50%, -50%);left:4px;color:#C0C4CC}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 li:hover{background-color:#F5F7FA}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 li input{vertical-align:middle}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 ul{margin:auto;padding:0}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv{max-height:300px;margin-bottom:10px;margin-left:-6px;margin-right:10px;padding:0 8px;box-sizing:border-box}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .checkDiv{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px;box-sizing:border-box}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .checkDiv::after{display:block;width:3px;height:7px;box-sizing:content-box;content:"";border:2px solid #fff;border-left:0;border-top:0;position:absolute;top:1px;left:5px;transform:rotate(45deg) scaleY(1)}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .checkDiv1{top:-7;right:0;width:14px;height:14px;background-color:#fff;z-index:12;border:1px solid #CCCCCC;border-radius:2px;cursor:pointer;box-sizing:border-box}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .checkDiv1::after{display:none;width:3px;height:8px;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;position:absolute;top:2px;left:6px;transform:rotate(45deg) scaleY(1)}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .disabledCheck{top:-7;right:0;width:14px;height:14px;z-index:12;border-radius:2px;box-sizing:border-box;cursor:not-allowed;border:1px solid #c0c4cc;background-color:#edf2fc}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .halfCheck{top:-7;right:0;width:14px;height:14px;background-color:#409eff;z-index:12;border-radius:2px}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .ulDiv .halfCheck::after{display:block;width:4px;height:1px;background-color:#fff;box-sizing:content-box;content:"";border:1px solid #fff;position:absolute;top:50%;transform:translate(-50%, -50%);left:7px}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .activeNode{color:#409eff;font-weight:600}.class_bf3be7ad-8e20-4273-ab88-798edbb7dc14 .class_a80f3150-f002-4e05-a1e3-b7a409120e2f .class_51a0b769-0e77-43e2-a172-819bb46e0480 .disabledNode{color:#c0c4cc;font-weight:normal;cursor:not-allowed}.class_d59bb48c-94f9-4f8f-8add-51d020da0757{position:relative;line-height:30px}.class_d59bb48c-94f9-4f8f-8add-51d020da0757 input{outline:none;border:none;text-align:center;border-bottom:1px solid #000;height:10px}.class_d59bb48c-94f9-4f8f-8add-51d020da0757 ul{display:inline;padding:0;margin:0px 10px}.class_d59bb48c-94f9-4f8f-8add-51d020da0757 ul li{font-size:13px;display:inline;padding:4px 4px;cursor:pointer;font-weight:600}.class_d59bb48c-94f9-4f8f-8add-51d020da0757 ul li:hover{color:#409eff}.class_d59bb48c-94f9-4f8f-8add-51d020da0757 .active{color:#409eff}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c{position:relative;line-height:30px;font-size:12px}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c .totalSize{color:#7A8199;display:inline-block;margin-right:10px}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c .pageSize{color:#292b33;display:inline-block}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c input{outline:none;text-align:center;border:1px solid #C5D1E4;border-radius:2px;padding:0 6px;height:28px}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c ul{display:inline;padding:0;margin:0 10px}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c ul li{background-color:#f1f5fb;color:#292b33;min-width:30px;height:28px;line-height:28px;padding:0 4px;margin:0 5px;border-radius:2px;font-size:13px;display:inline-block;box-sizing:border-box;text-align:center;font-family:'fangsong';cursor:pointer;font-weight:600}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c ul li:hover{color:#409eff}.class_f0431e79-96a2-46ec-94ab-9dd90920dd3c .active{color:#fff;background-color:#3860f4}.scrollbox{width:99%;height:99%;position:relative;padding-right:10px;padding-bottom:10px;overflow:hidden}.scrollbar{background-color:darkgray;position:absolute;border-radius:5px;z-index:100000}.scrollbar:hover{background-color:gray}.scrollbar.force{background-color:gray}.barY{width:10px;height:100%;right:0;top:0}.barX{width:100%;height:10px;left:0;bottom:0}
/*# sourceMappingURL=engine.1651913451610.css.map*/
\ No newline at end of file
{"version":3,"sources":["webpack://engine/./src/css/scss/calendar.scss","webpack://engine/./src/css/scss/dialogTable.scss","webpack://engine/./src/css/scss/tableStyle.scss","webpack://engine/./static/json/style.json","webpack://engine/./src/css/scss/button.scss","webpack://engine/./src/css/scss/alert.scss","webpack://engine/./src/css/scss/select.scss","webpack://engine/./src/css/scss/paging.scss","webpack://engine/./src/css/scss/pagingBox.scss","webpack://engine/./src/css/scss/hd-scroll.scss"],"names":[],"mappings":"AAAA,4CACE,iBAAkB,CADpB,kDAGI,iBAAkB,CAClB,YAAa,CACb,UAAW,CALf,wFAQI,iBAAkB,CAClB,OAAQ,CACR,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,uCAAwC,CAhB5C,oIAkBM,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CArBxB,gLAwBQ,aAAc,CACd,YAAa,CACnB,gBAAiB,CA1BnB,4NA4BU,iBAAkB,CAClB,UAAW,CACX,gBAAiB,CACjB,kBAAmB,CACnB,kBAAmB,CACnB,sBAAuB,CAjCjC,wOAmCY,aAAc,CAnC1B,wQAsCY,cAAe,CACf,UAAW,CACX,UAAW,CACX,WAAY,CAzCxB,gJA8CQ,UAAW,CA9CnB,gSAiDQ,SAAU,CACV,cAAe,CACf,iBAAkB,CAClB,WAAY,CACZ,aAAc,CACd,qBAAqB,CAtD7B,uJA0DU,2BAA4B,CA1DtC,4JA4DY,aAAc,CA5D1B,2JAgEU,eAAgB,CAChB,aACF,CAlER,kJAqEQ,UAAW,CACX,cAAe,CAtEvB,wJAyEQ,aAAc,CACd,cAAe,CAEf,cAAe,CA5EvB,0JA+EQ,aAAc,CACf,4CC/EL,UAAW,CACX,iBAAkB,CAClB,cAAe,CAHjB,gDAKI,iBAAkB,CAClB,UAAW,CACX,OAAQ,CACR,+BAAgC,CARpC,gDAWI,SAAU,CACV,WAAY,CACZ,eAAgB,CAChB,oBAAqB,CACrB,oBAAqB,CACtB,4CAGD,eAAgB,CAChB,SAAU,CAEV,gBAAiB,CAJnB,wFAMI,cAAe,CAKf,cAAe,CACf,wBAAyB,CAZ7B,qGAcM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CApBxB,4GAuBM,aAAc,CACd,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,iBAAkB,CAClB,OAAQ,CACR,QAAS,CA/Bf,sGAmCM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,qBAAsB,CACtB,UAAW,CACX,iBAAkB,CA1CxB,kGA6CM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CAClB,qBAAsB,CApD5B,yGAuDM,aAAc,CACd,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CAlExC,mGAqEM,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,UAAW,CACX,wBAAyB,CACzB,iBAAkB,CAClB,cAAe,CACf,qBAAsB,CA9E5B,0GAiFM,YAAa,CACb,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CACnC,kDAMH,kBAAmB,CAEnB,aAAc,CACd,YAAa,CACb,gBAAiB,CACjB,eAAgB,CAChB,+BAAgC,CAChC,qBAAsB,CACvB,+CAEC,cAAe,CACf,aAAc,CACf,qDAEC,eAAgB,CADlB,wDAGI,WAAY,CACb,qDAID,eAAgB,CACjB,mEAGC,eAAgB,CACjB,4CAEC,iBAAiB,CADnB,wFAGI,cAAe,CACf,uBAAwB,CACxB,qBAAsB,CACtB,qBAAsB,CACtB,iBAAkB,CAClB,wBAAyB,CACzB,qBAAsB,CACtB,aAAc,CACd,oBAAqB,CACrB,WAAY,CACZ,gBAAiB,CACjB,YAAa,CACb,cAAe,CACf,iEAA2D,CAC3D,UAAW,CACZ,QCjKF,WAAY,CACZ,4CAEC,UAAW,CACX,WAAY,CAFd,wFAIG,oCAAqC,CACrC,oBAAqB,CASpB,kBAAmB,CACnB,wBAAyB,CACzB,aAAc,CACd,QAAS,CACT,qBAAsB,CACtB,kCCrBiC,CDsBjC,cCtBgD,CDEpD,oIAOI,yQAA0Q,CAC3Q,iBAAkB,CARrB,oIAWG,sBAAsB,CACtB,sBAAsB,CAZzB,oIAsBM,gBAAiB,CACjB,iBAAkB,CAvBxB,uIAyBQ,WAAY,CACZ,UACF,CA3BN,oIA8BM,UAAW,CACX,oBAAqB,CACrB,YAAa,CACb,gBAAiB,CACjB,oBAAqB,CACrB,eAAgB,CAChB,qCAAsC,CACtC,gBAAiB,CACjB,eAAgB,CAChB,QAAS,CACT,aAAc,CACd,MAAO,CACP,qBAAsB,CA1C5B,oIA8CG,WAAY,CACZ,YAAa,CACd,sBAAuB,CACvB,kBAAmB,CACnB,eCpDkF,CDEpF,0IAoDQ,SAAU,CACV,UAAW,CACX,kCCxD6B,CDyD7B,uCAAwC,CACxC,YAAa,CACb,aAAc,CACd,cC5D4C,CD6DlD,UC7DuH,CDEzH,wIA8DQ,YAAa,CACb,UAAW,CACX,kCClE6B,CDmE7B,cCnE4C,CDoE5C,WAAY,CACZ,oBAAqB,CAC3B,eCtEkF,CDuElF,UCvEuH,CDEzH,2FAyEM,WAAY,CACZ,mCAAoC,CACpC,iBC7EkG,CD8ElG,2BAA4B,CAC/B,UC/EsH,CDEzH,4GA8EoB,YAAa,CA9EjC,6GA+EqB,YAAa,CA/ElC,oIA0FI,qBAAkB,CA1FtB,oIAwFI,wBAAkB,CAxFtB,oIAsFI,wBAA2B,CAtF/B,oIA4FI,qBAAkB,CA5FtB,oIA4FI,wBAAkB,CA5FtB,oIA4FI,wBAAkB,CA5FtB,oIA4FI,oBAAkB,CA5FtB,oIA4FI,wBAAkB,CA5FtB,oIAkHM,eAAgB,CAlHtB,oIAqHM,iBAAkB,CArHxB,oIAwHM,gBAAiB,CAxHvB,oIA+HM,gCAAiC,CA/HvC,oIAkIM,+BAAgC,CAlItC,oIAqIM,6BAA8B,CArIpC,oIAwIM,gCAAiC,CAxIvC,oIA4IM,SC9IgE,CDEtE,oIAgJM,eClJ8E,CDmJ9E,cAA0C,CAjJhD,oIAqJM,eCvJ8E,CDwJ9E,cAA0C,CAtJhD,oIA0JM,eC5J8E,CD6J9E,cC7J8C,CDEpD,oIA+JM,iBAAkB,CAClB,2BAA4B,CAhKlC,oIAoKM,OAAQ,CACR,QAAS,CACT,wBAAyB,CACzB,iCAAkC,CAClC,SAAU,CACV,iBAAkB,CAClB,OAAQ,CA1Kd,oIA8KG,OAAQ,CACR,QAAS,CACT,0BAA2B,CAC3B,iCAAkC,CAClC,SAAU,CACV,iBAAkB,CAClB,OAAQ,CApLX,oIAuLM,iBAAkB,CAClB,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,gBAAiB,CACjB,eAAgB,CAChB,6BAA8B,CAC9B,wBAAyB,CACzB,wCAAwC,CACxC,wBAAyB,CACzB,4BAA6B,CApMnC,oIAuMM,iBAAkB,CAClB,aAAc,CACd,OAAQ,CACR,QAAS,CACT,wBAAyB,CACzB,kBAAmB,CACnB,gBAAiB,CACjB,gBAAiB,CACjB,qBAAsB,CA/M5B,2IAiNQ,WAAY,CACZ,gBAAiB,CACjB,iBAAkB,CAClB,aAAc,CACd,QAAS,CACT,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CAxNpB,oIA6NM,SAAU,CACV,mBAAoB,CACpB,0BAA2B,CAC3B,8CAAkD,CAhOxD,2IAkOQ,QAAS,CACT,0BAA2B,CAC3B,mBAAoB,CApO5B,oIAwOM,WAAY,CACZ,oBAAqB,CACrB,yBAA0B,CAC1B,8CAAkD,CA3OxD,2IA6OQ,SAAU,CACV,yBAA0B,CAC1B,oBAAqB,CA/O7B,oIAmPM,WAAY,CACZ,qBAAsB,CACtB,wBAAyB,CACzB,8CAAkD,CAtPxD,2IAwPQ,UAAW,CACX,UAAW,CACX,wBAAyB,CACzB,qBAAsB,CA3P9B,oIAgQM,QAAS,CACT,kBAAmB,CACnB,2BAA4B,CAC5B,+CAAmD,CAnQzD,2IAqQQ,SAAU,CACV,OAAQ,CACR,2BAA4B,CAC5B,kBAAmB,CAxQ3B,oIA6QM,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,gBAAiB,CAEjB,iBAAkB,CAClB,YAAa,CACb,gBAAiB,CACjB,oBAAqB,CACrB,SAAU,CACV,0BAA2B,CA1RjC,0IA4RQ,kBAAmB,CACnB,aAAc,CACd,cAAe,CA9RvB,2IAiSQ,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,gBAAiB,CACjB,oBAAqB,CArS7B,oIAySM,cAAe,CACf,UAAW,CACX,cAAe,CACf,WAAY,CACZ,gBAAiB,CA7SvB,oIAgTM,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,cAAe,CACf,UAAW,CACX,gBAAiB,CACjB,WAAY,CACZ,UAAW,CACZ,iBAKH,iBAAkB,CAElB,+BAAgC,CAChC,QAAS,CAJX,4BAMI,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CARf,+BAYI,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CAdf,4BAkBI,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CApBf,4BAuBI,iBAAkB,CAClB,eAAgB,CAChB,YAAa,CACd,4CExVD,oBAAqB,CACrB,aAAc,CACd,kBAAmB,CACnB,cAAe,CACf,eAAgB,CAChB,wBAAyB,CACzB,aAAc,CACd,uBAAwB,CACxB,iBAAkB,CAClB,qBAAsB,CACtB,YAAa,CACb,iBAAkB,CAClB,qBAAsB,CACtB,wBAAyB,CACzB,oBAAqB,CACrB,iBAAkB,CAClB,cAAe,CACf,iBAAkB,CACnB,4CAGC,gBAAiB,CACjB,cAAe,CACf,iBAAkB,CACnB,4CAEC,UAAW,CACX,wBAAyB,CACzB,oBAAqB,CAHvB,mDAKI,kBAAkB,CACnB,qGAIC,kBAAkB,CAClB,aAAc,CACf,4CCrCD,UAAW,CACX,WAAY,CACZ,aAAc,CACd,iBAAkB,CAClB,gBAAiB,CACjB,0BAA8B,CAC9B,KAAM,CACN,MAAO,CACR,4CAGC,SAAU,CACV,cAAe,CACf,iBAAkB,CAClB,WAAY,CACZ,OAAQ,CACR,mBAAoB,CACpB,QAAS,CACT,+BAAgC,CAChC,wBAAyB,CACzB,iBAAkB,CAClB,wBAAyB,CAX3B,wFAcC,iBAAkB,CAClB,eAAgB,CACb,sBAAuB,CACvB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,aAAc,CACd,iBAAkB,CArBtB,wFAyBI,aAAc,CACd,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,iBAAkB,CAClB,iBACF,CAlCF,wFAqCI,YAAa,CACb,kBAAmB,CACnB,gBAAiB,CAvCrB,wFA2CI,iBAAkB,CAClB,OAAQ,CACR,SAAU,CACV,+BAAgC,CACjC,4CCzDD,cAAe,CACf,iBAAkB,CAClB,YAAa,CAHf,wFAKI,SAAU,CACV,iBAAkB,CAClB,OAAQ,CACR,cAAe,CACf,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,uCAAwC,CAZ5C,oIAcG,kBAAmB,CAChB,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CAjBxB,gLAmBQ,aAAc,CACd,WAAY,CApBpB,4NAsBU,iBAAkB,CAClB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,sBAAuB,CACvB,iBAAkB,CA5B5B,kOA8BY,iBAAkB,CAClB,wBAAyB,CACzB,WAAY,CACZ,UAAW,CACX,qBAAsB,CAlClC,uIAuCQ,oBAAoB,CACpB,sBAAuB,CACvB,cAAe,CACf,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CA5C1B,2IA8CU,iBAAkB,CAClB,OAAQ,CACR,+BAAgC,CAChC,QAAS,CACT,aAAc,CAlDxB,6IAqDU,wBAAyB,CArDnC,6IAwDU,qBACF,CAzDR,uIA4DQ,WAAY,CACZ,SAAU,CA7DlB,2IAqEQ,gBAAiB,CACvB,kBAAmB,CACb,gBAAiB,CACjB,iBAAkB,CAClB,aAAc,CACd,qBAAsB,CA1E9B,qJA6EU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CAClB,qBAAsB,CApFhC,4JAuFU,aAAc,CACd,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CAlG5C,sJAsGU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,UAAW,CACX,wBAAyB,CACzB,iBAAkB,CAClB,cAAe,CACf,qBAAsB,CA/GhC,6JAkHU,YAAa,CACb,SAAU,CACV,UAAW,CACX,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,iCAAkC,CA7H5C,0JAiIU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,qBAAsB,CACtB,kBAAmB,CACnB,wBAAyB,CACzB,wBAAyB,CA1InC,sJA8IU,MAAO,CACP,OAAQ,CACR,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,UAAW,CACX,iBAAkB,CApJ5B,6JAsJY,aAAc,CACd,SAAU,CACV,UAAW,CACX,qBAAsB,CACtB,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,iBAAkB,CAClB,OAAQ,CACR,+BAAgC,CAChC,QAAS,CAhKrB,gJAqKQ,aAAc,CACd,eAAgB,CAtKxB,kJAyKQ,aAAc,CACd,kBAAmB,CACnB,kBAAmB,CACpB,4CC3KL,iBAAkB,CAClB,gBAAiB,CAFnB,kDAII,YAAa,CAChB,WAAW,CACX,iBAAiB,CACjB,4BAA6B,CAC1B,WAAY,CARhB,+CAWI,cAAe,CACf,SAAU,CACV,eAAgB,CAbpB,kDAiBI,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,cAAe,CACf,eAAgB,CArBpB,wDAuBM,aAAc,CAvBpB,oDA2BI,aAAc,CACf,4CC3BD,iBAAkB,CAClB,gBAAiB,CACjB,cAAe,CAHjB,uDAIa,aAAc,CAAE,oBAAqB,CAAE,iBAAkB,CAJtE,sDAKY,aAAc,CAAE,oBAAqB,CALjD,kDAOI,YAAa,CAChB,iBAAiB,CACjB,wBAAyB,CACtB,iBAAkB,CAClB,aAAc,CACd,WAAY,CAZhB,+CAeI,cAAe,CACf,SAAU,CACV,aAAc,CAjBlB,kDAqBI,wBAAyB,CACzB,aAAc,CACd,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,aAAc,CACd,YAAa,CACb,iBAAkB,CAClB,cAAe,CACf,oBAAqB,CACrB,qBAAsB,CACtB,iBAAkB,CAClB,sBAAuB,CACvB,cAAe,CACf,eAAgB,CAnCpB,wDAqCM,aAAc,CArCpB,oDAyCI,UAAW,CACX,wBAAyB,CAC1B,WCvCK,SAAU,CACV,UAAW,CACX,iBAAkB,CAClB,kBANkB,CAOlB,mBAPkB,CAQlB,eAAgB,CACnB,WAEG,yBAA0B,CAC1B,iBAAkB,CAClB,iBAAmC,CACnC,cAAe,CAJnB,iBAMQ,qBAAsB,CAN9B,iBASQ,qBAAsB,CACzB,MAGD,UAvBkB,CAwBlB,WAAY,CACZ,OAAQ,CACR,KAAM,CACT,MAEG,UAAW,CACX,WA9BkB,CA+BlB,MAAO,CACP,QAAS","file":"engine/css/engine.1651913451610.css","sourcesContent":[".#{map-get($className, \"myCalendar\")}{\r\n position: absolute;\r\n input{\r\n position: absolute;\r\n outline: none;\r\n border: 0px;\r\n }\r\n .#{map-get($className, \"calendar\")}{\r\n position: relative;\r\n top: 2px;\r\n font-size: 12px;\r\n width: 260px;\r\n background: white;\r\n margin: 10px;\r\n border-radius: 6px;\r\n border: 1px solid #E4E7ED;\r\n box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);\r\n .#{map-get($className, \"calendar_box\")}{\r\n width: 100%;\r\n background: #FFF;\r\n height: 100%;\r\n position: relative;\r\n .#{map-get($className, \"calendar_body\")}{\r\n/* width: 100%; */\r\n margin: 0 auto;\r\n padding: 12px;\r\n\t\tpadding-top: 30px;\r\n .#{map-get($className, \"calendar_body_text\")}{\r\n text-align: center;\r\n width: 100%;\r\n line-height: 30px;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: center;\r\n .text-title {\r\n margin: 0 20px;\r\n }\r\n .#{map-get($className, \"calendar_btn\")}{\r\n cursor: pointer;\r\n float: left;\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n }\r\n table tr th {\r\n color: #ccc;\r\n }\r\n table tr th, table tr td {\r\n padding: 0;\r\n min-width: 30px;\r\n text-align: center;\r\n height: 20px;\r\n color: #606266;\r\n border:0px !important;\r\n }\r\n table td {\r\n &.activeDay {\r\n border-bottom: 1px solid red;\r\n span {\r\n color: #fe5578;\r\n }\r\n }\r\n .currentMonth {\r\n font-weight: 700;\r\n color: #00BFFF\r\n }\r\n }\r\n table td span {\r\n color: #333;\r\n cursor: pointer;\r\n }\r\n table td span:hover{\r\n color: #00BFFF;\r\n cursor: pointer;\r\n\r\n font-size: 12px;\r\n }\r\n table td span.default {\r\n color: #e9e9e9;\r\n }\r\n }\r\n }\r\n}",".#{map-get($className, \"dialogLabel\")}{\r\n width: 100%;\r\n position: relative;\r\n cursor: pointer;\r\n svg{\r\n position: absolute;\r\n right: -4px;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n }\r\n div{\r\n width: 87%;\r\n height: 100%;\r\n text-align: left;\r\n white-space: pre-wrap;\r\n word-break: break-all;\r\n }\r\n}\r\n.#{map-get($className, \"table_wrap\")}{\r\n margin-top: 12px;\r\n padding: 0;\r\n/* border: 1px solid #ebeef5; */\r\n max-height: 500px;\r\n .#{map-get($className, \"dialog_table\")}{\r\n font-size: 12px;\r\n/*\twidth: -moz-max-content;\r\n\twidth: -webkit-max-content;\r\n\twidth: -o-max-content;\r\n\twidth: -ms-max-content;*/\r\n min-width: 100%;\r\n border-collapse: collapse;\r\n .checkDivAll {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n }\r\n .checkDivAll::after {\r\n display: block;\r\n width: 6px;\r\n height: 0px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n position: absolute;\r\n top: 5px;\r\n left: 3px;\r\n /*transform: rotate(45deg) scaleY(1);*/\r\n }\r\n .checkDivAll1 {\r\n top: -7;\r\n right: 0;\r\n width: 12px;\r\n height: 12px;\r\n border: 1px solid #CCCCCC;\r\n background-color: #fff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n }\r\n .checkDiv {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv::after {\r\n display: block;\r\n width: 3px;\r\n height: 8px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 2px;\r\n left: 6px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n .checkDiv1 {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #fff;\r\n z-index: 12;\r\n border: 1px solid #CCCCCC;\r\n border-radius: 2px;\r\n cursor: pointer;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv1::after {\r\n display: none;\r\n width: 3px;\r\n height: 8px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 2px;\r\n left: 6px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n }\r\n\r\n}\r\n.#{map-get($className, \"dialog_table\")} td, th {\r\n/* word-break: break-all;*/\r\n white-space: normal;\r\n /*white-space:nowrap;*/\r\n color: #515151;\r\n padding: 10px;\r\n line-height: 16px;\r\n text-align: left;\r\n border-bottom: 1px solid #ebeef5;\r\n vertical-align: middle;\r\n}\r\n.#{map-get($className, \"dialog_table\")} th{\r\n font-size: 12px;\r\n color: #909399;\r\n}\r\n.#{map-get($className, \"dialog_table\")} thead tr {\r\n background: #fff;\r\n th {\r\n height: 16px;\r\n }\r\n}\r\n\r\n.#{map-get($className, \"dialog_table\")} tbody tr {\r\n background: #fff;\r\n}\r\n\r\n.#{map-get($className, \"dialog_table\")} tbody tr:nth-child(2n) {\r\n background: #fff;\r\n}\r\n.#{map-get($className, \"box_content_table\")}{\r\n padding:12px 16px;\r\n .#{map-get($className, \"dialog_table_search_input\")}{\r\n font-size: 12px;\r\n -webkit-appearance: none;\r\n background-color: #fff;\r\n background-image: none;\r\n border-radius: 4px;\r\n border: 1px solid #dcdfe6;\r\n box-sizing: border-box;\r\n color: #606266;\r\n display: inline-block;\r\n height: 25px;\r\n line-height: 25px;\r\n outline: none;\r\n padding: 0 15px;\r\n transition: border-color .2s cubic-bezier(.645,.045,.355,1);\r\n width: 100%;\r\n }\r\n}\r\n",".mymymy{\r\n\theight: auto;\r\n}\r\n.#{map-get($className, \"container\")} {\r\n width: 100%;\r\n height: 100%;\r\n .#{map-get($className, \"engine_table\")} {\r\n\t font-family: \"Courier New !important\";\r\n\t font-weight: \"bolder\";\r\n\t .#{map-get($className, \"lineTd\")}{\r\n\t\t background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;\r\n\t\t position: relative;\r\n\t }\r\n\t .#{map-get($className, \"tableFirstLine\")} {\r\n\t\t\tpadding:0px !important;\r\n\t\t\theight:auto !important;\r\n\t\t}\r\n table-layout: fixed;\r\n border-collapse: collapse;\r\n margin: 0 auto;\r\n width: 1%;\r\n background-color: #fff;\r\n font-family: map-get($style, \"font\");\r\n font-size: map-get($style, \"fontSize\"); /*媒体*/\r\n .#{map-get($className, \"pagingTr\")} {\r\n text-align: right;\r\n position: relative;\r\n td {\r\n padding: 5px;\r\n height: 0px\r\n }\r\n }\r\n .#{map-get($className, \"edit_div\")} {\r\n width: 100%;\r\n word-break: break-all;\r\n outline: none;\r\n user-select: text;\r\n white-space: pre-wrap;\r\n text-align: left;\r\n user-modify: read-write-plaintext-only;\r\n line-height: 17px;\r\n min-height: 17px;\r\n border: 0;\r\n display: block;\r\n flex: 1;\r\n padding: 2px 2px 0 2px;\r\n /* -webkit-user-modify: read-write-plaintext-only;*/\r\n }\r\n .#{map-get($className, \"editNumber\")} {\r\n\t height: 100%;\r\n \t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center; \r\n\t\tfont-weight: map-get($style, \"blodFont\");\r\n input {\r\n width: 98%;\r\n border: 0px;\r\n font-family: map-get($style, \"font\");\r\n background-color: transparent !important;\r\n outline: none;\r\n maxlength: \"4\";\r\n font-size: map-get($style, \"fontSize\"); /*媒体*/\r\n\t\tcolor:map-get($style, \"fontColor\");\r\n }\r\n div {\r\n outline: none;\r\n width: 100%;\r\n font-family: map-get($style, \"font\");\r\n font-size: map-get($style, \"fontSize\"); /*媒体*/\r\n height: 100%;\r\n display: inline-table;\r\n\t\tfont-weight: map-get($style, \"blodFont\");\r\n\t\tcolor:map-get($style, \"fontColor\");\r\n }\r\n }\r\n td {\r\n height: 18px;\r\n border-collapse: collapse !important;\r\n border: solid map-get($style, \"tdBorderColor\") ;\r\n border-width: 1px !important;\r\n\t color:map-get($style, \"fontColor\"); \r\n\t input::-ms-clear{display: none;}\r\n\t input::-ms-reveal{display: none;}\r\n }\r\n /*单元格背景色*/\r\n\t$bg-color-map:map-get($style, \"bgColors\");\r\n\t@each $key,$value in $bg-color-map{\r\n\t\t.#{map-get($className, #{$key})} {\r\n\t\t\t@if $key == 'character'{\r\n\t\t\t\tbackground-color: #{$value} \r\n\t\t\t}@else if $key == 'edit'{\r\n\t\t\t\tbackground-color: #{$value};\r\n\t\t\t}@else if $key == 'defaultBgColor'{\r\n\t\t\t\tbackground-color: #{$value};\r\n\t\t\t}@else{\r\n\t\t\t\tbackground-color: #{$value}; \r\n\t\t\t}\r\n\t\t}\r\n\t\t\t\r\n\t}\r\n\t\r\n\t/* \"defaultBgColor\": \"#fff\",\r\n\t\"edit\": \"#C0DCC0\",\r\n\t\"character\": \"#A6CAF0\", */\r\n\t\r\n/* \t\r\n .#{map-get($className, \"edit\")} {\r\n background-color: map-get($style, \"editBgColor\");\r\n }\r\n .#{map-get($className, \"defaultBgColor\")} {\r\n background-color: map-get($style, \"defaultBgColor\");\r\n }\r\n .#{map-get($className, \"character\")} {\r\n background-color: map-get($style, \"characterBgColor\");\r\n } */\r\n /*字体对齐方式*/\r\n .#{map-get($className, \"align-left\")} {\r\n text-align: left;\r\n }\r\n .#{map-get($className, \"align-center\")} {\r\n text-align: center;\r\n }\r\n .#{map-get($className, \"align-right\")} {\r\n text-align: right;\r\n }\r\n /*边框*/\r\n /* .noBorderLeft {\r\n border-left-width: 0px !important;\r\n }*/\r\n .#{map-get($className, \"no_border_left\")} {\r\n border-left-width: 0px !important;\r\n }\r\n .#{map-get($className, \"no_border_right\")} {\r\n border-right-width: 0 !important;\r\n }\r\n .#{map-get($className, \"no_border_Top\")} {\r\n border-top-width: 0 !important;\r\n }\r\n .#{map-get($className, \"no_border_Bottom\")} {\r\n border-bottom-width: 0 !important;\r\n }\r\n /*红色字体*/\r\n .#{map-get($className, \"redColor\")} {\r\n color: map-get($style, \"redColor\")\r\n }\r\n /*表头加粗的内容 一级标题*/\r\n .#{map-get($className, \"firstLevelTitle\")} {\r\n font-weight: map-get($style, \"blodFont\");\r\n font-size: map-get($style, \"fontSize\") + 4;\r\n }\r\n /*表头加粗的内容 二级标题*/\r\n .#{map-get($className, \"secondLevelTitle\")} {\r\n font-weight: map-get($style, \"blodFont\");\r\n font-size: map-get($style, \"fontSize\") + 2;\r\n }\r\n /*表头加粗的内容 三级标题*/\r\n .#{map-get($className, \"thirdLevelTitle\")} {\r\n font-weight: map-get($style, \"blodFont\");\r\n font-size: map-get($style, \"fontSize\");\r\n }\r\n /*批注信息的红色三角*/\r\n .#{map-get($className, \"pzPosition\")} {\r\n position: relative;\r\n background-clip: padding-box;\r\n }\r\n .#{map-get($className, \"triangle\")} {\r\n /* margin-left:200px;*/\r\n width: 0;\r\n height: 0;\r\n border-top: 5px solid red;\r\n border-left: 5px solid transparent;\r\n right: 0px;\r\n position: absolute;\r\n top: 0px;\r\n }\r\n\t.#{map-get($className, \"triangle1\")} {\r\n\t /* margin-left:200px;*/\r\n\t width: 0;\r\n\t height: 0;\r\n\t border-top: 5px solid black;\r\n\t border-left: 5px solid transparent;\r\n\t right: 0px;\r\n\t position: absolute;\r\n\t top: 0px;\r\n\t}\r\n .#{map-get($className, \"popUpMessage\")} {\r\n border-radius: 5px;\r\n color: black;\r\n min-width: 200px;\r\n max-width: 100%;\r\n position: absolute;\r\n z-index: 200;\r\n padding: 4px;\r\n line-height: 20px;\r\n text-align: left;\r\n font-weight: normal !important;\r\n border: 1px solid #a7b8e1;\r\n box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);\r\n background-color: #fafafa;\r\n transform-origin: left center;\r\n }\r\n .#{map-get($className, \"lineDiv\")} {\r\n position: absolute;\r\n display: block;\r\n width: 0;\r\n height: 0;\r\n border-color: transparent;\r\n border-style: solid;\r\n border-width: 6px;\r\n margin-right: 3px;\r\n left: calc(50% - 10px);\r\n &::after {\r\n content: \" \";\r\n border-width: 6px;\r\n position: absolute;\r\n display: block;\r\n height: 0;\r\n border-color: transparent;\r\n border-style: solid;\r\n bottom: -6px;\r\n\r\n }\r\n }\r\n .#{map-get($className, \"lineDivRight\")}{\r\n left: -6px;\r\n border-left-width: 0;\r\n border-right-color: #a7b8e1;\r\n filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));\r\n &::after {\r\n left: 1px;\r\n border-right-color: #fafafa;\r\n border-left-width: 0;\r\n }\r\n }\r\n .#{map-get($className, \"lineDivLeft\")}{\r\n right: -10px;\r\n border-right-width: 0;\r\n border-left-color: #a7b8e1;\r\n filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));\r\n &::after {\r\n right: 1px;\r\n border-left-color: #fafafa;\r\n border-right-width: 0;\r\n }\r\n }\r\n .#{map-get($className, \"lineDivTop\")}{\r\n bottom: -6px;\r\n border-bottom-width: 0;\r\n border-top-color: #a7b8e1;\r\n filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));\r\n &::after {\r\n right: -6px;\r\n bottom: 1px;\r\n border-top-color: #fafafa;\r\n border-bottom-width: 0;\r\n\r\n }\r\n }\r\n .#{map-get($className, \"lineDivBottom\")}{\r\n top: -6px;\r\n border-top-width: 0;\r\n border-bottom-color: #a7b8e1;\r\n filter: drop-shadow(0 -2px 12px rgba(0, 0, 0, 0.5));\r\n &::after {\r\n left: -6px;\r\n top: 1px;\r\n border-bottom-color: #fafafa;\r\n border-top-width: 0;\r\n }\r\n }\r\n /*页面中按钮****/\r\n .#{map-get($className, \"button_bar\")} {\r\n font-size: 13px;\r\n color: #fff;\r\n min-width: 100px;\r\n height: 30px;\r\n text-align: center;\r\n background-color: #3E9BE5;\r\n line-height: 28px;\r\n\r\n border-radius: 3px;\r\n border: solid;\r\n border-width: 1px;\r\n border-color: #3E9BE5;\r\n outline: 0;\r\n transition: background 0.2s;\r\n &:hover {\r\n background: #EDF6FC;\r\n color: #3E9BE5;\r\n cursor: pointer;\r\n }\r\n &:active {\r\n background-color: #fff;\r\n color: #53ACF3;\r\n border: solid;\r\n border-width: 1px;\r\n border-color: #53ACF3;\r\n }\r\n }\r\n .#{map-get($className, \"btn_small\")} {\r\n font-size: 12px;\r\n width: 70px;\r\n min-width: 70px;\r\n height: 28px;\r\n line-height: 26px;\r\n }\r\n .#{map-get($className, \"addDeletebtn\")} {\r\n font-size: 10px;\r\n height: 22px;\r\n line-height: 18px;\r\n min-width: 45px;\r\n width: 45px;\r\n margin-right: 4px;\r\n float: right;\r\n margin: 1px;\r\n }\r\n }\r\n}\r\n\r\n.freezeRowLayout {\r\n position: relative;\r\n /* top: 50%;*/\r\n transform: translate(-50%, -50%);\r\n left: 50%;\r\n .freezeFix {\r\n position: absolute;\r\n overflow: hidden;\r\n z-index: 50;\r\n\r\n }\r\n .freezeColumn {\r\n position: absolute;\r\n overflow: hidden;\r\n z-index: 40;\r\n\r\n }\r\n .freezeRow {\r\n position: absolute;\r\n overflow: hidden;\r\n z-index: 35;\r\n }\r\n .tableData {\r\n position: absolute;\r\n overflow: scroll;\r\n height: 400px;\r\n }\r\n}\r\n\r\n","$config: (tjzdBgColor: defaultBgColor);\n$style: (font: Courier New !important,fontSize: 12px,redColor: #ff0000,blodFont: 800,tdBorderColor: #333,fontColor: black,bgColors: (defaultBgColor: #fff,edit: #C0DCC0,character: #A6CAF0,whiteBgColor: #fff,color4: #92D050,color5: #00B0F0,color6: #ff0000,color7: #D2D5DB));\n$className: (color4: class_d392deb6-2686-46f7-a51c-3c1352e447d0,color5: class_bfe4a6d2-8b42-4f87-a2e8-493c1f5ac15b,color6: class_6a63ce6d-b17b-4eeb-a4f9-e49a7f62d2c7,color7: class_5b4401b6-63c4-4218-8e97-8357d70e9b74,tableFirstLine: class_2061070d-e2de-40fe-ad0e-30492d492a9e,container: class_c8815007-9bbc-4983-ae11-d3b4970c195f,engine_table: class_cb76e41c-3930-4be7-8353-10838073b440,no_border_left: class_6c6f8fc4-a5e3-45f4-8773-d2799cc187e5,no_border_right: class_b24de38e-1547-425c-b93c-59895f70df97,no_border_Top: class_77be3f03-1648-4cc7-ab08-a8c4d7ccf639,no_border_Bottom: class_2785bdc9-1934-443f-8275-4c62cb620f7c,whiteBgColor: class_af8fadd9-f65d-4afb-973d-94b16b0b7d9c,defaultBgColor: class_c8fec237-1910-4444-b43e-779a6599d709,character: class_d0b184ee-bd1a-4109-96e3-c693973746b0,edit: class_9deb0539-7947-497f-ae03-39a01ab18ae9,align-left: class_a89999f2-8574-4cd4-9b0b-087d7b69f404,align-right: class_094689c0-9fc7-49fc-80ba-9a72b1024b3b,align-center: class_b331ac99-f59d-47db-9adb-3745da2f453e,firstLevelTitle: class_902457de-79e3-497c-aeff-b29140f8d4e8,secondLevelTitle: class_81de295f-96b8-4b33-882c-8cce5eae2c56,thirdLevelTitle: class_bf8b2e1b-97fe-4740-9c01-e67db28c6e50,redColor: class_87dd52bd-0057-43f3-9b90-615395e811ac,pzPosition: class_6cd8a835-b1f3-43c7-84ec-60df78e9a772,triangle: class_ebbff8cf-4182-411c-ab5f-a29a4e350281,triangle1: class_d7bb06e1-c849-4bec-a613-f1bce767edf6,paging: class_d59bb48c-94f9-4f8f-8add-51d020da0757,pagingBox: class_f0431e79-96a2-46ec-94ab-9dd90920dd3c,button_bar: class_d71b9d2c-da36-498a-a3cc-f7b85f238112,btn_small: class_a3fb134c-af87-4553-b023-f9e78c3c2ebc,addDeletebtn: class_6f918645-f494-4371-914f-80ec0fb23fd0,message_box_wrapper: class_d95c4767-c6ec-49c7-9a59-fbd4e5d1316a,message_box: class_4372a050-ccd6-4289-9240-b31ae5f7a282,message_title: class_2eb87520-f527-4348-9d43-f6ad0340ae7b,box_content: class_e7152532-1663-45f0-a755-df1b34aa8e2b,alert_svg: class_da93341a-8968-45f3-9a21-6e64f94d44f8,message_footer: class_e8a5e6b0-2c84-4806-9fe7-c82c7f9b97ac,btn: class_80ac9d25-2b1c-4a59-8686-50a128d55df2,small_btn: class_31554948-c68b-4eaf-ab18-2ce770e3127f,btn_primary: class_6eaaf493-1223-4f3d-8466-628b29e81f31,btn_default: class_a1550827-90de-4168-9ff1-af16af4df36d,myCalendar: class_f081bae1-da30-44a9-9339-f5549fa13fc2,calendar: class_0b55fa6a-31f6-4d09-9570-582851f67e8b,calendar_box: class_70e48168-d9f2-4f3d-907f-2ce8f16deb74,calendar_body: class_27b4ffc2-9c48-4fab-923f-52117ec7c7f9,calendar_body_text: class_a31bf29d-83e1-4c0d-b766-180510cd97cc,calendar_btn: class_5a82d898-d700-4587-a3b0-215aced92501,text-title: class_b3bd5c5b-13eb-4ecc-a7ec-0028cdac08a1,dialogLabel: class_81018b97-91d8-4bcc-b859-eaf52d64119f,box_content_table: class_8ded5815-fa28-4d92-a59a-9a737b30ab40,dialog_table_search_input: class_49c9e5aa-8411-4877-96b9-845b7a0c4efd,table_wrap: class_705d5022-2e83-40cc-81d0-d08523ac264e,dialog_table: class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2,edit_div: class_1eca0caa-f324-4bfd-b044-310164b3eab4,myEdit: class_9b65bcb5-b81e-4ea1-bc74-75d4c7b72e4a,editNumber: class_85a1cbda-d14e-4b76-8351-df8c9f8e6af4,myselect: class_bf3be7ad-8e20-4273-ab88-798edbb7dc14,select: class_a80f3150-f002-4e05-a1e3-b7a409120e2f,select_box: class_51a0b769-0e77-43e2-a172-819bb46e0480,select_body: class_746f2a10-b732-4369-abb1-c919c72035f6,select_body_text: class_cf324329-96af-416f-afbb-13e0737d525b,popUpMessage: class_ad84b950-5fa1-4b0c-b194-6e6975954b1f,lineDiv: class_d48f3de6-0f6e-4244-9656-4d5389ab18d4,lineDivRight: class_1b8c4eff-04ad-486d-9540-8dd698105dc8,lineDivLeft: class_c920d8c8-e8b4-4db2-bb6d-19e0f77c2a4f,lineDivTop: class_2192c7b6-f8d4-41f7-9cee-df365766d305,lineDivBottom: class_59a1a32e-4302-4130-861f-5e7ae799d66b,popUpMessageDiv: class_14c9c5cb-b140-4390-b02d-b53050f91ea9,pagingTr: class_13421d4c-e047-4fdb-88d2-e58d9bc91fb5,lineTd: class_84abe129-8a72-4861-b00c-3478470e1bb3);",".#{map-get($className, \"btn\")}{\r\n display: inline-block;\r\n line-height: 1;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n background: #fff;\r\n border: 1px solid #DCDFE6;\r\n color: #606266;\r\n -webkit-appearance: none;\r\n text-align: center;\r\n box-sizing: border-box;\r\n outline: none;\r\n margin: 0 0 0 10px;\r\n -moz-user-select: none;\r\n -webkit-user-select: none;\r\n -ms-user-select: none;\r\n padding: 12px 20px;\r\n font-size: 14px;\r\n border-radius: 4px;\r\n}\r\n\r\n.#{map-get($className, \"small_btn\")}{\r\n padding: 9px 15px;\r\n font-size: 12px;\r\n border-radius: 4px;\r\n}\r\n.#{map-get($className, \"btn_primary\")} {\r\n color: #fff;\r\n background-color: #66B1FF;\r\n border-color: #66B1FF;\r\n &:active {\r\n background:#409eff;\r\n }\r\n}\r\n.#{map-get($className, \"btn_default\")} {\r\n &:active,&:hover {\r\n background:#ECF5FF;\r\n color: #409eff;\r\n }\r\n}",".#{map-get($className, \"message_box_wrapper\")} {\r\n width: 100%;\r\n height: 100%;\r\n z-index: 99999;\r\n position: absolute;\r\n -moz-opacity: 0.5;\r\n background: rgba(0, 0, 0, 0.6);\r\n top: 0;\r\n left: 0;\r\n}\r\n\r\n.#{map-get($className, \"message_box\")}{\r\n opacity: 1;\r\n z-index: 199999;\r\n position: absolute;\r\n width: 420px;\r\n top: 50%;\r\n padding-bottom: 10px;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n border: 1px solid #ebeef5;\r\n border-radius: 4px;\r\n background-color: #FFFFFF;\r\n\r\n .#{map-get($className, \"message_title\")} {\r\n\ttext-align: center;\r\n\tfont-weight: 700;\r\n padding: 15px 20px 10px;\r\n margin-bottom: 0;\r\n font-size: 16px;\r\n line-height: 1;\r\n color: #303133;\r\n position: relative;\r\n }\r\n\r\n .#{map-get($className, \"box_content\")}{\r\n color: #303133;\r\n font-size: 14px;\r\n padding: 8px 16px;\r\n background: #fff;\r\n border-radius: 3px;\r\n line-height: 24px;\r\n margin-bottom: 8px;\r\n position: relative;\r\n padding-left: 55px\r\n }\r\n\r\n .#{map-get($className, \"message_footer\")} {\r\n padding: 10px;\r\n padding-right: 20px;\r\n text-align: right;\r\n }\r\n\r\n .#{map-get($className, \"alert_svg\")} {\r\n position: absolute;\r\n top: 50%;\r\n left: 30px;\r\n transform: translate(-50%, -50%);\r\n }\r\n\r\n}\r\n",".#{map-get($className, \"myselect\")}{\r\n font-size: 13px;\r\n position: absolute;\r\n z-index: 1000;\r\n .#{map-get($className, \"select\")}{\r\n left: -2px;\r\n position: relative;\r\n top: 2px;\r\n font-size: 12px;\r\n background: #DCDCDC;\r\n border: solid 1px #E4E7ED;\r\n border-radius: 4px;\r\n box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);\r\n .#{map-get($className, \"select_box\")}{\r\n\t padding-right: 10px;\r\n background: #FFF;\r\n height: 100%;\r\n position: relative;\r\n .#{map-get($className, \"select_body\")}{\r\n margin: 0 auto;\r\n padding: 6px;\r\n .#{map-get($className, \"select_body_text\")}{\r\n text-align: center;\r\n width: 100%;\r\n line-height: 1.5em;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: center;\r\n margin-bottom: 4px;\r\n input{\r\n border-radius: 4px;\r\n border: 1px solid #DCDFE6;\r\n padding: 4px;\r\n width: 100%;\r\n box-sizing: border-box;\r\n }\r\n }\r\n }\r\n li{\r\n list-style-type:none;\r\n background-color: white;\r\n cursor: pointer;\r\n white-space: nowrap;\r\n padding: 5px 0px 5px 10px;\r\n position: relative;\r\n svg{\r\n position: absolute;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n left: 4px;\r\n color: #C0C4CC;\r\n }\r\n &:hover{\r\n background-color: #F5F7FA;\r\n }\r\n input{\r\n vertical-align:middle\r\n }\r\n }\r\n ul {\r\n margin: auto;\r\n padding: 0;\r\n\r\n/* max-height: 234px;\r\n margin-top: 26px;\r\n max-height: 234px;*/\r\n /* overflow: scroll; *//* 超出滚动 */\r\n }\r\n .ulDiv{\r\n max-height: 300px;\r\n\t\tmargin-bottom: 10px;\r\n margin-left: -6px;\r\n margin-right: 10px;\r\n padding: 0 8px;\r\n box-sizing: border-box;\r\n // 选中\r\n .checkDiv {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv::after {\r\n display: block;\r\n width: 3px;\r\n height: 7px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 2px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 1px;\r\n left: 5px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n // 默认空\r\n .checkDiv1 {\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #fff;\r\n z-index: 12;\r\n border: 1px solid #CCCCCC;\r\n border-radius: 2px;\r\n cursor: pointer;\r\n box-sizing: border-box;\r\n }\r\n .checkDiv1::after {\r\n display: none;\r\n width: 3px;\r\n height: 8px;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n border-left: 0;\r\n border-top: 0;\r\n position: absolute;\r\n top: 2px;\r\n left: 6px;\r\n transform: rotate(45deg) scaleY(1);\r\n }\r\n // 禁止选择\r\n .disabledCheck{\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n z-index: 12;\r\n border-radius: 2px;\r\n box-sizing: border-box;\r\n cursor: not-allowed;\r\n border: 1px solid #c0c4cc;\r\n background-color: #edf2fc;\r\n }\r\n // 半选\r\n .halfCheck{\r\n top: -7;\r\n right: 0;\r\n width: 14px;\r\n height: 14px;\r\n background-color: #409eff;\r\n z-index: 12;\r\n border-radius: 2px;\r\n &::after {\r\n display: block;\r\n width: 4px;\r\n height: 1px;\r\n background-color: #fff;\r\n box-sizing: content-box;\r\n content: \"\";\r\n border: 1px solid #fff;\r\n position: absolute;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n left: 7px;\r\n }\r\n }\r\n }\r\n .activeNode{\r\n color: #409eff;\r\n font-weight: 600;\r\n }\r\n .disabledNode{\r\n color: #c0c4cc;\r\n font-weight: normal;\r\n cursor: not-allowed;\r\n }\r\n\r\n }\r\n }\r\n}",".#{map-get($className, \"paging\")} {\r\n position: relative;\r\n line-height: 30px;\r\n input {\r\n outline: none;\r\n\tborder:none;\r\n\ttext-align:center;\r\n\tborder-bottom: 1px solid #000;\r\n height: 10px;\r\n }\r\n ul {\r\n display: inline;\r\n padding: 0;\r\n margin: 0px 10px;\r\n }\r\n\r\n ul li {\r\n font-size: 13px;\r\n display: inline;\r\n padding: 4px 4px;\r\n cursor: pointer;\r\n font-weight: 600;\r\n &:hover {\r\n color: #409eff;\r\n }\r\n }\r\n .active{\r\n color: #409eff;\r\n }\r\n}",".#{map-get($className, \"pagingBox\")} {\r\n position: relative;\r\n line-height: 30px;\r\n font-size: 12px;\r\n .totalSize{color: #7A8199; display: inline-block; margin-right: 10px;}\r\n .pageSize{color: #292b33; display: inline-block;}\r\n input {\r\n outline: none;\r\n\ttext-align:center;\r\n\tborder: 1px solid #C5D1E4;\r\n border-radius: 2px;\r\n padding: 0 6px;\r\n height: 28px;\r\n }\r\n ul {\r\n display: inline;\r\n padding: 0;\r\n margin: 0 10px;\r\n }\r\n\r\n ul li {\r\n background-color: #f1f5fb;\r\n color: #292b33;\r\n min-width: 30px;\r\n height: 28px;\r\n line-height: 28px;\r\n padding: 0 4px;\r\n margin: 0 5px;\r\n border-radius: 2px;\r\n font-size: 13px;\r\n display: inline-block;\r\n box-sizing: border-box;\r\n text-align: center;\r\n font-family: 'fangsong';\r\n cursor: pointer;\r\n font-weight: 600;\r\n &:hover {\r\n color: #409eff;\r\n }\r\n }\r\n .active{\r\n color: #fff;\r\n background-color: #3860f4;\r\n }\r\n}","// 滚动条宽度\r\n $scrollbar-width: 10px;\r\n\r\n .scrollbox {\r\n width: 99%;\r\n height: 99%;\r\n position: relative;\r\n padding-right: $scrollbar-width;\r\n padding-bottom: $scrollbar-width;\r\n overflow: hidden;\r\n }\r\n .scrollbar {\r\n background-color: darkgray;\r\n position: absolute;\r\n border-radius: $scrollbar-width / 2;\r\n z-index: 100000;\r\n &:hover {\r\n background-color: gray;\r\n }\r\n &.force {\r\n background-color: gray;\r\n }\r\n }\r\n .barY{\r\n width: $scrollbar-width;\r\n height: 100%;\r\n right: 0;\r\n top: 0;\r\n }\r\n .barX{\r\n width: 100%;\r\n height: $scrollbar-width;\r\n left: 0;\r\n bottom: 0;\r\n }"],"sourceRoot":""}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -21,74 +21,74 @@
}
},
"className": {
"color4": "class_f909f649-72cb-4b81-a87a-8169fc2d6016",
"color5": "class_ee2a33f1-9372-45be-8313-6f8ab05e85f6",
"color6": "class_8e7540fb-08c6-44c3-b0dd-c15da1580023",
"color7": "class_c8e464c4-b0ae-4a5f-b880-e41c2af97e64",
"tableFirstLine": "class_c3766c0f-ac1a-4e42-9549-8147ea50b413",
"container": "class_2f39bea5-e315-4c54-b85a-ce64f849089b",
"engine_table": "class_82518244-19b9-4cb8-ac7d-3f90844cb03b",
"no_border_left": "class_9666a54c-986d-4ed8-98fa-d4d350e8171f",
"no_border_right": "class_6318e4e8-62dd-4711-b72e-0d031ca6eebd",
"no_border_Top": "class_29045a85-e91c-4646-af48-03e753cb4b80",
"no_border_Bottom": "class_080684a2-9fda-4d4d-b809-36d51e51ba8c",
"whiteBgColor": "class_ec0d30a7-52ed-4f49-9581-7b62f2b881a8",
"defaultBgColor": "class_8ce6265e-0a92-4b6d-af92-a94568877f8a",
"character": "class_07c357e3-64a0-4fad-ba56-944ae53c67f2",
"edit": "class_6e54a3e9-2215-4c9d-a1d2-4af5fedcf310",
"align-left": "class_32140beb-e7fa-4981-a0c0-ad5a11431e86",
"align-right": "class_19e9d37f-15cc-44a1-953f-592e1ac593e4",
"align-center": "class_4053c84a-da9d-4373-8102-2383f438d740",
"firstLevelTitle": "class_03f4d90d-377f-4f7b-9111-a9264f0ad6d8",
"secondLevelTitle": "class_f07e0898-ada3-4ca4-8a36-05bd35904385",
"thirdLevelTitle": "class_78c20530-41a2-4174-8720-e37a77440b44",
"redColor": "class_7a4c137e-31a9-46a4-ad42-3fc5837f6b14",
"pzPosition": "class_bc76298a-9f15-41a0-ad90-d881f872f338",
"triangle": "class_654fcaa8-19c9-4cb2-a617-7633c75c4894",
"triangle1": "class_495b2a83-d2b8-47a6-b2d9-a3840a348940",
"paging": "class_2db579a7-5f02-4861-ae3a-a17180920b31",
"pagingBox": "class_e871969e-127c-4ef7-982b-a2f5de6e338c",
"button_bar": "class_e67c8e07-3ebb-4857-a12c-83cad76e168b",
"btn_small": "class_1dd06ee7-cbbd-4b74-8d96-17946e23e30f",
"addDeletebtn": "class_382acd13-5113-41c7-abdd-6f45de738fdf",
"message_box_wrapper": "class_cdd38698-100f-4715-929f-a5575d6842ee",
"message_box": "class_f2716d0f-a913-47e1-abdf-9bd078ec1c0d",
"message_title": "class_8ac757ea-5455-40b3-b388-a31527b8bfdd",
"box_content": "class_f760d01c-0a13-4ec3-9e3c-3a7143334c0a",
"alert_svg": "class_f1fcbb5d-cf36-4cfb-9afd-3d484accd5c1",
"message_footer": "class_d993df09-4c96-405c-b914-e429707d1acc",
"btn": "class_288f1b81-ac3a-4b1e-8c62-2c53c7ffece9",
"small_btn": "class_7b22184c-9d1c-4218-a85d-92b8797607a5",
"btn_primary": "class_357eeb89-5635-4587-9d5f-ce0a5a34c62a",
"btn_default": "class_f5ec8f39-2412-465c-b9af-5e425c3db368",
"myCalendar": "class_b471cfe2-2d65-458d-a55f-a833b03f3b07",
"calendar": "class_e47847e0-d68c-4373-89b5-40d71ae1bab3",
"calendar_box": "class_4f2e7243-c964-4681-8c8b-cd9f87546ad0",
"calendar_body": "class_97555932-225b-47e1-b77e-5bd2c6ff35a1",
"calendar_body_text": "class_98826c9f-7781-4353-ac8a-9fa0dfd5d351",
"calendar_btn": "class_d662165a-9228-4a34-947f-a4d2ff186471",
"text-title": "class_9f79e07d-9acb-4a39-8f05-b89ab7d9c3a0",
"dialogLabel": "class_5113c3c2-5af7-4942-868b-37fa437800a7",
"box_content_table": "class_0c774174-fff7-4874-a8a4-59e80a2be3ac",
"dialog_table_search_input": "class_b2b25317-c253-4b79-8aef-f1ad926a5a21",
"table_wrap": "class_de684803-8952-4ed9-9271-41c7bc6131ab",
"dialog_table": "class_0105c7c0-4544-4769-adb4-58db8c151aac",
"edit_div": "class_ad658813-68cc-4a16-be8c-12592122e103",
"myEdit": "class_6a2104af-3c14-4dbf-909c-169c5ae6bed6",
"editNumber": "class_d1a04fb3-098f-4069-8694-6409a9d19702",
"myselect": "class_e9d88384-b006-4389-a77b-a58d306298ab",
"select": "class_9d84c7ec-46ab-483a-b27a-06ded6be966c",
"select_box": "class_0405cd5a-ad5a-46e9-9b15-b0075e96eab3",
"select_body": "class_15fd6823-f2db-46d6-bf7c-23647cd3c656",
"select_body_text": "class_40e84472-1202-40d4-9588-1595cec93496",
"popUpMessage": "class_6c4aba69-251b-4054-acbb-8792fa1fcc67",
"lineDiv": "class_190a8890-46db-45ab-aa87-4af33257ffe1",
"lineDivRight": "class_91c612f4-4893-4239-a798-ae5c8429cf09",
"lineDivLeft": "class_cf123385-0e3f-483e-b01b-a66c77ba258b",
"lineDivTop": "class_8376a2cf-304e-462f-81a1-4573b1b14a43",
"lineDivBottom": "class_fba42dbb-c9ed-44c0-b902-296879031601",
"popUpMessageDiv": "class_36d7ccee-8da1-495f-81ef-81b563a2d991",
"pagingTr": "class_81b0a312-e636-4236-b894-7dd0753aab81",
"lineTd": "class_b98274f2-e1c1-4d5f-b964-e81008ede5bd"
"color4": "class_d392deb6-2686-46f7-a51c-3c1352e447d0",
"color5": "class_bfe4a6d2-8b42-4f87-a2e8-493c1f5ac15b",
"color6": "class_6a63ce6d-b17b-4eeb-a4f9-e49a7f62d2c7",
"color7": "class_5b4401b6-63c4-4218-8e97-8357d70e9b74",
"tableFirstLine": "class_2061070d-e2de-40fe-ad0e-30492d492a9e",
"container": "class_c8815007-9bbc-4983-ae11-d3b4970c195f",
"engine_table": "class_cb76e41c-3930-4be7-8353-10838073b440",
"no_border_left": "class_6c6f8fc4-a5e3-45f4-8773-d2799cc187e5",
"no_border_right": "class_b24de38e-1547-425c-b93c-59895f70df97",
"no_border_Top": "class_77be3f03-1648-4cc7-ab08-a8c4d7ccf639",
"no_border_Bottom": "class_2785bdc9-1934-443f-8275-4c62cb620f7c",
"whiteBgColor": "class_af8fadd9-f65d-4afb-973d-94b16b0b7d9c",
"defaultBgColor": "class_c8fec237-1910-4444-b43e-779a6599d709",
"character": "class_d0b184ee-bd1a-4109-96e3-c693973746b0",
"edit": "class_9deb0539-7947-497f-ae03-39a01ab18ae9",
"align-left": "class_a89999f2-8574-4cd4-9b0b-087d7b69f404",
"align-right": "class_094689c0-9fc7-49fc-80ba-9a72b1024b3b",
"align-center": "class_b331ac99-f59d-47db-9adb-3745da2f453e",
"firstLevelTitle": "class_902457de-79e3-497c-aeff-b29140f8d4e8",
"secondLevelTitle": "class_81de295f-96b8-4b33-882c-8cce5eae2c56",
"thirdLevelTitle": "class_bf8b2e1b-97fe-4740-9c01-e67db28c6e50",
"redColor": "class_87dd52bd-0057-43f3-9b90-615395e811ac",
"pzPosition": "class_6cd8a835-b1f3-43c7-84ec-60df78e9a772",
"triangle": "class_ebbff8cf-4182-411c-ab5f-a29a4e350281",
"triangle1": "class_d7bb06e1-c849-4bec-a613-f1bce767edf6",
"paging": "class_d59bb48c-94f9-4f8f-8add-51d020da0757",
"pagingBox": "class_f0431e79-96a2-46ec-94ab-9dd90920dd3c",
"button_bar": "class_d71b9d2c-da36-498a-a3cc-f7b85f238112",
"btn_small": "class_a3fb134c-af87-4553-b023-f9e78c3c2ebc",
"addDeletebtn": "class_6f918645-f494-4371-914f-80ec0fb23fd0",
"message_box_wrapper": "class_d95c4767-c6ec-49c7-9a59-fbd4e5d1316a",
"message_box": "class_4372a050-ccd6-4289-9240-b31ae5f7a282",
"message_title": "class_2eb87520-f527-4348-9d43-f6ad0340ae7b",
"box_content": "class_e7152532-1663-45f0-a755-df1b34aa8e2b",
"alert_svg": "class_da93341a-8968-45f3-9a21-6e64f94d44f8",
"message_footer": "class_e8a5e6b0-2c84-4806-9fe7-c82c7f9b97ac",
"btn": "class_80ac9d25-2b1c-4a59-8686-50a128d55df2",
"small_btn": "class_31554948-c68b-4eaf-ab18-2ce770e3127f",
"btn_primary": "class_6eaaf493-1223-4f3d-8466-628b29e81f31",
"btn_default": "class_a1550827-90de-4168-9ff1-af16af4df36d",
"myCalendar": "class_f081bae1-da30-44a9-9339-f5549fa13fc2",
"calendar": "class_0b55fa6a-31f6-4d09-9570-582851f67e8b",
"calendar_box": "class_70e48168-d9f2-4f3d-907f-2ce8f16deb74",
"calendar_body": "class_27b4ffc2-9c48-4fab-923f-52117ec7c7f9",
"calendar_body_text": "class_a31bf29d-83e1-4c0d-b766-180510cd97cc",
"calendar_btn": "class_5a82d898-d700-4587-a3b0-215aced92501",
"text-title": "class_b3bd5c5b-13eb-4ecc-a7ec-0028cdac08a1",
"dialogLabel": "class_81018b97-91d8-4bcc-b859-eaf52d64119f",
"box_content_table": "class_8ded5815-fa28-4d92-a59a-9a737b30ab40",
"dialog_table_search_input": "class_49c9e5aa-8411-4877-96b9-845b7a0c4efd",
"table_wrap": "class_705d5022-2e83-40cc-81d0-d08523ac264e",
"dialog_table": "class_257bc4c5-1e78-4a0d-a3d6-013b7af85ab2",
"edit_div": "class_1eca0caa-f324-4bfd-b044-310164b3eab4",
"myEdit": "class_9b65bcb5-b81e-4ea1-bc74-75d4c7b72e4a",
"editNumber": "class_85a1cbda-d14e-4b76-8351-df8c9f8e6af4",
"myselect": "class_bf3be7ad-8e20-4273-ab88-798edbb7dc14",
"select": "class_a80f3150-f002-4e05-a1e3-b7a409120e2f",
"select_box": "class_51a0b769-0e77-43e2-a172-819bb46e0480",
"select_body": "class_746f2a10-b732-4369-abb1-c919c72035f6",
"select_body_text": "class_cf324329-96af-416f-afbb-13e0737d525b",
"popUpMessage": "class_ad84b950-5fa1-4b0c-b194-6e6975954b1f",
"lineDiv": "class_d48f3de6-0f6e-4244-9656-4d5389ab18d4",
"lineDivRight": "class_1b8c4eff-04ad-486d-9540-8dd698105dc8",
"lineDivLeft": "class_c920d8c8-e8b4-4db2-bb6d-19e0f77c2a4f",
"lineDivTop": "class_2192c7b6-f8d4-41f7-9cee-df365766d305",
"lineDivBottom": "class_59a1a32e-4302-4130-861f-5e7ae799d66b",
"popUpMessageDiv": "class_14c9c5cb-b140-4390-b02d-b53050f91ea9",
"pagingTr": "class_13421d4c-e047-4fdb-88d2-e58d9bc91fb5",
"lineTd": "class_84abe129-8a72-4861-b00c-3478470e1bb3"
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{"template":{"sheets":{"Sheet1":{"spans":[{"col":2,"colCount":8,"row":0,"rowCount":1},{"col":2,"colCount":8,"row":1,"rowCount":1},{"col":2,"colCount":8,"row":2,"rowCount":1},{"col":2,"colCount":4,"row":3,"rowCount":1},{"col":6,"colCount":4,"row":3,"rowCount":1},{"col":2,"colCount":5,"row":4,"rowCount":1},{"col":8,"colCount":2,"row":4,"rowCount":1}],"data":{"dataTable":{"0":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"0_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_141","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"0_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_170","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"name":"","manyRows":0,"id":"0_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"218d65c3-beb4-4f67-9a76-2f72817b6765","blod":1,"cellType":"1","formulars":[],"name":"cell_1","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"附表4","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"251b2735-aefc-4787-92e7-a79af5d7cec4","blod":0,"cellType":"1","formulars":[],"name":"cell_2","manyRows":0},"value":{"text":"附表4","richText":[{"text":"附表4"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f12ff9d7-bc64-4b90-a9ee-61609edca664","blod":1,"cellType":"1","formulars":[],"name":"cell_3","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"077268a4-0bee-467b-b3a4-10a47bc94c8f","blod":1,"cellType":"1","formulars":[],"name":"cell_4","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"85cb844e-d343-48d0-b165-4d663c54cab1","blod":1,"cellType":"1","formulars":[],"name":"cell_5","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b4958ade-daa7-4f7b-8bba-507fb154024c","blod":1,"cellType":"1","formulars":[],"name":"cell_6","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"caf545cd-9551-402b-bc8f-87b54e2914d8","blod":1,"cellType":"1","formulars":[],"name":"cell_7","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_8","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"4af6d66a-17f3-4c7f-b1c1-b81834d5a76b","blod":1,"cellType":"1","formulars":[],"name":"cell_8","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_9","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"003e6f64-82c9-4475-b798-233263ac397e","blod":1,"cellType":"1","formulars":[],"name":"cell_9","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"0_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_110","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"1":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"1_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_142","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"1_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_171","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"1_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"5f738342-b562-4afb-b457-e27dd5234875","blod":1,"cellType":"1","formulars":[],"name":"cell_10","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟批发企业月份销售明细清单","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_2","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"3cb3eb6d-dd20-4dbb-9b2c-396c9ad34f6a","blod":1,"cellType":"1","formulars":[],"name":"cell_11","manyRows":0},"value":{"text":"卷烟批发企业月份销售明细清单","richText":[{"text":"卷烟批发企业月份销售明细清单"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"050f7780-69ed-4acb-893d-5856d9b87f0f","blod":1,"cellType":"1","formulars":[],"name":"cell_12","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b2939e7d-3be1-403a-bb8c-521a51c271fd","blod":1,"cellType":"1","formulars":[],"name":"cell_13","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"08db73cf-d785-4ec0-a60b-ed9cfef37ea6","blod":1,"cellType":"1","formulars":[],"name":"cell_14","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_6","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"e8df1a87-2f1e-4e01-9e9b-797ab9ec632e","blod":1,"cellType":"1","formulars":[],"name":"cell_15","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_7","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"453c3893-244f-4ce2-a0aa-f8aaf4c6ba50","blod":1,"cellType":"1","formulars":[],"name":"cell_16","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"89fbab75-fa4f-46f9-b649-fe130c74b47b","blod":1,"cellType":"1","formulars":[],"name":"cell_17","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"571f9a63-d9fb-40e1-b4d2-0498f7b3b49d","blod":1,"cellType":"1","formulars":[],"name":"cell_18","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"1_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_111","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"2":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"2_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_143","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"2_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_172","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"2_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b37a0c39-cdd6-468d-b6ce-a2ca17ef9e7f","blod":1,"cellType":"1","formulars":[],"name":"cell_19","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"(卷烟批发环节消费税纳税人适用)","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_2","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"933d762e-dcc4-4a48-bd93-c6eaea090365","blod":0,"cellType":"1","formulars":[],"name":"cell_20","manyRows":0},"value":{"text":"(卷烟批发环节消费税纳税人适用)","richText":[{"text":"(卷烟批发环节消费税纳税人适用)"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"7f161eec-8523-4fa7-a705-be95e94c2058","blod":1,"cellType":"1","formulars":[],"name":"cell_21","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"362f39d8-8a61-4320-8485-b37b11fe46d4","blod":1,"cellType":"1","formulars":[],"name":"cell_22","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"57ec7a1a-88c7-4e6d-9614-31b9c2cf095d","blod":1,"cellType":"1","formulars":[],"name":"cell_23","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_6","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"1bb4ac7a-df5c-4445-82e9-363528f98faf","blod":1,"cellType":"1","formulars":[],"name":"cell_24","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_7","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"532ea756-c12e-4dcb-8b96-8ab71f8a52a7","blod":1,"cellType":"1","formulars":[],"name":"cell_25","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b332a671-697d-484d-9f42-ef958f3f52e1","blod":1,"cellType":"1","formulars":[],"name":"cell_26","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"77f97f3d-1a19-43a5-a2b7-ca9a4bd3ae36","blod":1,"cellType":"1","formulars":[],"name":"cell_27","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"2_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_112","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"3":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"3_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_144","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"3_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_173","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"3_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6e9a6195-cf84-4766-812b-25c40c3d20ba","blod":0,"cellType":"1","formulars":[],"name":"cell_28","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"15533bfb-9bf4-45bf-afaf-f44d83ec687c","blod":0,"cellType":"1","formulars":[],"name":"cell_29","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"2fb9f7fc-20ae-439e-9ae7-c7debf2b6ebf","blod":0,"cellType":"1","formulars":[],"name":"cell_30","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ec46f8e0-5fde-4c33-8303-e4ce9f92e00a","blod":0,"cellType":"1","formulars":[],"name":"cell_31","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"c2d8f4f9-d00d-4932-9db9-ab29d8cc5a59","blod":0,"cellType":"1","formulars":[],"name":"cell_32","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"4434cde5-f3fd-4a70-84a7-8867a2fb9598","blod":0,"cellType":"1","formulars":[],"name":"cell_33","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_7","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b8fe6ccc-744c-43b6-a910-f47433e146e0","blod":0,"cellType":"1","formulars":[],"name":"cell_34","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ebe010c7-df44-4a66-b458-65efbfd28e53","blod":0,"cellType":"1","formulars":[],"name":"cell_35","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"851db301-947d-45af-9f75-cbaf951d3ea1","blod":0,"cellType":"1","formulars":[],"name":"cell_36","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"3_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_113","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"4":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"4_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_145","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"4_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_174","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"4_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"a3125ba5-7321-41e4-8d07-c587ed154b76","blod":0,"cellType":"1","formulars":[],"name":"cell_37","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"bdef7833-7c2d-428f-b29d-42075fe2c25e","blod":0,"cellType":"1","formulars":[],"name":"cell_38","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"9c7eb5d9-285c-4162-8f31-f13d23bb2f2f","blod":0,"cellType":"1","formulars":[],"name":"cell_39","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5d9cb81f-c2b0-4690-aec8-474dbbf17d66","blod":0,"cellType":"1","formulars":[],"name":"cell_40","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"9266f96a-1b68-4cba-abb3-1beb4500a7ca","blod":0,"cellType":"1","formulars":[],"name":"cell_41","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_6","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"a8510f00-54ba-4d59-82d1-83aa74b14f2f","blod":0,"cellType":"1","formulars":[],"name":"cell_42","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"604907a3-6abb-4803-a8e7-5a99585fc336","blod":0,"cellType":"1","formulars":[],"name":"cell_43","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"单位:万支、元、元/条(200支)","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_8","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"9d3ddbcb-08b5-45f9-ada6-379c8eb42ae1","blod":0,"cellType":"1","formulars":[],"name":"cell_44","manyRows":0},"value":{"text":"单位:万支、元、元/条(200支)","richText":[{"text":"单位:万支、元、元/条(200支)"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_9","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"0e81ea5d-9721-4f69-9f49-1b8832327f27","blod":0,"cellType":"1","formulars":[],"name":"cell_45","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"4_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_114","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"5":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"5_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_146","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"5_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_175","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"5_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"5_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"28c93e1c-c595-40af-bfe1-afb67bbf3604","blod":0,"cellType":"1","formulars":[],"name":"cell_46","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟条包装商品条码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"0d4e730a-8b7c-441d-8251-8e31085182dc","blod":0,"cellType":"1","formulars":[],"name":"cell_47","manyRows":0},"value":{"text":"卷烟条包装商品条码","richText":[{"text":"卷烟条包装商品条码"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟牌号规格","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"3d93b6f2-5408-47a5-a7fa-436018237e2e","blod":0,"cellType":"1","formulars":[],"name":"cell_48","manyRows":0},"value":{"text":"卷烟牌号规格","richText":[{"text":"卷烟牌号规格"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟类别","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"14b70cad-4af7-4bfe-b7c9-711a595f006e","blod":0,"cellType":"1","formulars":[],"name":"cell_49","manyRows":0},"value":{"text":"卷烟类别","richText":[{"text":"卷烟类别"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟类型","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5971e483-163b-4e73-a810-b82767ed4173","blod":0,"cellType":"1","formulars":[],"name":"cell_50","manyRows":0},"value":{"text":"卷烟类型","richText":[{"text":"卷烟类型"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"销售价格","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"adf8a48d-831c-4ed1-b831-b4dee3d11298","blod":0,"cellType":"1","formulars":[],"name":"cell_51","manyRows":0},"value":{"text":"销售价格","richText":[{"text":"销售价格"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"销售数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"30180ac8-c314-4890-afa8-9cf4752c54e8","blod":0,"cellType":"1","formulars":[],"name":"cell_52","manyRows":0},"value":{"text":"销售数量","richText":[{"text":"销售数量"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"销售额","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"500e649a-cc32-4591-b4c3-f06bbb33a6bf","blod":0,"cellType":"1","formulars":[],"name":"cell_53","manyRows":0},"value":{"text":"销售额","richText":[{"text":"销售额"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"备注","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"47c60a72-0438-4a82-a60b-84ef2bf9b8dd","blod":0,"cellType":"1","formulars":[],"name":"cell_54","manyRows":0},"value":{"text":"备注","richText":[{"text":"备注"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"5_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_115","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"6":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"6_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_147","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"6_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_176","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"6_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"6_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"8baa274c-f3f5-4ea9-b26f-461b8423a0b3","blod":0,"cellType":"1","formulars":[],"name":"cell_55","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"1","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"93df79c1-ab57-4641-bd28-6f560e1536a6","blod":0,"cellType":"1","formulars":[],"name":"cell_56","manyRows":0},"value":{"text":"1","richText":[{"text":"1"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"2","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"24ff8ec3-f8c3-4d8d-a118-1db6d31a2270","blod":0,"cellType":"1","formulars":[],"name":"cell_57","manyRows":0},"value":{"text":"2","richText":[{"text":"2"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"3","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7c00ffc2-0d9f-4703-a4e9-cd11f98cf508","blod":0,"cellType":"1","formulars":[],"name":"cell_58","manyRows":0},"value":{"text":"3","richText":[{"text":"3"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"4","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"2a5ce2a4-151b-4141-9a27-3ab670ba0e2c","blod":0,"cellType":"1","formulars":[],"name":"cell_59","manyRows":0},"value":{"text":"4","richText":[{"text":"4"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"5","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"b5ae853f-417d-4414-909e-5246bef95822","blod":0,"cellType":"1","formulars":[],"name":"cell_60","manyRows":0},"value":{"text":"5","richText":[{"text":"5"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"6","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"3b8072fb-bdc9-4e04-80e3-71981a502197","blod":0,"cellType":"1","formulars":[],"name":"cell_61","manyRows":0},"value":{"text":"6","richText":[{"text":"6"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"7","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c4d1ae83-c836-44e7-953d-2aaf56e0b45b","blod":0,"cellType":"1","formulars":[],"name":"cell_62","manyRows":0},"value":{"text":"7","richText":[{"text":"7"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"8","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"70938b1a-d6b4-466e-9cb9-eb3a0d17f8d1","blod":0,"cellType":"1","formulars":[],"name":"cell_63","manyRows":0},"value":{"text":"8","richText":[{"text":"8"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"6_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_116","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"7":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":false,"pz":"卷烟类别代码","uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"卷烟类别代码\n1)第3列选择\u201C一类卷烟\u201D 01\n2)第3列选择\u201C二类卷烟\u201D 02\n3)第3列选择\u201C三类卷烟\u201D 03\n4)第3列选择\u201C四类卷烟\u201D 04\n5)第3列选择\u201C五类卷烟\u201D 05\n","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"7_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":"1","blod":0,"cellType":"12","formulars":[{"condition":"item.cell_67.mc=='一类卷烟'","expression":"'01'","visible":false,"reverseExpression":""},{"condition":"item.cell_67.mc=='二类卷烟'","expression":"'02'","visible":false,"reverseExpression":""},{"condition":"item.cell_67.mc=='三类卷烟'","expression":"'03'","visible":false,"reverseExpression":""},{"condition":"item.cell_67.mc=='四类卷烟'","expression":"'04'","visible":false,"reverseExpression":""},{"condition":"item.cell_67.mc=='五类卷烟'","expression":"'05'","visible":false,"reverseExpression":""}],"name":"item.hidden_148","initSeletions":"","manyRows":"1","seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":false,"pz":"卷烟类型","uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"1)第4列选择\u201C国产卷烟\u201D 01\n2)第4列选择\u201C进口卷烟\u201D 02\n3)第4列选择\u201C罚没卷烟\u201D 03\n4)第4列选择\u201C其他\u201D 09","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"7_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":"1","blod":0,"cellType":"12","formulars":[{"condition":"item.cell_68.mc=='国产卷烟'","expression":"'01'","visible":false,"reverseExpression":""},{"condition":"item.cell_68.mc=='进口卷烟'","expression":"'02'","visible":false,"reverseExpression":""},{"condition":"item.cell_68.mc=='罚没卷烟'","expression":"'03'","visible":false,"reverseExpression":""},{"condition":"item.cell_68.mc=='其他'","expression":"'09'","visible":false,"reverseExpression":""}],"name":"item.hidden_177","initSeletions":"","manyRows":"1","seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":1,"colWidth":"100","totalCell":"","manyRowCount":0,"colHeight":"","cellType":"9","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":1,"id":"7_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"7_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":1,"uuId":"27431cd7-7ab9-42a3-a90a-7113c795a8d1","blod":0,"cellType":"1","formulars":[],"name":"item.cell_64","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":75,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"7_2","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"5a87bcfd-cfb6-41d3-a39e-38764f33e5bd","blod":0,"cellType":"5","formulars":[],"name":"item.cell_65","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":75,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"7_3","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"acf25ca6-5228-4752-b9c1-e0ca2d307f95","blod":0,"cellType":"5","formulars":[],"name":"item.cell_66","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":3,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":80,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[{"dmmc":"一类卷烟","mc":"一类卷烟","dm":"01"},{"dmmc":"二类卷烟","mc":"二类卷烟","dm":"02"},{"dmmc":"三类卷烟","mc":"三类卷烟","dm":"03"},{"dmmc":"四类卷烟","mc":"四类卷烟","dm":"04"},{"dmmc":"五类卷烟","mc":"五类卷烟","dm":"05"}],"id":"7_4","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"4c7e22b8-656c-4b3e-bee4-2a4a657007b6","blod":0,"cellType":"2","formulars":[{"condition":"","expression":"","visible":false,"reverseExpression":""}],"name":"item.cell_67","seletionsExpand":true,"initSeletions":"dmb_jylb","manyRows":1},"value":""},"5":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":3,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":80,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[{"dmmc":"国产卷烟","mc":"国产卷烟","dm":"01"},{"dmmc":"进口卷烟","mc":"进口卷烟","dm":"02"},{"dmmc":"罚没卷烟","mc":"罚没卷烟","dm":"03"},{"dmmc":"其他","mc":"其他","dm":"04"}],"id":"7_5","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"01ec7247-9ef3-4804-89d1-31d003795d31","blod":0,"cellType":"2","formulars":[],"name":"item.cell_68","seletionsExpand":true,"initSeletions":"dmb_jylx","manyRows":1},"value":"01国产卷烟"},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"2","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"76744ad2-7e66-427a-a11b-95d8f098a5af","blod":0,"cellType":"1","formulars":[],"name":"item.cell_69","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.0000","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_7","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"5e7580bc-80bc-46b7-b254-7da0891b5972","blod":0,"cellType":"1","formulars":[],"name":"item.cell_70","manyRows":1},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"2","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_8","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"b522b800-a3f1-48ba-8ef9-a97434072fe2","blod":0,"cellType":"1","formulars":[],"name":"item.cell_71","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":200,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"7_9","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"aedd811d-6165-480e-bf3a-2c8cbe307e15","blod":0,"cellType":"5","formulars":[],"name":"item.cell_72","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"1","checkBoxs":[],"thousandCharacterSwitch":false,"pz":"<ewbhxh>行序号","uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"<ewbhxh>行序号","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"7_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":"1","blod":0,"cellType":"12","formulars":[{"condition":"","expression":"index+1","visible":false,"reverseExpression":""}],"name":"item.hidden_117","initSeletions":"","manyRows":"1","seletionsRelation":"","initDialogData":""},"value":{"text":"1","richText":[{"text":"1"}]}}},"8":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"8_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_149","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"8_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_178","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"8_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"8_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6e6eb079-f78a-44ec-bf9c-250aa86475fe","blod":0,"cellType":"1","formulars":[],"name":"cell_73","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"9f5c97e0-e4e7-44fe-9eeb-0538cc4ae3d3","blod":0,"cellType":"1","formulars":[],"name":"cell_74","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_3","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"9ba58628-7d24-4a7a-9ff0-6c562556e133","blod":0,"cellType":"1","formulars":[],"name":"cell_75","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"2a35783b-a896-4f3d-b0f7-dc01e27fb89d","blod":0,"cellType":"1","formulars":[],"name":"cell_76","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_5","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"96b09351-774f-48b3-b412-1a693270663e","blod":0,"cellType":"1","formulars":[],"name":"cell_77","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5422e7dd-8625-4f81-a456-53962b99cb93","blod":0,"cellType":"1","formulars":[],"name":"cell_78","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"e4fb2956-2e50-4743-ab8f-8355e52f15ba","blod":0,"cellType":"1","formulars":[],"name":"cell_79","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_8","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"907df1c7-ea8a-4e4c-9b45-a52458db323b","blod":0,"cellType":"1","formulars":[],"name":"cell_80","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"e21cacc3-8efa-49b6-9d58-6db6ed5fac18","blod":0,"cellType":"1","formulars":[],"name":"cell_81","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"8_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_118","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}},"9":{"11":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"9_11","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_150","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"9_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_179","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"9_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d4571ae8-b6a7-49e7-ba8e-7916a8e3b052","blod":0,"cellType":"1","formulars":[],"name":"cell_82","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"87caf389-8492-4ece-bd36-1a1b8becf870","blod":0,"cellType":"1","formulars":[],"name":"cell_83","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_3","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"4ab4c2f8-d7eb-471d-a51b-00168adc6f4f","blod":0,"cellType":"1","formulars":[],"name":"cell_84","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"041001d5-2224-470c-9156-33d7e66e8976","blod":0,"cellType":"1","formulars":[],"name":"cell_85","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_5","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b5df7c80-9414-421f-95e8-034ec57809a9","blod":0,"cellType":"1","formulars":[],"name":"cell_86","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"53f1ac37-72ee-4fa4-8f8e-9e00640520a1","blod":0,"cellType":"1","formulars":[],"name":"cell_87","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"39045806-b461-47e2-be86-de78db21aa77","blod":0,"cellType":"1","formulars":[],"name":"cell_88","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_8","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"aec0e5bf-d766-4506-b5ed-e4e6adc23db5","blod":0,"cellType":"1","formulars":[],"name":"cell_89","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"18f13130-7c1b-4a1a-a305-c5f83d2c6ff3","blod":0,"cellType":"1","formulars":[],"name":"cell_90","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"thousandCharacterSwitch":true,"pz":"","uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"radios":[],"conditionDisabledDemand":"","seletions":[],"id":"9_10","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"name":"hidden_119","initSeletions":"","manyRows":0,"seletionsRelation":"","initDialogData":""}}}},"rowDataArray":[{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":0,"manyRows":0,"row":"row0","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":1,"manyRows":0,"row":"row1","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":2,"manyRows":0,"row":"row2","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":3,"manyRows":0,"row":"row3","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":4,"manyRows":0,"row":"row4","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":5,"manyRows":0,"row":"row5","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":6,"manyRows":0,"row":"row6","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":7,"manyRows":1,"nodeCorrespondence":null,"row":"row7","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":8,"manyRows":0,"row":"row8","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":9,"manyRows":0,"row":"row9","medianValue":"","linkageRow":""}}]},"tableAttribute":{"alert":[],"colwidth":[150,32,149,148,118,165,160,160,160,136,150,150,150],"hiddenCol":[10,11,12],"formulasList":[{"cellUuid":"","cellName":"item.hidden_117"},{"cellUuid":{},"cellName":"item.cell_67"}],"cellCheck":[{"visible":false,"checkRow":false,"type":"1","demand":"\u201C卷烟条包装商品条码\u201D不能为空!!","tips":"\u201C卷烟条包装商品条码\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_65","random":1637645036650,"pointId":"7_2","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false},{"visible":false,"checkRow":false,"type":"1","demand":"\u201C卷烟牌号规格\u201D不能为空!!","tips":"\u201C卷烟牌号规格\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_66","random":1637645163594,"pointId":"7_3","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false},{"visible":false,"checkRow":false,"type":"1","demand":"\u201C卷烟类型\u201D不能为空!!","tips":"\u201C卷烟类型\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_68","random":1637645359217,"pointId":"7_5","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false},{"visible":false,"checkRow":false,"type":"1","demand":"\u201C卷烟类别\u201D不能为空!!","tips":"\u201C卷烟类别\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_67","random":1638243142817,"pointId":"7_4","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false}],"freezeColumnNum":0,"freezeRowNum":0}}},"formName":"007_卷烟批发企业月份销售明细清单","bindingNode":{"":"","hidden_147":"","hidden_146":"","hidden_145":"","hidden_144":"","hidden_143":"","cell_49":"卷烟类别","hidden_142":"","hidden_141":"","cell_47":"卷烟条包装商品条码","cell_48":"卷烟牌号规格","cell_56":"1","cell_57":"2","cell_54":"备注","cell_55":"","cell_52":"销售数量","cell_53":"销售额","cell_50":"卷烟类型","cell_51":"销售价格","cell_2":"附表4","cell_1":"","cell_4":"","cell_58":"3","otherData":{"row7":{"cell_70":"0.0000","cell_71":"0.00","hidden_177":"","cell_69":"0.00","cell_67":"","cell_68":"","cell_65":"","cell_66":"","cell_64":"","hidden_117":"1","cell_72":"","hidden_148":""}},"cell_3":"","cell_59":"4","cell_6":"","hidden_150":"","cell_5":"","cell_8":"","cell_7":"","cell_9":"","cell_60":"5","cell_63":"8","cell_61":"6","hidden_149":"","cell_62":"7","cell_78":"","cell_79":"","cell_76":"","cell_77":"","hidden_119":"","cell_74":"","hidden_118":"","cell_75":"","hidden_116":"","hidden_115":"","cell_73":"","cell_81":"","cell_82":"","cell_80":"","cell_89":"","cell_87":"","cell_88":"","cell_85":"","cell_86":"","cell_83":"","cell_84":"","cell_90":"","cell_12":"","cell_13":"","cell_10":"","cell_11":"卷烟批发企业月份销售明细清单","hidden_114":"","hidden_113":"","cell_18":"","hidden_112":"","hidden_111":"","cell_19":"","hidden_110":"","cell_16":"","cell_17":"","cell_14":"","cell_15":"","row7":[{"cell_70":"0.0000","cell_71":"0.00","hidden_177":"","cell_69":"0.00","cell_67":"","cell_68":"","cell_65":"","cell_66":"","cell_64":"","hidden_117":"1","cell_72":"","hidden_148":""}],"cell_23":"","cell_24":"","cell_21":"","cell_22":"","cell_20":"(卷烟批发环节消费税纳税人适用)","cell_29":"Str|纳税人识别号:|initData.nsrsbh","cell_27":"","cell_28":"","cell_25":"","cell_26":"","cell_34":"","cell_35":"","cell_32":"Str|纳税人识别号:|initData.nsrsbh","cell_33":"","cell_30":"Str|纳税人识别号:|initData.nsrsbh","cell_31":"Str|纳税人识别号:|initData.nsrsbh","hidden_179":"","hidden_178":"","cell_38":"Str|纳税人名称(公章):|initData.nsrmc","hidden_176":"","cell_39":"Str|纳税人名称(公章):|initData.nsrmc","hidden_175":"","cell_36":"","hidden_174":"","hidden_173":"","cell_37":"","hidden_172":"","hidden_171":"","hidden_170":"","cell_45":"","cell_46":"","cell_43":"","cell_44":"单位:万支、元、元/条(200支)","cell_41":"Str|纳税人名称(公章):|initData.nsrmc","cell_42":"Str|纳税人名称(公章):|initData.nsrmc","cell_40":"Str|纳税人名称(公章):|initData.nsrmc"},"completionDescription":""}}
\ No newline at end of file
{"template":{"sheets":{"Sheet1":{"spans":[{"col":2,"colCount":10,"row":0,"rowCount":1},{"col":2,"colCount":10,"row":1,"rowCount":1},{"col":2,"colCount":10,"row":2,"rowCount":1},{"col":2,"colCount":4,"row":3,"rowCount":1},{"col":2,"colCount":4,"row":4,"rowCount":1},{"col":2,"colCount":2,"row":5,"rowCount":1},{"col":9,"colCount":3,"row":5,"rowCount":1},{"col":2,"colCount":2,"row":6,"rowCount":1},{"col":4,"colCount":2,"row":6,"rowCount":1},{"col":6,"colCount":1,"row":6,"rowCount":2},{"col":7,"colCount":1,"row":6,"rowCount":2},{"col":8,"colCount":1,"row":6,"rowCount":2},{"col":9,"colCount":1,"row":6,"rowCount":2},{"col":10,"colCount":1,"row":6,"rowCount":2},{"col":11,"colCount":1,"row":6,"rowCount":2}],"data":{"dataTable":{"0":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"name":"","manyRows":0,"id":"0_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"a3b53180-f75b-4aea-8580-9a5e5cb257ac","blod":0,"cellType":"1","formulars":[],"name":"cell_11","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"5efd8274-21c7-4a91-bb01-beb87f4c7e41","blod":1,"cellType":"1","formulars":[],"name":"cell_1","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"附表5","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d73b6068-e62c-4941-b109-bcf5c9784f3a","blod":0,"cellType":"1","formulars":[],"name":"cell_2","manyRows":0},"value":{"text":"附表5","richText":[{"text":"附表5"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"084e06a8-ebc7-4f63-bf95-7559679149a0","blod":0,"cellType":"1","formulars":[],"name":"cell_3","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7da44b23-9336-4432-8e53-9ce9f876db4d","blod":1,"cellType":"1","formulars":[],"name":"cell_4","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"913b33e7-4f16-4129-8e81-ad112917d0e4","blod":1,"cellType":"1","formulars":[],"name":"cell_5","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b6638eb5-358f-4aaf-a85d-1174f827f72d","blod":1,"cellType":"1","formulars":[],"name":"cell_6","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"235efc49-ff67-42a6-b2c8-c9b8c0d60281","blod":0,"cellType":"1","formulars":[],"name":"cell_7","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"641d2feb-8929-4a0f-bf8e-35bf4f63432d","blod":0,"cellType":"1","formulars":[],"name":"cell_8","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"cbdb2175-3f4d-44fa-84c3-edb43d201a3d","blod":0,"cellType":"1","formulars":[],"name":"cell_9","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"6759f8c4-8b76-46e1-8dd0-912248007a99","blod":0,"cellType":"1","formulars":[],"name":"cell_10","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"11":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"11_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_11","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c05266f0-535a-43e5-a687-6de5d4d2fb8e","blod":0,"cellType":"1","formulars":[],"name":"cell_132","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d5cf11a4-6f08-4791-b24a-41bbba447a14","blod":0,"cellType":"1","formulars":[],"name":"cell_122","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"50440e56-09a0-42df-9c11-27b6913c4781","blod":0,"cellType":"1","formulars":[],"name":"cell_123","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_3","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"249edda5-d929-4f63-9f63-4f2f8049eb6c","blod":0,"cellType":"1","formulars":[],"name":"cell_124","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6ae46f0d-4669-46bc-9601-79abff9be16a","blod":0,"cellType":"1","formulars":[],"name":"cell_125","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_5","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"9619fddb-79b8-4408-b89f-a4d24f16f785","blod":0,"cellType":"1","formulars":[],"name":"cell_126","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"392d99df-7ea1-4856-bb90-12111c93b957","blod":0,"cellType":"1","formulars":[],"name":"cell_127","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7c4a3240-99e4-451b-ad2a-4537aea2e493","blod":0,"cellType":"1","formulars":[],"name":"cell_128","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_8","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"4acf0524-f048-467b-81ee-054ee6cc5579","blod":0,"cellType":"1","formulars":[],"name":"cell_129","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"30cc4f1a-060d-4e68-8eb5-f1c3955ac809","blod":0,"cellType":"1","formulars":[],"name":"cell_130","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_10","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f5f7f730-ad1b-40c0-b59e-555a6ce54543","blod":0,"cellType":"1","formulars":[],"name":"cell_131","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"1":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"1_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_11","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"9335f788-49e1-48e3-9f2a-703d2422aa1d","blod":0,"cellType":"1","formulars":[],"name":"cell_22","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"cc320e70-7d48-44eb-a5db-891ab1662061","blod":1,"cellType":"1","formulars":[],"name":"cell_12","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟生产企业合作生产卷烟消费税情况报告表","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_2","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"766152aa-c1f8-4288-952d-056dad7082ff","blod":1,"cellType":"1","formulars":[],"name":"cell_13","manyRows":0},"value":{"text":"卷烟生产企业合作生产卷烟消费税情况报告表","richText":[{"text":"卷烟生产企业合作生产卷烟消费税情况报告表"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"84189e3d-de10-4679-b2a5-8041197ebd3c","blod":0,"cellType":"1","formulars":[],"name":"cell_14","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d34f1043-73ba-4f23-a87f-e6802b3326f5","blod":0,"cellType":"1","formulars":[],"name":"cell_15","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"74bbe3e6-5710-474a-ab4d-e00f331f4b7d","blod":0,"cellType":"1","formulars":[],"name":"cell_16","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"ea1d890d-0dd3-4bdd-a546-b27fd1ddffab","blod":0,"cellType":"1","formulars":[],"name":"cell_17","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"62069ffa-69fe-4e0c-b05d-d5e57cb87d08","blod":0,"cellType":"1","formulars":[],"name":"cell_18","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_8","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"40cd3318-ee70-48e3-8031-327021317cb3","blod":0,"cellType":"1","formulars":[],"name":"cell_19","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_9","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"e6112e4c-f428-47c6-a45b-c8c1c52c132f","blod":0,"cellType":"1","formulars":[],"name":"cell_20","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_10","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"db6f1d4f-5dcc-42b4-b5ed-0811e0ef015d","blod":0,"cellType":"1","formulars":[],"name":"cell_21","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"2":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"2_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_11","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"88e291a1-a034-49c4-9ce0-52324a719d97","blod":0,"cellType":"1","formulars":[],"name":"cell_33","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"8c517423-dd06-4566-9dc2-339215b7a00c","blod":1,"cellType":"1","formulars":[],"name":"cell_23","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"(卷烟生产环节消费税纳税人适用)","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_2","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"de23bff9-9621-41b3-b75d-e1209fd84a26","blod":0,"cellType":"1","formulars":[],"name":"cell_24","manyRows":0},"value":{"text":"(卷烟生产环节消费税纳税人适用)","richText":[{"text":"(卷烟生产环节消费税纳税人适用)"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"1574a1f3-0f2d-442a-a083-5025d31e553d","blod":0,"cellType":"1","formulars":[],"name":"cell_25","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b0a050ef-ab5c-452c-9acf-479fef4ba879","blod":0,"cellType":"1","formulars":[],"name":"cell_26","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"67c9d4e8-17db-4a36-818f-6c5bae8509e4","blod":0,"cellType":"1","formulars":[],"name":"cell_27","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"96e63854-d950-4a4c-b322-3b2c4c5446de","blod":0,"cellType":"1","formulars":[],"name":"cell_28","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"668660ed-98d6-4ac7-aa28-fb48f20fbc64","blod":0,"cellType":"1","formulars":[],"name":"cell_29","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_8","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b8c7e007-6608-40be-add0-8274ba74e349","blod":0,"cellType":"1","formulars":[],"name":"cell_30","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_9","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"a2531ad4-4db4-437e-b38d-56fd982177fd","blod":0,"cellType":"1","formulars":[],"name":"cell_31","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_10","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5fa2e9cb-2c8d-4bc4-b4cf-f746aac4e4f6","blod":0,"cellType":"1","formulars":[],"name":"cell_32","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"3":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"3_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_11","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"66558453-34df-4627-b6a8-2b297d2912b8","blod":0,"cellType":"1","formulars":[],"name":"cell_44","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"c2316fc1-9fa6-4b28-b9c0-fcc136697f98","blod":1,"cellType":"1","formulars":[],"name":"cell_34","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"纳税人识别号(统一社会信用代码):12010500000003","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"872f28a1-d082-4970-801d-d98a14afe685","blod":0,"cellType":"1","formulars":[],"name":"cell_35","manyRows":0},"value":{"text":"纳税人识别号(统一社会信用代码):12010500000003","richText":[{"text":"纳税人识别号(统一社会信用代码):12010500000003"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"9a06c920-44af-4343-985f-bc11cefdbf18","blod":0,"cellType":"1","formulars":[],"name":"cell_36","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"2bddfa62-9608-4196-8e48-a23e6ef7ff8b","blod":0,"cellType":"1","formulars":[],"name":"cell_37","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"990535bb-8f03-476c-94fb-ea57371cd2d8","blod":0,"cellType":"1","formulars":[],"name":"cell_38","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5a9bca72-c8d2-4f55-a055-93549efb74ad","blod":0,"cellType":"1","formulars":[],"name":"cell_39","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f93dbe56-598d-4875-910c-ff5a29c06a7f","blod":0,"cellType":"1","formulars":[],"name":"cell_40","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_8","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"60c8658c-4843-4478-9803-ca239fc76879","blod":0,"cellType":"1","formulars":[],"name":"cell_41","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"abb2bf3c-1de0-449e-b0f1-43ca233bd819","blod":0,"cellType":"1","formulars":[],"name":"cell_42","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_10","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f6815286-46ac-4292-ae5c-4908ba60bc9d","blod":0,"cellType":"1","formulars":[],"name":"cell_43","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"4":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"4_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_11","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"85e2391f-9574-44f1-a732-3b8da0ff4cd1","blod":0,"cellType":"1","formulars":[],"name":"cell_55","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"9568439d-cf11-4e02-bc83-19239e6ef10c","blod":0,"cellType":"1","formulars":[],"name":"cell_45","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"纳税人名称(公章):纳税人名称纳税人名称纳税人名称","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"aebe9d96-9c02-4ebd-9650-7166360797f2","blod":0,"cellType":"1","formulars":[],"name":"cell_46","manyRows":0},"value":{"text":"纳税人名称(公章):纳税人名称纳税人名称纳税人名称","richText":[{"text":"纳税人名称(公章):纳税人名称纳税人名称纳税人名称"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"0471f3cd-2d3e-41f3-8e74-ef6a45cb8807","blod":0,"cellType":"1","formulars":[],"name":"cell_47","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"7026b211-98a5-4158-9682-de716cd1998c","blod":0,"cellType":"1","formulars":[],"name":"cell_48","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"01233e7e-890d-4f91-8fb5-32e35d5672d1","blod":0,"cellType":"1","formulars":[],"name":"cell_49","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"2ddf8a2d-5645-4976-8140-08af4c27a7cb","blod":0,"cellType":"1","formulars":[],"name":"cell_50","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"0bc313bb-bc38-45ea-bf40-6f3feeff6997","blod":0,"cellType":"1","formulars":[],"name":"cell_51","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_8","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"840a69cb-399a-481b-8e78-5bc4a228a255","blod":0,"cellType":"1","formulars":[],"name":"cell_52","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b4dd7bd3-2e06-470f-b969-d988c6fd5e36","blod":0,"cellType":"1","formulars":[],"name":"cell_53","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_10","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"a5a5ec31-e980-441b-bcde-5a9b37da449f","blod":0,"cellType":"1","formulars":[],"name":"cell_54","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"5":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"5_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_11","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"872db2e9-8825-4f5b-94bb-6b6cd52d27b5","blod":0,"cellType":"1","formulars":[],"name":"cell_66","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b6f7bbb4-6826-46f0-84dc-2565f0406687","blod":0,"cellType":"1","formulars":[],"name":"cell_56","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"填表日期:","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"54d5c78a-6f99-4d5e-ae7d-0f7e16dc8830","blod":0,"cellType":"1","formulars":[],"name":"cell_57","manyRows":0},"value":{"text":"填表日期:","richText":[{"text":"填表日期:"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"db13c835-b2f5-44e6-946a-af5f7059ba08","blod":0,"cellType":"1","formulars":[],"name":"cell_58","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"227eb7da-538c-446b-9593-63a3d65b6a4f","blod":0,"cellType":"1","formulars":[],"name":"cell_59","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_5","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"b0777fa0-4bb9-4b2c-b634-fff1449a1abe","blod":0,"cellType":"1","formulars":[],"name":"cell_60","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_6","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"04b28c7b-3a83-4af8-b1db-089b47f9001b","blod":0,"cellType":"1","formulars":[],"name":"cell_61","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"ac4aa3ed-50a1-4aea-8330-c31655365000","blod":0,"cellType":"1","formulars":[],"name":"cell_62","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_8","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"6f76f958-65ea-481d-8bd7-2fa3fea967e7","blod":0,"cellType":"1","formulars":[],"name":"cell_63","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"金额单位:元(列至角分)","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_9","broderRight":1,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"0d92301d-fc42-4ecd-afca-3b98b7036a59","blod":0,"cellType":"1","formulars":[],"name":"cell_64","manyRows":0},"value":{"text":"金额单位:元(列至角分)","richText":[{"text":"金额单位:元(列至角分)"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_10","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"f0a3ff0a-7034-41ed-a3fd-947340943ec0","blod":0,"cellType":"1","formulars":[],"name":"cell_65","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"6":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"6_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"品牌输入方已缴纳税款","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_11","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"b5848d25-35ff-4cdd-a1dc-814baff49aee","blod":0,"cellType":"1","formulars":[],"name":"cell_77","manyRows":0},"value":{"text":"品牌输入方已缴纳税款","richText":[{"text":"品牌输入方已缴纳税款"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"6_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"3b6bd1bb-fa4d-4b8b-8311-12ad1be74195","blod":0,"cellType":"1","formulars":[],"name":"cell_67","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"品牌输出方","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"eeb5fd53-204b-4238-bae1-f69f161dbe82","blod":0,"cellType":"1","formulars":[],"name":"cell_68","manyRows":0},"value":{"text":"品牌输出方","richText":[{"text":"品牌输出方"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_3","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"16d6ca74-08e1-4cd5-8822-28cbb18b514f","blod":0,"cellType":"1","formulars":[],"name":"cell_69","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"品牌输入方","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"f3623d20-245c-4d6f-9151-1fd325546fa6","blod":0,"cellType":"1","formulars":[],"name":"cell_70","manyRows":0},"value":{"text":"品牌输入方","richText":[{"text":"品牌输入方"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_5","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"8879447c-ec08-4f52-aa25-6e52ab4151f3","blod":0,"cellType":"1","formulars":[],"name":"cell_71","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟条包装商品条码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c7bbcd08-e782-4683-8f40-d5f62f8319bc","blod":0,"cellType":"1","formulars":[],"name":"cell_72","manyRows":0},"value":{"text":"卷烟条包装商品条码","richText":[{"text":"卷烟条包装商品条码"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"卷烟牌号规格","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"a3048e03-7c06-4d47-bb75-a548f728a9b2","blod":0,"cellType":"1","formulars":[],"name":"cell_73","manyRows":0},"value":{"text":"卷烟牌号规格","richText":[{"text":"卷烟牌号规格"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"销量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"0a514ebc-d548-4bd9-bba3-a8c813583d35","blod":0,"cellType":"1","formulars":[],"name":"cell_74","manyRows":0},"value":{"text":"销量","richText":[{"text":"销量"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"销售价格","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"84ee32b8-dbed-4417-9bcd-92563a17a085","blod":0,"cellType":"1","formulars":[],"name":"cell_75","manyRows":0},"value":{"text":"销售价格","richText":[{"text":"销售价格"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"销售额","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_10","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"445f763d-111a-4c31-a5c6-61b139ccde23","blod":0,"cellType":"1","formulars":[],"name":"cell_76","manyRows":0},"value":{"text":"销售额","richText":[{"text":"销售额"}]}}},"7":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"7_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_11","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ea1e7f39-a2e3-4c65-8dd8-394455e578df","blod":0,"cellType":"1","formulars":[],"name":"cell_88","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"7_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"2e58f8ca-2428-4544-9054-10e6d9518f67","blod":0,"cellType":"1","formulars":[],"name":"cell_78","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"企业名称","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"10207fe2-f6e8-42cd-83c8-c06dd50e2b5f","blod":0,"cellType":"1","formulars":[],"name":"cell_79","manyRows":0},"value":{"text":"企业名称","richText":[{"text":"企业名称"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"统一社会信用代码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5b82ab31-c8f8-4f3b-a71e-011c0870e846","blod":0,"cellType":"1","formulars":[],"name":"cell_80","manyRows":0},"value":{"text":"统一社会信用代码","richText":[{"text":"统一社会信用代码"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"企业名称","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"2cfcda79-dd2a-4ac1-9c67-11b281ca8085","blod":0,"cellType":"1","formulars":[],"name":"cell_81","manyRows":0},"value":{"text":"企业名称","richText":[{"text":"企业名称"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"统一社会信用代码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"52d9250c-16cc-4782-8a89-17ac8002184b","blod":0,"cellType":"1","formulars":[],"name":"cell_82","manyRows":0},"value":{"text":"统一社会信用代码","richText":[{"text":"统一社会信用代码"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_6","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"65d31b78-05b4-495f-896e-faeadeec3220","blod":0,"cellType":"1","formulars":[],"name":"cell_83","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_7","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e24bffc1-789c-4dc7-a323-9f7a781a1242","blod":0,"cellType":"1","formulars":[],"name":"cell_84","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"已缴纳税款","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_8","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"455df3c8-082e-40cc-9c21-75095150e5f6","blod":0,"cellType":"1","formulars":[],"name":"cell_85","manyRows":0},"value":{"text":"已缴纳税款","richText":[{"text":"已缴纳税款"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_9","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"1f8b8953-fc0d-4ac7-b385-9d1282d0a014","blod":0,"cellType":"1","formulars":[],"name":"cell_86","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_10","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"89b36b9a-1493-4032-b2cc-ba6e5b380d92","blod":0,"cellType":"1","formulars":[],"name":"cell_87","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"8":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"8_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"10","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_11","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7bf6d7c7-11d0-4c1e-9522-21e53a7f2a6d","blod":0,"cellType":"1","formulars":[],"name":"cell_99","manyRows":0},"value":{"text":"10","richText":[{"text":"10"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"8_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c31b7e33-26f1-4d2c-9ede-b64abefa066a","blod":0,"cellType":"1","formulars":[],"name":"cell_89","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"1","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c134e81d-76c0-4adb-8cc9-a4b1f2a6c1ca","blod":0,"cellType":"1","formulars":[],"name":"cell_90","manyRows":0},"value":{"text":"1","richText":[{"text":"1"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"2","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"238abad7-2093-4c93-bc1f-2f400f3ada24","blod":0,"cellType":"1","formulars":[],"name":"cell_91","manyRows":0},"value":{"text":"2","richText":[{"text":"2"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"3","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"594b3916-1c1d-48fc-beab-844af65d6770","blod":0,"cellType":"1","formulars":[],"name":"cell_92","manyRows":0},"value":{"text":"3","richText":[{"text":"3"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"4","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"1058cef9-aacb-4f1f-897e-2edb1dbbfb34","blod":0,"cellType":"1","formulars":[],"name":"cell_93","manyRows":0},"value":{"text":"4","richText":[{"text":"4"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"5","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"11c097a7-0640-44ff-a5c6-2d0caa8b8224","blod":0,"cellType":"1","formulars":[],"name":"cell_94","manyRows":0},"value":{"text":"5","richText":[{"text":"5"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"6","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"64c0c6f0-f5d6-4a70-bb7f-6ad7b550213b","blod":0,"cellType":"1","formulars":[],"name":"cell_95","manyRows":0},"value":{"text":"6","richText":[{"text":"6"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"7","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"bc40a44d-b905-42c1-a6e0-14b235998b94","blod":0,"cellType":"1","formulars":[],"name":"cell_96","manyRows":0},"value":{"text":"7","richText":[{"text":"7"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"8","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"433f1cb0-58eb-424b-8f0a-c98e93a114b4","blod":0,"cellType":"1","formulars":[],"name":"cell_97","manyRows":0},"value":{"text":"8","richText":[{"text":"8"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"9","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_10","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"4559dc7b-90e3-40aa-b419-3cbc07f25b1c","blod":0,"cellType":"1","formulars":[],"name":"cell_98","manyRows":0},"value":{"text":"9","richText":[{"text":"9"}]}}},"9":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":1,"totalCell":"","manyRowCount":0,"colHeight":"","cellType":"9","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":1,"id":"9_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_11","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"4d3f826d-cf78-46d0-892f-fe08d33a9fc7","blod":0,"cellType":"1","formulars":[],"name":"item.cell_110","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"9_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":1,"uuId":"bdfd9d7f-ff4b-4ac6-8f33-7e4e40913eb4","blod":0,"cellType":"1","formulars":[],"name":"item.cell_100","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":200,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_2","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"f67de6b6-64a0-45ce-955a-4c8918fd33eb","blod":0,"cellType":"5","formulars":[],"name":"item.cell_101","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":20,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_3","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"85dbd14d-4a93-4843-85ba-11536f3ff68d","blod":0,"cellType":"5","formulars":[],"name":"item.cell_102","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":200,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_4","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"fd5cc34f-3fcb-414c-88ba-3b5afa251f5f","blod":0,"cellType":"5","formulars":[],"name":"item.cell_103","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":20,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_5","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"507deb2b-5fdf-4ed6-9c72-c2bfd90ce939","blod":0,"cellType":"5","formulars":[],"name":"item.cell_104","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":200,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_6","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"22db033c-0155-44cf-9296-69c11788c21b","blod":0,"cellType":"5","formulars":[],"name":"item.cell_105","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":75,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_7","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"fd8f8545-f8ff-4eb0-af21-0cc48cb94c71","blod":0,"cellType":"5","formulars":[],"name":"item.cell_106","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.0000","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_8","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"b3c399e9-4f61-4d9c-b861-91972ca999ef","blod":0,"cellType":"1","formulars":[],"name":"item.cell_107","manyRows":1},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_9","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"c5a6198e-dc58-4dea-a85c-6cee2df1e64d","blod":0,"cellType":"1","formulars":[],"name":"item.cell_108","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_10","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"4720b369-3d50-464d-aeb4-72b6d3223e1b","blod":0,"cellType":"1","formulars":[],"name":"item.cell_109","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}}},"10":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"10_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计行品牌输入方已缴纳税款列=各行品牌输入方已缴纳税款之和","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_11","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"c1d15acd-7973-49c8-8e62-de4d95b3d55e","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row9.cell_110)","visible":false,"reverseExpression":""}],"name":"cell_121","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5832f79a-9ad7-42ae-a60d-bc2502efb7db","blod":0,"cellType":"1","formulars":[],"name":"cell_111","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"合计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e6fbacf2-d662-4de5-b7aa-f4a2e33663bf","blod":0,"cellType":"1","formulars":[],"name":"cell_112","manyRows":0},"value":{"text":"合计","richText":[{"text":"合计"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"dd6d6add-fc7c-4a8f-b5c8-135b7076fbcf","blod":0,"cellType":"1","formulars":[],"name":"cell_113","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"4a286b75-b791-439d-ab61-acec66691882","blod":0,"cellType":"1","formulars":[],"name":"cell_114","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7a252c24-ad48-41af-8565-5bd76b7dce2d","blod":0,"cellType":"1","formulars":[],"name":"cell_115","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"813c0d72-7295-44e6-b9d9-6a205293e125","blod":0,"cellType":"1","formulars":[],"name":"cell_116","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"0d98f283-049f-4273-9cb0-2c3c34983f23","blod":0,"cellType":"1","formulars":[],"name":"cell_117","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"8":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.0000","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":"18","formularsDemand":"合计行销量=各行销量之和","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_8","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"867cae5a-8477-4f2c-ab6c-e569310e8321","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row9.cell_107)","visible":false,"reverseExpression":""}],"name":"cell_118","manyRows":0},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"4759da66-4d05-4682-ac3c-53fa448c6b6b","blod":0,"cellType":"1","formulars":[],"name":"cell_119","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"10":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计行销售额列=各行销售额之和","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_10","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"fdf1f7c3-78d4-4593-9f04-6cbfee5999e9","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row9.cell_109)","visible":false,"reverseExpression":""}],"name":"cell_120","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}}}},"rowDataArray":[{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":0,"linkageRowNum":"","manyRows":0,"row":"row0","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":1,"linkageRowNum":"","manyRows":0,"row":"row1","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":2,"linkageRowNum":"","manyRows":0,"row":"row2","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":3,"linkageRowNum":"","manyRows":0,"row":"row3","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":4,"linkageRowNum":"","manyRows":0,"row":"row4","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":5,"linkageRowNum":"","manyRows":0,"row":"row5","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":6,"linkageRowNum":"","manyRows":0,"row":"row6","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":7,"linkageRowNum":"","manyRows":0,"row":"row7","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":8,"linkageRowNum":"","manyRows":0,"row":"row8","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":9,"linkageRowNum":"","manyRows":1,"row":"row9","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":10,"linkageRowNum":"","manyRows":0,"row":"row10","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":11,"linkageRowNum":"","manyRows":0,"row":"row11","medianValue":"","linkageRow":""}}]},"tableAttribute":{"inTableVerifyData":[],"alert":[],"colwidth":[150,32,223,223,223,223,161,138,127,129,127,127],"hiddenCol":[],"formulasList":[{"cellUuid":{},"cellName":"cell_118"},{"cellUuid":{},"cellName":"cell_120"},{"cellUuid":{},"cellName":"cell_121"}],"cellCheck":[{"visible":false,"checkRow":false,"type":"1","demand":"\u201C企业名称\u201D不能为空!!","tips":"\u201C企业名称\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row9[0].cell_101","random":1646372050773,"demandId":"","pointId":"9_2","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""}],"freezeColumnNum":0,"freezeRowNum":0}}},"formName":"008_卷烟生产企业合作生产卷烟消费税情况报告表","bindingNode":{"":"","cell_49":"","cell_47":"","cell_48":"","cell_56":"","cell_57":"填表日期:","cell_54":"","cell_55":"","cell_52":"","cell_53":"","cell_50":"","cell_51":"","cell_2":"附表5","cell_1":"","cell_4":"","cell_58":"","otherData":{"row9":{"cell_110":"0.00","cell_102":"","cell_103":"","cell_100":"","cell_101":"","cell_106":"","cell_107":"0.0000","cell_104":"","cell_105":"","cell_108":"0.00","cell_109":"0.00"}},"cell_3":"","cell_59":"","cell_6":"","cell_5":"","cell_8":"","cell_7":"","cell_9":"","cell_60":"","cell_67":"","cell_68":"品牌输出方","cell_65":"","cell_66":"","cell_63":"","cell_64":"金额单位:元(列至角分)","cell_61":"","cell_62":"","cell_69":"","cell_70":"品牌输入方","cell_71":"","cell_78":"","cell_79":"企业名称","cell_76":"销售额","cell_77":"品牌输入方已缴纳税款","cell_74":"销量","cell_75":"销售价格","cell_72":"卷烟条包装商品条码","cell_73":"卷烟牌号规格","cell_81":"企业名称","cell_82":"统一社会信用代码","cell_80":"统一社会信用代码","cell_89":"","cell_87":"","cell_88":"","cell_85":"已缴纳税款","cell_86":"","cell_83":"","cell_84":"","cell_120":"0.00","cell_121":"0.00","cell_124":"","cell_125":"","cell_122":"","cell_123":"","cell_128":"","cell_129":"","cell_126":"","cell_127":"","cell_92":"3","cell_93":"4","cell_90":"1","cell_91":"2","cell_12":"","cell_13":"卷烟生产企业合作生产卷烟消费税情况报告表","cell_10":"","cell_98":"9","cell_11":"","cell_99":"10","cell_96":"7","cell_97":"8","cell_94":"5","cell_95":"6","cell_131":"","cell_132":"","cell_18":"","cell_130":"","cell_19":"","cell_16":"","cell_17":"","cell_14":"","cell_15":"","row9":[{"cell_110":"0.00","cell_102":"","cell_103":"","cell_100":"","cell_101":"","cell_106":"","cell_107":"0.0000","cell_104":"","cell_105":"","cell_108":"0.00","cell_109":"0.00"}],"cell_23":"","cell_24":"(卷烟生产环节消费税纳税人适用)","cell_21":"","cell_22":"","cell_20":"","cell_29":"","cell_27":"","cell_28":"","cell_25":"","cell_26":"","cell_34":"","cell_35":"纳税人识别号(统一社会信用代码):12010500000003","cell_32":"","cell_33":"","cell_30":"","cell_31":"","cell_38":"","cell_113":"--","cell_39":"","cell_114":"--","cell_36":"","cell_111":"","cell_37":"","cell_112":"合计","cell_117":"--","cell_118":"0.0000","cell_115":"--","cell_116":"--","cell_119":"--","cell_45":"","cell_46":"纳税人名称(公章):纳税人名称纳税人名称纳税人名称","cell_43":"","cell_44":"","cell_41":"","cell_42":"","cell_40":""},"completionDescription":""}}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{"template":{"sheets":{"Sheet1":{"spans":[{"col":1,"colCount":11,"row":0,"rowCount":1},{"col":1,"colCount":11,"row":1,"rowCount":1},{"col":1,"colCount":11,"row":2,"rowCount":1},{"col":1,"colCount":11,"row":3,"rowCount":1},{"col":1,"colCount":11,"row":4,"rowCount":1},{"col":1,"colCount":1,"row":5,"rowCount":3},{"col":2,"colCount":5,"row":5,"rowCount":1},{"col":7,"colCount":5,"row":5,"rowCount":1},{"col":2,"colCount":1,"row":6,"rowCount":2},{"col":3,"colCount":2,"row":6,"rowCount":1},{"col":5,"colCount":2,"row":6,"rowCount":1},{"col":7,"colCount":1,"row":6,"rowCount":2},{"col":8,"colCount":2,"row":6,"rowCount":1},{"col":10,"colCount":2,"row":6,"rowCount":1}],"data":{"dataTable":{"0":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"8173b939-b818-41c8-984b-c3aae824a5b7","blod":0,"cellType":"1","formulars":[],"name":"cell_12","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"0_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_157","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"name":"","manyRows":0,"id":"0_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"乙烯、芳烃生产装置投入产出流量计统计表","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"7bad508f-dd0b-4c10-838e-19ac7ccd0daa","blod":1,"cellType":"1","formulars":[],"name":"cell_2","manyRows":0},"value":{"text":"乙烯、芳烃生产装置投入产出流量计统计表","richText":[{"text":"乙烯、芳烃生产装置投入产出流量计统计表"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_2","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b56e029e-7e64-4c33-83b0-83d9ca086c56","blod":1,"cellType":"1","formulars":[],"name":"cell_3","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"d8201ae9-3c26-4e45-a432-5979dcd106e6","blod":1,"cellType":"1","formulars":[],"name":"cell_4","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b8c79ac0-8227-4075-9fc7-307ae862f6bd","blod":1,"cellType":"1","formulars":[],"name":"cell_5","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"7e8f89dc-829b-48e8-8a2b-3a02b52c5e90","blod":1,"cellType":"1","formulars":[],"name":"cell_6","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_6","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"0b7119af-2e8a-4543-9405-a3850d442249","blod":1,"cellType":"1","formulars":[],"name":"cell_7","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_7","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"41c78a1b-707b-467f-9dcb-9fac8e9fc2b1","blod":1,"cellType":"1","formulars":[],"name":"cell_8","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ff1c42a4-e320-489f-bb9d-9a2b0538b5f6","blod":0,"cellType":"1","formulars":[],"name":"cell_9","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"98290457-f2e8-4a58-ba78-46b35f69fac7","blod":0,"cellType":"1","formulars":[],"name":"cell_10","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b927fed7-415c-4d91-8350-e91a55359040","blod":0,"cellType":"1","formulars":[],"name":"cell_11","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"1":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b890e635-f95d-4f8b-a319-b6375a4daad5","blod":0,"cellType":"1","formulars":[],"name":"cell_24","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"1_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_158","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"1_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"90308d83-acbe-4bea-a751-73ee0bb6ac3b","blod":0,"cellType":"1","formulars":[],"name":"cell_14","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d4924d59-f02d-46f8-aa6b-ba9a985fea17","blod":0,"cellType":"1","formulars":[],"name":"cell_15","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"126c6283-69f6-4b9f-b4cf-a9d7c79d49c1","blod":0,"cellType":"1","formulars":[],"name":"cell_16","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d4343fe8-a056-40ee-aba6-8dc0b223d370","blod":0,"cellType":"1","formulars":[],"name":"cell_17","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b09b06bd-e490-4166-a480-31557a848f16","blod":0,"cellType":"1","formulars":[],"name":"cell_18","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"a371f0ee-47fe-4c5c-8c2e-b74752ec64e5","blod":0,"cellType":"1","formulars":[],"name":"cell_19","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"aca1a44f-06da-47a2-864b-77bb9d7889af","blod":0,"cellType":"1","formulars":[],"name":"cell_20","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"2f96a78f-331d-4fe4-911b-0739f2def863","blod":0,"cellType":"1","formulars":[],"name":"cell_21","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"a4e3b5ae-c83b-4dea-86f3-29cea65c54e0","blod":0,"cellType":"1","formulars":[],"name":"cell_22","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"72687d13-f81a-40cf-9bef-5d50d1186b5d","blod":0,"cellType":"1","formulars":[],"name":"cell_23","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}}},"2":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"4f0c25c5-9875-4f8c-900d-0db63488f2ac","blod":0,"cellType":"1","formulars":[],"name":"cell_36","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"2_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_159","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"2_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"587c2ef1-be9d-4a5d-a027-67ea24e8c963","blod":0,"cellType":"1","formulars":[],"name":"cell_26","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"ee3564cc-f7d8-4b9d-afad-5637ec077e23","blod":0,"cellType":"1","formulars":[],"name":"cell_27","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c4b7148a-c2da-43ee-8a99-54ad37e54062","blod":0,"cellType":"1","formulars":[],"name":"cell_28","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"563802e2-cd69-4895-aed6-eda296c95672","blod":0,"cellType":"1","formulars":[],"name":"cell_29","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"2450bc9d-f36c-45dc-bed0-a3ab77e76ef9","blod":0,"cellType":"1","formulars":[],"name":"cell_30","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"280fc8d6-8281-4faf-898e-463ff508472f","blod":0,"cellType":"1","formulars":[],"name":"cell_31","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"35cf6117-8523-448f-bb53-0f9cabb5bfcb","blod":0,"cellType":"1","formulars":[],"name":"cell_32","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ef482bf5-a318-4613-8f76-57d472a7f6e9","blod":0,"cellType":"1","formulars":[],"name":"cell_33","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"f943ab67-ba76-4033-955b-67f5cdbd25c5","blod":0,"cellType":"1","formulars":[],"name":"cell_34","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"2fb7b4d2-5e87-4455-8fb7-4ee7f7dcf086","blod":0,"cellType":"1","formulars":[],"name":"cell_35","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}}},"3":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"f0567652-6ea4-4c6f-8c04-b9b208b6755e","blod":0,"cellType":"1","formulars":[],"name":"cell_48","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"3_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_160","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"3_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"18849232-8322-41eb-b8f4-20b794774b32","blod":0,"cellType":"1","formulars":[],"name":"cell_38","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"0f738d29-f7ae-4965-ba44-3b30ccb2bb29","blod":0,"cellType":"1","formulars":[],"name":"cell_39","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"ce67ca14-568a-433a-ac21-bd0df65ed3e1","blod":0,"cellType":"1","formulars":[],"name":"cell_40","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7003d0d8-befd-4e4b-98f3-50da3b098736","blod":0,"cellType":"1","formulars":[],"name":"cell_41","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6c894090-8f83-42f6-9a81-153e2ba84c6d","blod":0,"cellType":"1","formulars":[],"name":"cell_42","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d76f5361-3bbd-4c56-bf0a-e5f6d647a722","blod":0,"cellType":"1","formulars":[],"name":"cell_43","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"d8baf5fb-c90c-4618-b2c8-38046e677d16","blod":0,"cellType":"1","formulars":[],"name":"cell_44","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"5ec5fb11-cd7b-4e50-a08f-7169f0057a53","blod":0,"cellType":"1","formulars":[],"name":"cell_45","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ce4c5b8b-c46d-4173-a878-ac34fe1d2d3c","blod":0,"cellType":"1","formulars":[],"name":"cell_46","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"47bd012e-408c-4688-baa6-9774d1409e34","blod":0,"cellType":"1","formulars":[],"name":"cell_47","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}}},"4":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"63952f29-6d16-46f7-a770-c1b099ee0295","blod":0,"cellType":"1","formulars":[],"name":"cell_60","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"4_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_161","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"4_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"4441198d-cff6-4669-90ec-e9044346eb47","blod":0,"cellType":"1","formulars":[],"name":"cell_50","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"c0a2fa0f-0377-46be-9942-e5ca9b9a7729","blod":0,"cellType":"1","formulars":[],"name":"cell_51","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"41f3d1f3-7c80-4e4c-b109-04544719c63e","blod":0,"cellType":"1","formulars":[],"name":"cell_52","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"702be767-0be8-4a04-9916-3044e242c973","blod":0,"cellType":"1","formulars":[],"name":"cell_53","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"f9655923-00c0-47cc-8790-d067e360b6a5","blod":0,"cellType":"1","formulars":[],"name":"cell_54","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_6","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"b4b7e0b4-3b56-4e75-be48-606387e8ecf4","blod":0,"cellType":"1","formulars":[],"name":"cell_55","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_7","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"049a14d3-fb32-4e67-bef2-ed516fbfd1b4","blod":0,"cellType":"1","formulars":[],"name":"cell_56","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c8656c85-d670-4025-b1ab-25d65d8a7ff7","blod":0,"cellType":"1","formulars":[],"name":"cell_57","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"33ae87b3-2b5a-4d73-a58b-8c3b955e2f26","blod":0,"cellType":"1","formulars":[],"name":"cell_58","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7c0ae098-74fb-49d7-8f22-345c5359ac3c","blod":0,"cellType":"1","formulars":[],"name":"cell_59","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"5":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_11","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"2d836ac8-8d21-4ce9-967e-32d99b21c28d","blod":0,"cellType":"1","formulars":[],"name":"cell_72","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"5_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_162","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"5_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"装置名称","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5c77fb8e-52c8-413a-b79b-7c96afc767b2","blod":0,"cellType":"1","formulars":[],"name":"cell_62","manyRows":0},"value":{"text":"装置名称","richText":[{"text":"装置名称"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"原料投入情况","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"23e5dcf4-178c-40dc-8685-10a50c3a361b","blod":0,"cellType":"1","formulars":[],"name":"cell_63","manyRows":0},"value":{"text":"原料投入情况","richText":[{"text":"原料投入情况"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_3","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"a6f928b1-7d5d-476a-a968-bba5030e6eec","blod":0,"cellType":"1","formulars":[],"name":"cell_64","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_4","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"3ae54613-1a84-4811-ad9e-f81cb19a24af","blod":0,"cellType":"1","formulars":[],"name":"cell_65","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_5","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"dcb20546-f64c-4fcf-9f2c-feddc4cee69a","blod":0,"cellType":"1","formulars":[],"name":"cell_66","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_6","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"47b77951-882c-4d2d-ab08-9ea2a776a7ac","blod":0,"cellType":"1","formulars":[],"name":"cell_67","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"产品产出情况","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"be08324b-be2c-4138-b784-46031a2aa11c","blod":0,"cellType":"1","formulars":[],"name":"cell_68","manyRows":0},"value":{"text":"产品产出情况","richText":[{"text":"产品产出情况"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_8","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"895d116d-43b1-422b-9340-f254a6072b61","blod":0,"cellType":"1","formulars":[],"name":"cell_69","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_9","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"de81324d-1e11-49b8-ad89-45d8b42242d8","blod":0,"cellType":"1","formulars":[],"name":"cell_70","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_10","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"00ef1a3b-2aba-46a4-baad-a49ac1016533","blod":0,"cellType":"1","formulars":[],"name":"cell_71","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"6":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_11","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c24737aa-eea2-4aad-8daf-22513d7a1779","blod":0,"cellType":"1","formulars":[],"name":"cell_84","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"6_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_163","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"6_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_1","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"6820858c-e123-4ba7-8d11-4724862e0fc2","blod":0,"cellType":"1","formulars":[],"name":"cell_74","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"流量计个数","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"dc6d1ef1-6fed-4d27-9684-05cf884339ac","blod":0,"cellType":"1","formulars":[],"name":"cell_75","manyRows":0},"value":{"text":"流量计个数","richText":[{"text":"流量计个数"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"流量计统计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"d852f124-ed4b-46a5-82ac-820fc525babf","blod":0,"cellType":"1","formulars":[],"name":"cell_76","manyRows":0},"value":{"text":"流量计统计","richText":[{"text":"流量计统计"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"财务核算","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_4","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"9fa60320-83d5-4de6-9d76-2da6e86d4e3c","blod":0,"cellType":"1","formulars":[],"name":"cell_77","manyRows":0},"value":{"text":"财务核算","richText":[{"text":"财务核算"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"财务核算","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"10cee41f-10e2-4099-ba7f-0046f10bef28","blod":0,"cellType":"1","formulars":[],"name":"cell_78","manyRows":0},"value":{"text":"财务核算","richText":[{"text":"财务核算"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_6","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"4219927f-b6f4-492f-bc1a-60fe0a82b069","blod":0,"cellType":"1","formulars":[],"name":"cell_79","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"流量计个数","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"a71ce4d7-6d67-4e48-9e2d-ad98ad82853a","blod":0,"cellType":"1","formulars":[],"name":"cell_80","manyRows":0},"value":{"text":"流量计个数","richText":[{"text":"流量计个数"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"流量计统计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"6aec1b98-2872-499b-adca-4b3fb02fb7d0","blod":0,"cellType":"1","formulars":[],"name":"cell_81","manyRows":0},"value":{"text":"流量计统计","richText":[{"text":"流量计统计"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"财务核算","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_9","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"61056881-9a50-4499-9a49-b57c6eb272d6","blod":0,"cellType":"1","formulars":[],"name":"cell_82","manyRows":0},"value":{"text":"财务核算","richText":[{"text":"财务核算"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"财务核算","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_10","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"971ed2e8-66d3-4d26-a387-4fb85c5394ba","blod":0,"cellType":"1","formulars":[],"name":"cell_83","manyRows":0},"value":{"text":"财务核算","richText":[{"text":"财务核算"}]}}},"7":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"芳烃类数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_11","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"b1a7ae41-5100-4272-ab44-79b70d5a2fa7","blod":0,"cellType":"1","formulars":[],"name":"cell_96","manyRows":0},"value":{"text":"芳烃类数量","richText":[{"text":"芳烃类数量"}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"7_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_164","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"7_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_1","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"fbbfd983-d442-4430-a168-a9097694448b","blod":0,"cellType":"1","formulars":[],"name":"cell_86","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_2","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"139dd185-47d1-47c9-9ffe-47cdc7b39eb3","blod":0,"cellType":"1","formulars":[],"name":"cell_87","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"石脑油数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"82a698fe-1099-4f8b-a32c-dded44856e37","blod":0,"cellType":"1","formulars":[],"name":"cell_88","manyRows":0},"value":{"text":"石脑油数量","richText":[{"text":"石脑油数量"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"燃料油数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"2b7cc670-1672-4e38-b473-bb00ed581e19","blod":0,"cellType":"1","formulars":[],"name":"cell_89","manyRows":0},"value":{"text":"燃料油数量","richText":[{"text":"燃料油数量"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"石脑油数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"b6670a2b-bb2a-43ec-b2a3-22957230fc01","blod":0,"cellType":"1","formulars":[],"name":"cell_90","manyRows":0},"value":{"text":"石脑油数量","richText":[{"text":"石脑油数量"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"燃料油数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ffa1a9d9-ef55-4056-bdcb-0fb1486037ae","blod":0,"cellType":"1","formulars":[],"name":"cell_91","manyRows":0},"value":{"text":"燃料油数量","richText":[{"text":"燃料油数量"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_7","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e5111d99-d713-4153-80b6-587033cdc826","blod":0,"cellType":"1","formulars":[],"name":"cell_92","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"乙烯类数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"dda32caf-fc91-4c4b-896c-945e5fef2289","blod":0,"cellType":"1","formulars":[],"name":"cell_93","manyRows":0},"value":{"text":"乙烯类数量","richText":[{"text":"乙烯类数量"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"芳烃类数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"99c68046-dade-482c-b8f0-2603979760b7","blod":0,"cellType":"1","formulars":[],"name":"cell_94","manyRows":0},"value":{"text":"芳烃类数量","richText":[{"text":"芳烃类数量"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"乙烯类数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_10","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7528f810-8522-4cb8-acd3-825855d4ae0a","blod":0,"cellType":"1","formulars":[],"name":"cell_95","manyRows":0},"value":{"text":"乙烯类数量","richText":[{"text":"乙烯类数量"}]}}},"8":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_11","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"1b0bfc09-5d0b-416e-8ad7-8312a60ade0c","blod":0,"cellType":"1","formulars":[],"name":"item.cell_108","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"1","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"8_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":"1","blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"item.hidden_165","seletionsExpand":true,"manyRows":"1","initDialogData":"","seletionsRelation":""},"value":{"text":"1","richText":[{"text":"1"}]}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":1,"totalCell":"","manyRowCount":0,"colHeight":"","cellType":"9","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":1,"id":"8_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"afd51edb-7e05-4b4c-88bb-52d22f73b701","blod":0,"cellType":"1","formulars":[],"name":"item.cell_98","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_2","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"b0cf18a3-a745-44b5-8c6b-df51d1b55636","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"","visible":false,"reverseExpression":""}],"name":"item.cell_99","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_3","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"ca7d11b7-67ad-436b-9e8f-335e4f4dc6c1","blod":0,"cellType":"1","formulars":[],"name":"item.cell_100","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_4","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"9da6adcc-4912-4a3d-91f7-dcea030010f6","blod":0,"cellType":"1","formulars":[],"name":"item.cell_101","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_5","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"30dcdb2a-93a9-467f-a4a8-02bb9a6dfa30","blod":0,"cellType":"1","formulars":[],"name":"item.cell_102","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"d835e955-fbe4-447b-ab45-d8d06ae08661","blod":0,"cellType":"1","formulars":[],"name":"item.cell_103","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_7","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"bd65996c-528c-48c4-abed-92e6a8ad8067","blod":0,"cellType":"1","formulars":[],"name":"item.cell_104","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_8","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"4b1a7ad9-55b1-410e-9297-eabb0f19bb3e","blod":0,"cellType":"1","formulars":[],"name":"item.cell_105","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_9","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"37dfacd1-1d49-4e88-8627-08cfc690670c","blod":0,"cellType":"1","formulars":[],"name":"item.cell_106","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_10","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"83e9de02-4a39-423b-90ff-f6a3f051f605","blod":0,"cellType":"1","formulars":[],"name":"item.cell_107","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}}},"9":{"11":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_11","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"c445b21c-995a-4e18-bfe4-92bff8a18a65","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_108)","visible":false,"reverseExpression":""}],"name":"cell_120","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_166","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"9_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"合计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"a51789b2-fb3b-4a57-b590-0db5a0fe30ea","blod":0,"cellType":"1","formulars":[],"name":"cell_110","manyRows":0},"value":{"text":"合计","richText":[{"text":"合计"}]}},"2":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_2","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"e877b584-187b-4824-9c95-b31f1191a275","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_99)","visible":false,"reverseExpression":""}],"name":"cell_111","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"3":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_3","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"b3627c15-e0c9-4e72-92bb-4dc7b31b2607","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_100)","visible":false,"reverseExpression":""}],"name":"cell_112","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"4":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_4","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"0c15746d-bb99-403d-a560-46e9723699b7","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_101)","visible":false,"reverseExpression":""}],"name":"cell_113","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"5":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_5","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"69ff4e64-d825-49d5-8714-08551d7a4014","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_102)","visible":false,"reverseExpression":""}],"name":"cell_114","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"6":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"fdd69ce3-ce93-4c2d-af01-f0bfc6e9913f","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_103)","visible":false,"reverseExpression":""}],"name":"cell_115","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_7","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"20800148-9156-4e60-ac23-3df805d72d18","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_104)","visible":false,"reverseExpression":""}],"name":"cell_116","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"8":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_8","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"bfa47311-4221-4a4f-a382-e93367acc02a","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_105)","visible":false,"reverseExpression":""}],"name":"cell_117","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"9":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_9","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"e96d725b-d2a2-4145-b42a-f0ca82965731","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_106)","visible":false,"reverseExpression":""}],"name":"cell_118","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"10":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"合计=各列行次的合计数","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_10","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"b86ca2d8-64d4-438f-90a7-47063cf65991","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_107)","visible":false,"reverseExpression":""}],"name":"cell_119","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}}},"10":{"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_11","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c1adc8e2-155f-47e3-960d-f1c429804fa4","blod":0,"cellType":"1","formulars":[],"name":"cell_132","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"12":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"10_12","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_167","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}},"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"10_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"47b40b02-0cc9-4345-b62d-7eb9f1222c93","blod":0,"cellType":"1","formulars":[],"name":"cell_122","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"949f1790-dc5c-495f-a61b-f6fac6a1c790","blod":0,"cellType":"1","formulars":[],"name":"cell_123","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_3","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"981dd76c-8f55-4fed-ba4c-a4e9d735a587","blod":0,"cellType":"1","formulars":[],"name":"cell_124","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"22211107-5bbb-4a44-831f-ef4a8c6d8f20","blod":0,"cellType":"1","formulars":[],"name":"cell_125","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_5","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"86da5056-507e-4a7b-b510-de5c361aa040","blod":0,"cellType":"1","formulars":[],"name":"cell_126","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"85b82932-79b1-4e32-a7ca-159cee440647","blod":0,"cellType":"1","formulars":[],"name":"cell_127","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"3f86df44-7074-45ec-a991-af85bf3b5b50","blod":0,"cellType":"1","formulars":[],"name":"cell_128","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_8","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7831e3e7-249b-4aeb-88ee-dcddf3e68d87","blod":0,"cellType":"1","formulars":[],"name":"cell_129","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6d2581f1-59ff-4586-b136-d91a700c0e46","blod":0,"cellType":"1","formulars":[],"name":"cell_130","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_10","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b0804f3b-1e93-4d4c-b915-8943d14a6cf5","blod":0,"cellType":"1","formulars":[],"name":"cell_131","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}}},"rowDataArray":[{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":0,"linkageRowNum":"","manyRows":0,"row":"row0","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":1,"linkageRowNum":"","manyRows":0,"row":"row1","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":2,"linkageRowNum":"","manyRows":0,"row":"row2","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":3,"linkageRowNum":"","manyRows":0,"row":"row3","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":4,"linkageRowNum":"","manyRows":0,"row":"row4","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":5,"linkageRowNum":"","manyRows":0,"row":"row5","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":6,"linkageRowNum":"","manyRows":0,"row":"row6","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":7,"linkageRowNum":"","manyRows":0,"row":"row7","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"hidden_165","lineNum":8,"linkageRowNum":"","manyRows":1,"row":"row8","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":9,"linkageRowNum":"","manyRows":0,"row":"row9","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":10,"linkageRowNum":"","manyRows":0,"row":"row10","medianValue":"","linkageRow":""}}]},"tableAttribute":{"inTableVerifyData":[],"alert":[],"colwidth":[150,226,118,118,118,118,118,118,118,118,118,118,150],"hiddenCol":[12],"formulasList":[{"cellUuid":{},"cellName":"item.cell_99"},{"cellUuid":{},"cellName":"cell_111"},{"cellUuid":{},"cellName":"cell_112"},{"cellUuid":{},"cellName":"cell_113"},{"cellUuid":{},"cellName":"cell_114"},{"cellUuid":{},"cellName":"cell_115"},{"cellUuid":{},"cellName":"cell_116"},{"cellUuid":{},"cellName":"cell_117"},{"cellUuid":{},"cellName":"cell_118"},{"cellUuid":{},"cellName":"cell_119"},{"cellUuid":{},"cellName":"cell_120"}],"cellCheck":[{"visible":false,"checkRow":false,"type":"1","demand":"校验1:\u201C装置名称\u201D不能为空!!","temps":[],"tips":"\u201C装置名称\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row8[0].cell_98","random":1646208016541,"demandId":"","pointId":"8_1","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""}],"freezeColumnNum":0,"freezeRowNum":0}}},"formName":"011_乙烯、芳烃生产装置投入产出流量计统计表","bindingNode":{"":"","cell_47":"Str|纳税人名称(公章):|initData.nsrmc","cell_48":"Str|纳税人名称(公章):|initData.nsrmc","cell_56":"","cell_57":"","cell_54":"","cell_55":"","cell_52":"","cell_53":"","cell_50":"","cell_51":"","hidden_158":"","hidden_157":"","cell_2":"乙烯、芳烃生产装置投入产出流量计统计表","cell_4":"","cell_58":"","otherData":{"row8":{"hidden_165":"1","cell_102":"0.00","cell_103":"0.00","cell_100":"0.00","cell_101":"0.00","cell_106":"0.00","cell_107":"0.00","cell_98":"","cell_104":"0.00","cell_99":"0.00","cell_105":"0.00","cell_108":"0.00"}},"cell_3":"","cell_59":"","cell_6":"","cell_5":"","cell_8":"","cell_7":"","cell_9":"","cell_60":"","cell_67":"","cell_68":"产品产出情况","cell_65":"","cell_66":"","cell_63":"原料投入情况","cell_64":"","cell_62":"装置名称","cell_69":"","cell_70":"","cell_71":"","cell_78":"财务核算","cell_79":"","cell_76":"流量计统计","cell_77":"财务核算","cell_74":"","cell_75":"流量计个数","cell_72":"","cell_81":"流量计统计","cell_82":"财务核算","cell_80":"流量计个数","cell_89":"燃料油数量","cell_87":"","cell_88":"石脑油数量","cell_86":"","cell_83":"财务核算","cell_84":"","cell_120":"0.00","cell_124":"","cell_125":"","cell_122":"","cell_123":"","cell_128":"","cell_129":"","cell_126":"","cell_127":"","cell_92":"","cell_93":"乙烯类数量","cell_90":"石脑油数量","cell_91":"燃料油数量","cell_12":"","cell_10":"","cell_11":"","cell_96":"芳烃类数量","cell_94":"芳烃类数量","cell_95":"乙烯类数量","cell_131":"","cell_132":"","cell_18":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_19":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_130":"","cell_16":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_17":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_14":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_15":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","row8":[{"hidden_165":"1","cell_102":"0.00","cell_103":"0.00","cell_100":"0.00","cell_101":"0.00","cell_106":"0.00","cell_107":"0.00","cell_98":"","cell_104":"0.00","cell_99":"0.00","cell_105":"0.00","cell_108":"0.00"}],"cell_23":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_24":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_21":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_22":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_20":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_29":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","hidden_167":"","hidden_166":"","cell_27":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_28":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","hidden_164":"","hidden_163":"","cell_26":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","hidden_162":"","hidden_161":"","hidden_160":"","cell_34":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_35":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_32":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_33":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_30":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_31":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","hidden_159":"","cell_110":"合计","cell_38":"Str|纳税人名称(公章):|initData.nsrmc","cell_113":"0.00","cell_39":"Str|纳税人名称(公章):|initData.nsrmc","cell_114":"0.00","cell_36":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_111":"0.00","cell_112":"0.00","cell_117":"0.00","cell_118":"0.00","cell_115":"0.00","cell_116":"0.00","cell_119":"0.00","cell_45":"Str|纳税人名称(公章):|initData.nsrmc","cell_46":"Str|纳税人名称(公章):|initData.nsrmc","cell_43":"Str|纳税人名称(公章):|initData.nsrmc","cell_44":"Str|纳税人名称(公章):|initData.nsrmc","cell_41":"Str|纳税人名称(公章):|initData.nsrmc","cell_42":"Str|纳税人名称(公章):|initData.nsrmc","cell_40":"Str|纳税人名称(公章):|initData.nsrmc"},"completionDescription":"<p class=\"ql-align-center\"><strong>《乙烯、芳烃生产装置投入产出流量计统计表》填表说明</strong></p><p class=\"ql-align-justify\">\t1.本表为A4纸。</p><p class=\"ql-align-justify\">\t2.此表企业留存一份;主管税务机关或海关审核退税留存一份;税务机关对进口油品提出初审意见后转交海关退税一份。</p><p class=\"ql-align-justify\">\t3.本表\u201C流量计统计\u201D按照生产统计部门的统计数据填写,\u201C财务核算\u201D按照财务部门的统计数据填写。</p><p class=\"ql-align-justify\">\t4.数据保留小数点后两位。&nbsp;</p><p><br></p>"}}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
{"template":{"sheets":{"Sheet1":{"spans":[{"col":1,"colCount":6,"row":0,"rowCount":1},{"col":7,"colCount":1,"row":0,"rowCount":1},{"col":1,"colCount":6,"row":1,"rowCount":1},{"col":7,"colCount":1,"row":1,"rowCount":1},{"col":1,"colCount":6,"row":2,"rowCount":1},{"col":7,"colCount":1,"row":2,"rowCount":1},{"col":1,"colCount":6,"row":3,"rowCount":1},{"col":7,"colCount":1,"row":3,"rowCount":1},{"col":1,"colCount":6,"row":4,"rowCount":1},{"col":7,"colCount":1,"row":4,"rowCount":1},{"col":1,"colCount":1,"row":5,"rowCount":1},{"col":2,"colCount":1,"row":5,"rowCount":1},{"col":3,"colCount":1,"row":5,"rowCount":1},{"col":4,"colCount":1,"row":5,"rowCount":1},{"col":5,"colCount":1,"row":5,"rowCount":1},{"col":6,"colCount":1,"row":5,"rowCount":1},{"col":7,"colCount":1,"row":5,"rowCount":1},{"col":1,"colCount":1,"row":6,"rowCount":3},{"col":2,"colCount":1,"row":6,"rowCount":1},{"col":3,"colCount":1,"row":6,"rowCount":1},{"col":4,"colCount":1,"row":6,"rowCount":1},{"col":5,"colCount":1,"row":6,"rowCount":1},{"col":6,"colCount":1,"row":6,"rowCount":1},{"col":7,"colCount":1,"row":6,"rowCount":1},{"col":1,"colCount":1,"row":10,"rowCount":3}],"data":{"dataTable":{"11":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":1,"totalCell":"","manyRowCount":0,"colHeight":"","cellType":"9","broderLeft":1,"broderTop":1,"name":"","manyRows":1,"id":"11_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"11_1","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":1,"uuId":"d8ec747a-75af-47c6-ad6e-5f4cc6f2fae5","blod":0,"cellType":"1","formulars":[],"name":"item.cell_90","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"mergeColumn":"","dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"11_2","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"a8ff25e7-361d-4453-b2d2-4105f88de872","blod":0,"cellType":"1","formulars":[],"name":"item.cell_91","manyRows":1}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"11_3","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"e8dcd9f5-9da2-4a90-8a47-4b571881a533","blod":0,"cellType":"1","formulars":[],"name":"item.cell_92","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"11_4","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"f956bffd-62da-4751-bf82-dbca9a1c0aac","blod":0,"cellType":"1","formulars":[],"name":"item.cell_93","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"11_5","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"c98c434a-6ebe-4e30-9256-6c08c6b2b25a","blod":0,"cellType":"1","formulars":[],"name":"item.cell_94","manyRows":1}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"11_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"b0a17fa7-8741-4c1f-953b-ceaa333f29b0","blod":0,"cellType":"1","formulars":[],"name":"item.cell_95","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"F","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"11_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":1,"uuId":"5eb7df3a-21d2-479c-b338-0f33cad91186","blod":0,"cellType":"1","formulars":[],"name":"item.cell_96","manyRows":1},"value":{"text":"F","richText":[{"text":"F"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"1","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"11_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":"1","blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"item.hidden_166","seletionsExpand":true,"manyRows":"1","initDialogData":"","seletionsRelation":""},"value":{"text":"1","richText":[{"text":"1"}]}}},"12":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"12_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"12_1","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"19621150-6a12-49be-a21b-a5315a53b438","blod":0,"cellType":"1","formulars":[],"name":"cell_98","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"12_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"d3c812fe-fb62-431b-bae5-5a9e6e8d774e","blod":0,"cellType":"1","formulars":[],"name":"cell_99","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"12_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5e4a7cde-ae57-4a6d-a9a3-f3e49de4fd6a","blod":0,"cellType":"1","formulars":[],"name":"cell_100","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"12_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ad716cb6-33e0-46f8-8733-0aceba20f024","blod":0,"cellType":"1","formulars":[],"name":"cell_101","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"12_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"42b27a61-7c2e-4d15-abc0-3f6efd088742","blod":0,"cellType":"1","formulars":[],"name":"cell_102","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"12_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"d3dbb72a-d3d8-4c9c-83ef-3ebef2c91985","blod":0,"cellType":"1","formulars":[],"name":"cell_103","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"12_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"4c79fcf6-76b0-4e0b-9132-0ab3a2c40aca","blod":0,"cellType":"1","formulars":[],"name":"cell_104","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"12_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_167","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"13":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"13_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"小计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"13_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"344fa076-af53-436a-a52f-16edb43e76fd","blod":0,"cellType":"1","formulars":[],"name":"cell_106","manyRows":0},"value":{"text":"小计","richText":[{"text":"小计"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"13_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7ad07096-37ff-4314-8af4-9b4c0ad8eb82","blod":0,"cellType":"1","formulars":[],"name":"cell_107","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"13_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c17017fb-e664-40c0-b6da-a7fb8c20cd97","blod":0,"cellType":"1","formulars":[],"name":"cell_108","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"13_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"31cb1939-df3f-4425-a400-984a9a84f99b","blod":0,"cellType":"1","formulars":[],"name":"cell_109","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"13_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"45b631f2-b7b1-4d8e-888c-88ebbcc93bf1","blod":0,"cellType":"1","formulars":[],"name":"cell_110","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"6":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"燃料油数量小计=燃料油数量之和;自动带出,不可修改","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"13_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"b2ff17c3-ad6c-4d65-9e20-3c7e7e6407dd","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row11.cell_95)","visible":false,"reverseExpression":""}],"name":"cell_111","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"13_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"de130a59-aa65-40ac-a257-f8ebd91f4543","blod":0,"cellType":"1","formulars":[],"name":"cell_112","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"13_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_168","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"14":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"14_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"合计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"14_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c72d7a58-c43e-4b74-972e-9360f93305ac","blod":0,"cellType":"1","formulars":[],"name":"cell_114","manyRows":0},"value":{"text":"合计","richText":[{"text":"合计"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"14_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"02d2959a-71bf-45f9-aff4-ce1b3b506d79","blod":0,"cellType":"1","formulars":[],"name":"cell_115","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"14_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"32a8aa85-59ed-4e98-a151-88d7c3dbfe83","blod":0,"cellType":"1","formulars":[],"name":"cell_116","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"14_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"8c358b54-5d7c-47cb-b84e-14cfc925940b","blod":0,"cellType":"1","formulars":[],"name":"cell_117","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"14_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"201f80b3-7750-4ff3-8c95-986adfc17089","blod":0,"cellType":"1","formulars":[],"name":"cell_118","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"6":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"石脑油燃料油数量合计=石脑油数量小计+燃料油数量小计;自动带出,不可修改","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"14_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"ce788aa1-5914-4a36-ace1-0a5bf3da3b6c","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"cell_79+cell_111","visible":false,"reverseExpression":""}],"name":"cell_119","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"14_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"cd8cda45-5d08-41be-92f3-f62700215bf3","blod":0,"cellType":"1","formulars":[],"name":"cell_120","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"14_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_169","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"15":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"15_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"1ceefe32-42c5-46f3-a970-8d9607bded72","blod":0,"cellType":"1","formulars":[],"name":"cell_122","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"4bbc6ac9-34ac-4cb6-b7e9-9c88f7990373","blod":0,"cellType":"1","formulars":[],"name":"cell_123","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_3","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7dc9984c-491d-4c12-9459-943ab5cf0e9f","blod":0,"cellType":"1","formulars":[],"name":"cell_124","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5d2e4d35-ec3b-4906-8f7b-83fb68c579a0","blod":0,"cellType":"1","formulars":[],"name":"cell_125","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_5","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"238852f4-a360-4460-8df1-6b6b4659dc7a","blod":0,"cellType":"1","formulars":[],"name":"cell_126","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"039884af-6a84-4b8c-a61f-14066697e91e","blod":0,"cellType":"1","formulars":[],"name":"cell_127","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"15_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"249056e7-e44b-4f33-9dab-fba243812c4e","blod":0,"cellType":"1","formulars":[],"name":"cell_128","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"15_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_170","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"0":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"0_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"生产企业定点直供石脑油、燃料油开具普通版增值税专用发票明细表","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"52f3e8a5-cf93-4016-945a-25af1318c5b8","blod":1,"cellType":"1","formulars":[],"name":"cell_2","manyRows":0},"value":{"text":"生产企业定点直供石脑油、燃料油开具普通版增值税专用发票明细表","richText":[{"text":"生产企业定点直供石脑油、燃料油开具普通版增值税专用发票明细表"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_2","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b667f563-a5e6-4ada-bfe1-c06a4701fc16","blod":1,"cellType":"1","formulars":[],"name":"cell_3","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"435a03a2-921b-4775-ad94-b3f83589d682","blod":1,"cellType":"1","formulars":[],"name":"cell_4","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"c590b5b0-7b69-46a0-859c-576cacdfdcb6","blod":1,"cellType":"1","formulars":[],"name":"cell_5","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ea193644-e5b5-49c5-8853-0f317a4cbad2","blod":1,"cellType":"1","formulars":[],"name":"cell_6","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_6","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"2670c69c-99d7-4ac1-b534-c5a6523fd330","blod":1,"cellType":"1","formulars":[],"name":"cell_7","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"0_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"e801eb27-47d2-48a7-85b5-eb1cacfaa56d","blod":1,"cellType":"1","formulars":[],"name":"cell_8","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"0_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_155","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"1":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"1_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"bbe6d5e0-c094-468c-8fc7-6285b9bd829a","blod":0,"cellType":"1","formulars":[],"name":"cell_10","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"28752e15-6810-469c-9ee6-2c83683d5996","blod":0,"cellType":"1","formulars":[],"name":"cell_11","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"fa7193fb-20dc-4e6d-acde-2de5a4f3da2c","blod":0,"cellType":"1","formulars":[],"name":"cell_12","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"73b1d5fb-0248-416e-8e2a-869eb6ead00d","blod":0,"cellType":"1","formulars":[],"name":"cell_13","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"39fd25b1-fa77-4e9f-a012-26acb0fdef5f","blod":0,"cellType":"1","formulars":[],"name":"cell_14","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6c23bf0e-5dee-40fa-a90f-87af58038647","blod":0,"cellType":"1","formulars":[],"name":"cell_15","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"1_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"3757f18a-38fc-45fe-b979-877ba181812d","blod":0,"cellType":"1","formulars":[],"name":"cell_16","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"1_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_156","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"2":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"2_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5722ec34-325f-4768-bd4e-5bade3bd9124","blod":0,"cellType":"1","formulars":[],"name":"cell_18","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"8d3df189-265c-41a5-a8be-2c5b07160c37","blod":0,"cellType":"1","formulars":[],"name":"cell_19","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"dd2233ca-4785-42e6-8781-801454250101","blod":0,"cellType":"1","formulars":[],"name":"cell_20","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7bab40c9-2d66-4337-885c-3f69dfc67557","blod":0,"cellType":"1","formulars":[],"name":"cell_21","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"cc1cb4d7-c3fb-4fed-8a16-b070fcaa87ca","blod":0,"cellType":"1","formulars":[],"name":"cell_22","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"1b4acf4e-f20a-4199-bc39-a757aa27081b","blod":0,"cellType":"1","formulars":[],"name":"cell_23","manyRows":0},"value":{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"2_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"2e7d9736-d549-427d-b845-a353a88554ba","blod":0,"cellType":"1","formulars":[],"name":"cell_24","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"2_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_157","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"3":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"3_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f2e072a7-f9d2-4489-be24-bcd89bd8d5c5","blod":0,"cellType":"1","formulars":[],"name":"cell_26","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5f711359-a9df-47c2-8962-d6dc3df60598","blod":0,"cellType":"1","formulars":[],"name":"cell_27","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"6ce87bc8-69ad-4f71-9737-2cc643148264","blod":0,"cellType":"1","formulars":[],"name":"cell_28","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"68d381bc-5747-4929-8121-4db87df0895f","blod":0,"cellType":"1","formulars":[],"name":"cell_29","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b291cfae-1001-4578-9e89-c38f5f735cb3","blod":0,"cellType":"1","formulars":[],"name":"cell_30","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f4a85f3f-229e-4027-9217-472517b3696f","blod":0,"cellType":"1","formulars":[],"name":"cell_31","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"3_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"18b51f11-57f3-443a-aede-84ccf0db21ec","blod":0,"cellType":"1","formulars":[],"name":"cell_32","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"3_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_158","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"4":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"4_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"d98be336-fba3-492a-a115-a2cc8c84c0e0","blod":0,"cellType":"1","formulars":[],"name":"cell_34","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_2","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"975e6443-56dc-4f01-8d0b-a3f5c6c5e63e","blod":0,"cellType":"1","formulars":[],"name":"cell_35","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"64dba84a-4722-4041-9138-4aac39992aed","blod":0,"cellType":"1","formulars":[],"name":"cell_36","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"872bff9c-38af-44e4-b139-eb9d3f83f50e","blod":0,"cellType":"1","formulars":[],"name":"cell_37","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_5","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"32442b90-b7be-4196-bb4c-900af5863bbd","blod":0,"cellType":"1","formulars":[],"name":"cell_38","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_6","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"0d64642f-5e2f-493a-b7bc-050df1d340b5","blod":0,"cellType":"1","formulars":[],"name":"cell_39","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"4_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"bc13537b-9e36-4a17-9a03-5e79b2ff3ae1","blod":0,"cellType":"1","formulars":[],"name":"cell_40","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"4_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_159","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"5":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"5_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"货物名称","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"f5766075-71b9-4282-b429-50fc32887d53","blod":0,"cellType":"1","formulars":[],"name":"cell_42","manyRows":0},"value":{"text":"货物名称","richText":[{"text":"货物名称"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"发票代码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"87988a18-2b1c-4d59-ac75-29ad0af26635","blod":0,"cellType":"1","formulars":[],"name":"cell_43","manyRows":0},"value":{"text":"发票代码","richText":[{"text":"发票代码"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"发票号码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"63f271e5-9856-4a90-a792-c39908e8a334","blod":0,"cellType":"1","formulars":[],"name":"cell_44","manyRows":0},"value":{"text":"发票号码","richText":[{"text":"发票号码"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"开票日期","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"fb300e34-300f-47a7-a357-55139c0c1543","blod":0,"cellType":"1","formulars":[],"name":"cell_45","manyRows":0},"value":{"text":"开票日期","richText":[{"text":"开票日期"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"购货方纳税人识别号","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"23ed23d5-6e92-4bf5-8b66-edf9442dede2","blod":0,"cellType":"1","formulars":[],"name":"cell_46","manyRows":0},"value":{"text":"购货方纳税人识别号","richText":[{"text":"购货方纳税人识别号"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"5_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"2508a3a9-0320-4011-b25b-df809acefcdc","blod":0,"cellType":"1","formulars":[],"name":"cell_47","manyRows":0},"value":{"text":"数量","richText":[{"text":"数量"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"5_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"a60fc12f-5e21-4b58-842d-3a71c6a499ec","blod":0,"cellType":"1","formulars":[],"name":"cell_48","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"5_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_160","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"6":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"6_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"石脑油","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"mergeColumn":" row7+2","dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"0667fe4f-d8c2-4009-839c-b903ebf64c12","blod":0,"cellType":"1","formulars":[],"name":"cell_50","manyRows":0},"value":{"text":"石脑油","richText":[{"text":"石脑油"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"16ce20f5-a877-4f24-b03e-31b5f9520396","blod":0,"cellType":"1","formulars":[],"name":"cell_51","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"6f7e8093-9b29-4051-a7fb-c7c3bd885468","blod":0,"cellType":"1","formulars":[],"name":"cell_52","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ec9a12a4-069b-4dad-9103-cf54a97699d1","blod":0,"cellType":"1","formulars":[],"name":"cell_53","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"d6135771-20db-467d-bebc-aac152f25462","blod":0,"cellType":"1","formulars":[],"name":"cell_54","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"6_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5d8c2de4-ebd6-42cf-b9f7-dcb8bbbe8045","blod":0,"cellType":"1","formulars":[],"name":"cell_55","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"6_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"3dbf302f-7556-489a-bc9e-51d2f1a4022a","blod":0,"cellType":"1","formulars":[],"name":"cell_56","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"6_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_161","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"7":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":1,"totalCell":"","manyRowCount":0,"colHeight":"","cellType":"9","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":1,"id":"7_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_1","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":1,"uuId":"fa2b090f-998c-457e-8021-804426e7c639","blod":0,"cellType":"1","formulars":[],"name":"item.cell_58","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_2","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"2108c310-748e-4d68-b9d5-014238c71f5b","blod":0,"cellType":"1","formulars":[],"name":"item.cell_59","manyRows":1}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_3","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"6c1d8463-c74e-4ad5-8c4b-2fdcc6f03b93","blod":0,"cellType":"1","formulars":[],"name":"item.cell_60","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_4","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"292f7685-44f2-4be4-a67b-95a8d0ee899d","blod":0,"cellType":"1","formulars":[],"name":"item.cell_61","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_5","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"7de4df33-99e9-4434-880c-99df5994020b","blod":0,"cellType":"1","formulars":[],"name":"item.cell_62","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.00","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":18,"formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":2,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"7_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"7913b67f-91aa-42b9-8761-c124e560e021","blod":0,"cellType":"1","formulars":[],"name":"item.cell_63","manyRows":1},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"F","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"7_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":1,"uuId":"833fb2d5-4653-4cb6-a328-728a2a5f942b","blod":0,"cellType":"1","formulars":[],"name":"item.cell_64","manyRows":1},"value":{"text":"F","richText":[{"text":"F"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"1","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":0,"cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"7_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":"1","blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"item.hidden_162","seletionsExpand":true,"manyRows":"1","initDialogData":"","seletionsRelation":""},"value":{"text":"1","richText":[{"text":"1"}]}}},"8":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"8_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_1","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"89163584-1bc4-43b5-9baf-3d9ceb6dd530","blod":0,"cellType":"1","formulars":[],"name":"cell_66","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"f05c282f-846d-479c-97cc-6ff5cf08df58","blod":0,"cellType":"1","formulars":[],"name":"cell_67","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"41d65786-7fef-448d-bab6-a2a9c2d44105","blod":0,"cellType":"1","formulars":[],"name":"cell_68","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"dac5b969-08c4-4795-8298-d5668f1cbfd1","blod":0,"cellType":"1","formulars":[],"name":"cell_69","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"978d8a3b-fa1f-4b68-b361-a612566c0a5e","blod":0,"cellType":"1","formulars":[],"name":"cell_70","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"8_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5705bc9e-4b40-4e68-8d1f-db32857a52da","blod":0,"cellType":"1","formulars":[],"name":"cell_71","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"8_7","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"4cf50b9b-fd43-4fcd-9e14-f2dc595cdef5","blod":0,"cellType":"1","formulars":[],"name":"cell_72","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"8_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_163","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"9":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"9_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"小计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"9f51bbef-e1b7-4934-a61e-aa79f22af03e","blod":0,"cellType":"1","formulars":[],"name":"cell_74","manyRows":0},"value":{"text":"小计","richText":[{"text":"小计"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"430b38cb-bd54-4735-bba3-3623af07ef8e","blod":0,"cellType":"1","formulars":[],"name":"cell_75","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"aaa8c447-d21e-428c-bb2c-b73b1878109b","blod":0,"cellType":"1","formulars":[],"name":"cell_76","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"05473ad5-66ac-40d6-9c63-72ff4170bb5b","blod":0,"cellType":"1","formulars":[],"name":"cell_77","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"6dc7c14b-849c-4975-8a16-c351383dee12","blod":0,"cellType":"1","formulars":[],"name":"cell_78","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"6":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.00","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":2,"cellLength":"18","formularsDemand":"石脑油数量小计=石脑油数量之和;自动带出,不可修改","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"9_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"9f9c91a3-5e3d-47e6-a39f-875308563d00","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row7.cell_63)","visible":false,"reverseExpression":""}],"name":"cell_79","manyRows":0},"value":{"text":"0.00","richText":[{"text":"0.00"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"9_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"e1811920-1f73-43d3-b835-f03d749e40bd","blod":0,"cellType":"1","formulars":[],"name":"cell_80","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"9_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_164","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}},"10":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"colWidth":"100","manyRow":0,"manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"10_0","broderRight":1}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"燃料油","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"mergeColumn":"row11+2","dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_1","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e4031ef9-4aa4-42e1-a41c-d0915795c5f1","blod":0,"cellType":"1","formulars":[],"name":"cell_82","manyRows":0},"value":{"text":"燃料油","richText":[{"text":"燃料油"}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7afe1330-f1cf-4362-8968-5fd8c77d0cb5","blod":0,"cellType":"1","formulars":[],"name":"cell_83","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"eabe2d65-95ef-4a84-ace2-05f096d4ebe4","blod":0,"cellType":"1","formulars":[],"name":"cell_84","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"8715056a-dd0e-45b1-8cc6-548a8bd3d8e8","blod":0,"cellType":"1","formulars":[],"name":"cell_85","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"7f04d9de-9d67-4f62-af5f-f6809e301bac","blod":0,"cellType":"1","formulars":[],"name":"cell_86","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":0,"broderTop":0,"conditionDisabledDemand":"","radios":[],"id":"10_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"77de2bbf-858b-4db7-90e9-1fe3b4b4b7b8","blod":0,"cellType":"1","formulars":[],"name":"cell_87","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"id":"10_7","broderRight":1,"spell":true,"textAlign":2,"broderBottom":1,"manyRow":0,"uuId":"1fdffe76-749c-41e0-98d9-44d5202802ce","blod":0,"cellType":"1","formulars":[],"name":"cell_88","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"seletionsType":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"uuid":"","dataAccuracy":"0","cellLength":"18","formularsDemand":"","conditionDisabled":{"edit":"","unedit":""},"optionFormulars":[],"bgColor":1,"initDialogType":0,"broderLeft":1,"broderTop":1,"conditionDisabledDemand":"","radios":[],"seletions":[],"id":"10_8","multipleChoice":0,"broderRight":1,"spell":true,"sbDateSeparator":"","calendarType":0,"initDialogProperty":{"displayNode":"","multiple":false,"header":[]},"textAlign":1,"broderBottom":1,"manyRow":0,"blod":0,"cellType":"12","formulars":[],"initSeletions":"","name":"hidden_165","seletionsExpand":true,"manyRows":0,"initDialogData":"","seletionsRelation":""}}}},"rowDataArray":[{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":0,"linkageRowNum":"","manyRows":0,"row":"row0","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":1,"linkageRowNum":"","manyRows":0,"row":"row1","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":2,"linkageRowNum":"","manyRows":0,"row":"row2","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":3,"linkageRowNum":"","manyRows":0,"row":"row3","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":4,"linkageRowNum":"","manyRows":0,"row":"row4","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":5,"linkageRowNum":"","manyRows":0,"row":"row5","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":6,"linkageRowNum":"","manyRows":0,"row":"row6","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"hidden_162","lineNum":7,"linkageRowNum":"","manyRows":1,"row":"row7","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":8,"linkageRowNum":"","manyRows":0,"row":"row8","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":9,"linkageRowNum":"","manyRows":0,"row":"row9","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":10,"linkageRowNum":"","manyRows":0,"row":"row10","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"hidden_166","lineNum":11,"linkageRowNum":"","manyRows":1,"row":"row11","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":12,"linkageRowNum":"","manyRows":0,"row":"row12","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":13,"linkageRowNum":"","manyRows":0,"row":"row13","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":14,"linkageRowNum":"","manyRows":0,"row":"row14","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","lineNum":15,"linkageRowNum":"","manyRows":0,"row":"row15","medianValue":"","linkageRow":""}}]},"tableAttribute":{"inTableVerifyData":[],"alert":[],"colwidth":[150,135,226,226,160,181,160,33,150],"hiddenCol":[8],"formulasList":[{"cellUuid":{},"cellName":"cell_79"},{"cellUuid":{},"cellName":"cell_111"},{"cellUuid":{},"cellName":"cell_119"}],"cellCheck":[{"visible":false,"checkRow":false,"type":"1","demand":"校验1:\u201C发票代码\u201D不得为空!!","temps":[],"tips":"\u201C发票代码\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_59","random":1646121059994,"demandId":"","pointId":"7_2","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验2:\u201C发票号码\u201D不得为空!!","temps":[],"tips":"\u201C发票号码\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_60","random":1646121252839,"demandId":"","pointId":"7_3","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验3:\u201C开票日期\u201D不得为空!!","temps":[],"tips":"\u201C开票日期\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_61","random":1646121301687,"demandId":"","pointId":"7_4","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验4:\u201C购货方纳税人识别号\u201D不得为空!!","temps":[],"tips":"\u201C购货方纳税人识别号\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row7[0].cell_62","random":1646121350590,"demandId":"","pointId":"7_5","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验5:\u201C发票代码\u201D不得为空!!","temps":[],"tips":"\u201C发票代码\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row11[0].cell_91","random":1646121385367,"demandId":"","pointId":"11_2","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验6:\u201C发票号码\u201D不得为空!!","temps":[],"tips":"\u201C发票号码\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row11[0].cell_92","random":1646121435263,"demandId":"","pointId":"11_3","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验7:\u201C开票日期\u201D不得为空!!","temps":[],"tips":"\u201C开票日期\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row11[0].cell_93","random":1646121479444,"demandId":"","pointId":"11_4","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""},{"visible":false,"checkRow":false,"type":"1","demand":"校验8:\u201C购货方纳税人识别号\u201D不得为空!!","temps":[],"tips":"\u201C购货方纳税人识别号\u201D不得为空!!","titleEdit":false,"parityBit":"1","node":"row11[0].cell_94","random":1646121527255,"demandId":"","pointId":"11_5","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false,"demandDesc":""}],"freezeColumnNum":0,"freezeRowNum":0}}},"formName":"013_生产企业定点直供石脑油、燃料油开具普通版增值税专用发票明细表","bindingNode":{"row11":[{"cell_92":"","cell_93":"","cell_90":"","cell_91":"","hidden_166":"1","cell_96":"F","cell_94":"","cell_95":"0.00"}],"cell_47":"数量","cell_48":"","cell_56":"","cell_54":"","cell_55":"","cell_52":"","cell_53":"","cell_50":"石脑油","cell_51":"","hidden_158":"","hidden_157":"","hidden_156":"","hidden_155":"","cell_2":"生产企业定点直供石脑油、燃料油开具普通版增值税专用发票明细表","cell_4":"","otherData":{"row11":{"cell_92":"","cell_93":"","cell_90":"","cell_91":"","hidden_166":"1","cell_96":"F","cell_94":"","cell_95":"0.00"},"row7":{"cell_60":"","cell_58":"","cell_59":"","hidden_162":"1","cell_63":"0.00","cell_64":"F","cell_61":"","cell_62":""}},"cell_3":"","cell_6":"","cell_5":"","cell_8":"","cell_7":"","cell_67":"","cell_68":"","cell_66":"","cell_69":"","cell_70":"","cell_71":"","cell_78":"--","cell_79":"0.00","cell_76":"--","cell_77":"--","cell_74":"小计","cell_75":"--","cell_72":"","cell_82":"燃料油","cell_80":"","cell_87":"","cell_88":"","cell_85":"","cell_86":"","cell_83":"","cell_84":"","cell_120":"","cell_124":"","cell_125":"","cell_122":"","cell_123":"","cell_128":"","cell_126":"","cell_127":"","cell_12":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_13":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_98":"","cell_10":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_99":"","cell_11":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_18":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_19":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_16":"","cell_14":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_15":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","row7":[{"cell_60":"","cell_58":"","cell_59":"","hidden_162":"1","cell_63":"0.00","cell_64":"F","cell_61":"","cell_62":""}],"cell_23":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_24":"","cell_21":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_22":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","cell_20":"Str|纳税人识别号(统一社会信用代码):|initData.nsrsbh","hidden_169":"","hidden_168":"","hidden_167":"","cell_29":"Str|纳税人名称(公章):|initData.nsrmc","cell_102":"","cell_27":"Str|纳税人名称(公章):|initData.nsrmc","hidden_165":"","cell_103":"","cell_28":"Str|纳税人名称(公章):|initData.nsrmc","hidden_164":"","cell_100":"","hidden_163":"","cell_101":"","cell_26":"Str|纳税人名称(公章):|initData.nsrmc","cell_106":"小计","hidden_161":"","cell_107":"--","hidden_160":"","cell_104":"","cell_108":"--","cell_109":"--","cell_34":"","cell_35":"","cell_32":"","cell_30":"Str|纳税人名称(公章):|initData.nsrmc","cell_31":"Str|纳税人名称(公章):|initData.nsrmc","hidden_159":"","cell_110":"--","cell_38":"","cell_114":"合计","cell_39":"","cell_111":"0.00","cell_36":"","cell_112":"","cell_37":"","cell_117":"--","cell_118":"--","cell_115":"--","hidden_170":"","cell_116":"--","cell_119":"0.00","cell_45":"开票日期","cell_46":"购货方纳税人识别号","cell_43":"发票代码","cell_44":"发票号码","cell_42":"货物名称","cell_40":""},"completionDescription":"<p class=\"ql-align-center\"><strong>《生产企业定点直供石脑油、燃料油开具普通版增值税专用发票明细表》填表说明</strong></p><p>\t本表由执行定点直供计划且开具普通版增值税专用发票的生产企业填写。</p><p>&nbsp;</p>"}}
\ No newline at end of file
{"template":{"sheets":{"Sheet1":{"spans":[{"col":2,"colCount":10,"row":0,"rowCount":1},{"col":2,"colCount":10,"row":1,"rowCount":1},{"col":2,"colCount":10,"row":2,"rowCount":1},{"col":2,"colCount":10,"row":3,"rowCount":1},{"col":2,"colCount":10,"row":4,"rowCount":1},{"col":2,"colCount":1,"row":5,"rowCount":3},{"col":3,"colCount":1,"row":5,"rowCount":3},{"col":4,"colCount":1,"row":5,"rowCount":3},{"col":5,"colCount":1,"row":5,"rowCount":3},{"col":6,"colCount":2,"row":5,"rowCount":1},{"col":8,"colCount":4,"row":5,"rowCount":1},{"col":6,"colCount":1,"row":6,"rowCount":2},{"col":7,"colCount":1,"row":6,"rowCount":2},{"col":8,"colCount":1,"row":6,"rowCount":2},{"col":9,"colCount":2,"row":6,"rowCount":1},{"col":11,"colCount":1,"row":6,"rowCount":2}],"data":{"dataTable":{"0":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"name":"","manyRows":0,"id":"0_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"2ccd64c3-b448-4a25-b0bb-2855419aab29","blod":0,"cellType":"1","formulars":[],"name":"cell_11","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_1","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"1c788d68-9ae4-4cf0-a21d-48ad4eaa0df6","blod":1,"cellType":"1","formulars":[],"name":"cell_1","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"生产企业销售含税石脑油、燃料油完税情况明细表","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_2","broderRight":1,"spell":true,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"181cd371-f856-4a32-b080-3a7cf35857b7","blod":1,"cellType":"1","formulars":[],"name":"cell_2","manyRows":0},"value":{"text":"生产企业销售含税石脑油、燃料油完税情况明细表","richText":[{"text":"生产企业销售含税石脑油、燃料油完税情况明细表"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_3","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"7bc6d1d0-64b1-435b-91f9-f21bc6ef8ca4","blod":1,"cellType":"1","formulars":[],"name":"cell_3","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_4","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"63352364-f11b-494b-a6a1-538e76c9cf00","blod":1,"cellType":"1","formulars":[],"name":"cell_4","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_5","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"59f6f174-b005-4619-adcf-7790b8ad04c2","blod":1,"cellType":"1","formulars":[],"name":"cell_5","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_6","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"10e3a2a5-7b8d-4d2a-a17d-1ae837207a19","blod":1,"cellType":"1","formulars":[],"name":"cell_6","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_7","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"ea91c776-d17e-4857-bc3b-1bd4d7ac40d3","blod":1,"cellType":"1","formulars":[],"name":"cell_7","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"70d26efe-a969-4d1c-9ddb-756726a0159c","blod":0,"cellType":"1","formulars":[],"name":"cell_8","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"de96ead3-4809-4c0c-a997-5eae69d58ec1","blod":0,"cellType":"1","formulars":[],"name":"cell_9","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"0_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"93419ef9-0889-4195-9eac-827fc3691a06","blod":0,"cellType":"1","formulars":[],"name":"cell_10","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"1":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"1_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"832e13a5-3ccf-490d-a784-c0f3f0bba96d","blod":0,"cellType":"1","formulars":[],"name":"cell_22","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b2269e5d-436a-4a59-8d66-b770d21a69b2","blod":0,"cellType":"1","formulars":[],"name":"cell_12","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","seletions":[],"id":"1_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c448f4e0-25a2-4018-b35e-a2288f511413","blod":0,"cellType":"6","formulars":[],"name":"cell_13","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"ee5fee84-eba2-401e-9b8b-0f5465e93311","blod":0,"cellType":"1","formulars":[],"name":"cell_14","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"78a11df3-94f1-4ea3-a2c9-3a1961a2ee95","blod":0,"cellType":"1","formulars":[],"name":"cell_15","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c3d315ee-a838-43ac-af5c-663e537085ff","blod":0,"cellType":"1","formulars":[],"name":"cell_16","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c87cc80b-85d4-4e49-80c2-0581e237c188","blod":0,"cellType":"1","formulars":[],"name":"cell_17","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"8c075241-ab8a-4857-b088-0beca45cd9ea","blod":0,"cellType":"1","formulars":[],"name":"cell_18","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"d5e413a6-452a-42ac-b2d8-d6d217f268d8","blod":0,"cellType":"1","formulars":[],"name":"cell_19","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"85b4e1e9-7929-4a40-bae8-125784dc78a9","blod":0,"cellType":"1","formulars":[],"name":"cell_20","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"1_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"cf764449-d08e-4b0f-9ce4-e3e8e612c644","blod":0,"cellType":"1","formulars":[],"name":"cell_21","manyRows":0},"value":{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","richText":[{"text":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz"}]}}},"2":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"2_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"61f37e8e-b430-4dd5-9a6c-587a82234abb","blod":0,"cellType":"1","formulars":[],"name":"cell_33","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7ccc5d5a-56a5-4656-8ddd-da132c014611","blod":0,"cellType":"1","formulars":[],"name":"cell_23","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f2bdd5c2-1e95-4cd3-b2db-f1d5c3f6e8b9","blod":0,"cellType":"1","formulars":[],"name":"cell_24","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"7987d417-98c1-4e40-8a1b-214e500ba9fb","blod":0,"cellType":"1","formulars":[],"name":"cell_25","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"a5a83111-70a8-48d2-a9a4-643822d2502a","blod":0,"cellType":"1","formulars":[],"name":"cell_26","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"099ddb0f-1813-424f-8138-b2bfb15d1565","blod":0,"cellType":"1","formulars":[],"name":"cell_27","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"36c006e5-6e4b-48f3-a430-0b30f61e9654","blod":0,"cellType":"1","formulars":[],"name":"cell_28","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c174923f-ea80-4c8a-b2f2-f113ceadc611","blod":0,"cellType":"1","formulars":[],"name":"cell_29","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"711529e2-a701-4318-8033-1174661ca6f6","blod":0,"cellType":"1","formulars":[],"name":"cell_30","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"b92749ef-d1eb-4f90-bc78-14166f42a238","blod":0,"cellType":"1","formulars":[],"name":"cell_31","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人识别号:|initData.nsrsbh","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"2_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"74cd0a98-5827-428c-9ade-41cf28612aad","blod":0,"cellType":"1","formulars":[],"name":"cell_32","manyRows":0},"value":{"text":"Str|纳税人识别号:|initData.nsrsbh","richText":[{"text":"Str|纳税人识别号:|initData.nsrsbh"}]}}},"3":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"3_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"3ba3e227-8064-477b-937b-d99b7d017c8b","blod":0,"cellType":"1","formulars":[],"name":"cell_44","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"984868d5-016c-45bc-8965-1ca77df9071d","blod":0,"cellType":"1","formulars":[],"name":"cell_34","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"45c86f22-a746-46cd-bb29-562c9c75acb0","blod":0,"cellType":"1","formulars":[],"name":"cell_35","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"bb78d12e-1659-4a8c-b0fb-f1215410838d","blod":0,"cellType":"1","formulars":[],"name":"cell_36","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"c2cd93f5-ff7e-49c0-881c-bf494e0d9d46","blod":0,"cellType":"1","formulars":[],"name":"cell_37","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"205113a5-9a19-49d9-85f2-8b26bab6ec81","blod":0,"cellType":"1","formulars":[],"name":"cell_38","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_6","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"35267ed0-1b97-4530-a4f6-773495786977","blod":0,"cellType":"1","formulars":[],"name":"cell_39","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_7","broderRight":1,"spell":false,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"bce064d2-3e8b-48c9-a8cd-b8f104d17f92","blod":0,"cellType":"1","formulars":[],"name":"cell_40","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"af13ed12-96d9-4cc4-aa57-087acb7bb7b0","blod":0,"cellType":"1","formulars":[],"name":"cell_41","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"d79a6007-aac2-4d3a-9e53-dc3842bff807","blod":0,"cellType":"1","formulars":[],"name":"cell_42","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"Str|纳税人名称(公章):|initData.nsrmc","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"3_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":1,"manyRow":0,"uuId":"1cf3c70c-6171-44ed-adfc-1b68ef37c813","blod":0,"cellType":"1","formulars":[],"name":"cell_43","manyRows":0},"value":{"text":"Str|纳税人名称(公章):|initData.nsrmc","richText":[{"text":"Str|纳税人名称(公章):|initData.nsrmc"}]}}},"4":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"4_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_11","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ce4102e9-e22b-419d-a18c-9aee232bd1f8","blod":0,"cellType":"1","formulars":[],"name":"cell_55","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"a804f604-320a-4437-b898-f4c16165b1cb","blod":0,"cellType":"1","formulars":[],"name":"cell_45","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"0140f5ee-f4b4-4309-b2dd-0ba7d5ae2ea0","blod":0,"cellType":"1","formulars":[],"name":"cell_46","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_3","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"de47d10f-b108-4a91-b8ae-cbbc5f62ded5","blod":0,"cellType":"1","formulars":[],"name":"cell_47","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_4","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"97e00ee5-c9dc-4983-b2df-8939fc4a85b4","blod":0,"cellType":"1","formulars":[],"name":"cell_48","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_5","broderRight":1,"spell":false,"textAlign":0,"broderBottom":0,"manyRow":0,"uuId":"3d10fce0-d6a4-49af-bf83-fd9e3af01969","blod":0,"cellType":"1","formulars":[],"name":"cell_49","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_6","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"3843f1ca-8a85-44f8-a88f-bdbfcdb90a27","blod":0,"cellType":"1","formulars":[],"name":"cell_50","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_7","broderRight":1,"spell":false,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"256d4bba-13e1-4425-88e8-0e6ae13370fe","blod":0,"cellType":"1","formulars":[],"name":"cell_51","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_8","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c9f9d230-367f-4cf4-9d42-59ddd96472cf","blod":0,"cellType":"1","formulars":[],"name":"cell_52","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_9","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"a42d54d8-a288-4c2b-9ffe-94fdc326463b","blod":0,"cellType":"1","formulars":[],"name":"cell_53","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"4_10","broderRight":1,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"9b62b8d7-f35d-4780-8b13-c2285d3c60f4","blod":0,"cellType":"1","formulars":[],"name":"cell_54","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"5":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"5_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_11","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ab528eeb-35b5-4674-b431-e7f4b1fbc39b","blod":0,"cellType":"1","formulars":[],"name":"cell_66","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"5_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"786a534c-4286-4a85-8bda-83b914d309eb","blod":0,"cellType":"1","formulars":[],"name":"cell_56","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"发票代码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"98910a83-68f0-4692-b847-69d1d636f432","blod":0,"cellType":"1","formulars":[],"name":"cell_57","manyRows":0},"value":{"text":"发票代码","richText":[{"text":"发票代码"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"发票号码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"1af33dc0-1982-4afb-ab3b-125606292362","blod":0,"cellType":"1","formulars":[],"name":"cell_58","manyRows":0},"value":{"text":"发票号码","richText":[{"text":"发票号码"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"开票日期","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"afb26ee2-3ed5-4ca4-961d-08a7426cc933","blod":0,"cellType":"1","formulars":[],"name":"cell_59","manyRows":0},"value":{"text":"开票日期","richText":[{"text":"开票日期"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"购货方纳税人识别号","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"17ded9c6-cf00-4f70-9fae-652f80fd486f","blod":0,"cellType":"1","formulars":[],"name":"cell_60","manyRows":0},"value":{"text":"购货方纳税人识别号","richText":[{"text":"购货方纳税人识别号"}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e8a1a3a9-89d5-472d-b070-11cbc8979359","blod":0,"cellType":"1","formulars":[],"name":"cell_61","manyRows":0},"value":{"text":"数量","richText":[{"text":"数量"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_7","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"d48fa591-20a5-4652-9589-da4a41299332","blod":0,"cellType":"1","formulars":[],"name":"cell_62","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"消费税完税凭证","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"46c61cf1-830b-45e0-9eb8-965b7553e6f0","blod":0,"cellType":"1","formulars":[],"name":"cell_63","manyRows":0},"value":{"text":"消费税完税凭证","richText":[{"text":"消费税完税凭证"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_9","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5b1334e1-1016-46b1-95c6-2b76de86b289","blod":0,"cellType":"1","formulars":[],"name":"cell_64","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"5_10","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"863b9af9-f9a7-4fa4-8c4c-bf03ba5aa352","blod":0,"cellType":"1","formulars":[],"name":"cell_65","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"6":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"6_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"税款","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_11","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"0021dd3e-6ddf-449c-8da2-9cb79c7d39f3","blod":0,"cellType":"1","formulars":[],"name":"cell_77","manyRows":0},"value":{"text":"税款","richText":[{"text":"税款"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"6_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"9bd9c0e1-a124-40d8-a1a7-b5a745e6023b","blod":0,"cellType":"1","formulars":[],"name":"cell_67","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_2","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5210a954-504f-4e47-9f56-9832f66f06aa","blod":0,"cellType":"1","formulars":[],"name":"cell_68","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_3","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"b9e69d7e-e8e6-4557-a3dd-1bdfbced8e01","blod":0,"cellType":"1","formulars":[],"name":"cell_69","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_4","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"daae7b59-09ff-4c6b-b249-e08b88404004","blod":0,"cellType":"1","formulars":[],"name":"cell_70","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_5","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"1a99c089-f57b-4480-b9cd-cecff72dc7b2","blod":0,"cellType":"1","formulars":[],"name":"cell_71","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"石脑油","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_6","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"4996884e-6eb2-4f55-9feb-7507f923aed9","blod":0,"cellType":"1","formulars":[],"name":"cell_72","manyRows":0},"value":{"text":"石脑油","richText":[{"text":"石脑油"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"燃料油","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_7","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"d63f8200-7b37-4863-a6ba-bba1780b9a4b","blod":0,"cellType":"1","formulars":[],"name":"cell_73","manyRows":0},"value":{"text":"燃料油","richText":[{"text":"燃料油"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"完税凭证号码","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"42852b66-731e-4c11-b7be-d58e15fde549","blod":0,"cellType":"1","formulars":[],"name":"cell_74","manyRows":0},"value":{"text":"完税凭证号码","richText":[{"text":"完税凭证号码"}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"数量","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"480e6e5b-a99f-427b-ba09-883c500be431","blod":0,"cellType":"1","formulars":[],"name":"cell_75","manyRows":0},"value":{"text":"数量","richText":[{"text":"数量"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"6_10","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"c2dd5248-b28c-4e05-ab54-6bbdca3733a3","blod":0,"cellType":"1","formulars":[],"name":"cell_76","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}},"7":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"7_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_11","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"cabe7777-2717-49b1-bbbb-23bc82c3f304","blod":0,"cellType":"1","formulars":[],"name":"cell_88","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"7_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"df755d99-209f-4407-a79e-bc5c78687373","blod":0,"cellType":"1","formulars":[],"name":"cell_78","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_2","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e703cd06-32ff-4838-9151-bd9c88975802","blod":0,"cellType":"1","formulars":[],"name":"cell_79","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_3","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"5cb87212-f884-40a7-90fd-70c960ece1ea","blod":0,"cellType":"1","formulars":[],"name":"cell_80","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_4","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"b8bdca54-b8ac-4765-934c-d3b28f15b10f","blod":0,"cellType":"1","formulars":[],"name":"cell_81","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_5","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"8226ba9b-d2a3-4e61-9e1d-2219c6af1bee","blod":0,"cellType":"1","formulars":[],"name":"cell_82","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_6","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"27565d7f-4d9b-4e30-9aee-a557ab13bb01","blod":0,"cellType":"1","formulars":[],"name":"cell_83","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_7","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"3d84da5c-d3b0-4c21-bde5-897d97cae7d8","blod":0,"cellType":"1","formulars":[],"name":"cell_84","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_8","broderRight":0,"spell":false,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"dea853ca-1ade-43b0-9c2f-9b0dc28c384e","blod":0,"cellType":"1","formulars":[],"name":"cell_85","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"石脑油","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"8da1aa6e-02dc-4c96-9e12-80d0b7670fb1","blod":0,"cellType":"1","formulars":[],"name":"cell_86","manyRows":0},"value":{"text":"石脑油","richText":[{"text":"石脑油"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"燃料油","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"7_10","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"bef67cf4-d8f3-4c32-9afc-c081b8bbcfb8","blod":0,"cellType":"1","formulars":[],"name":"cell_87","manyRows":0},"value":{"text":"燃料油","richText":[{"text":"燃料油"}]}}},"8":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":1,"colWidth":"100","totalCell":"","manyRowCount":0,"colHeight":"","cellType":"9","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":1,"id":"8_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_11","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":1,"uuId":"79f40a2c-53b4-4b71-976e-d3e18a32b4fd","blod":0,"cellType":"1","formulars":[],"name":"item.cell_99","manyRows":1},"value":{"text":"--","richText":[{"text":"--"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"8_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":1,"uuId":"de6855fe-b586-46b4-8b5b-0c91ff406739","blod":0,"cellType":"1","formulars":[],"name":"item.cell_89","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":12,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"8_2","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"35b7a2cd-c254-4068-987f-34403965971a","blod":0,"cellType":"5","formulars":[],"name":"item.cell_90","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":30,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"8_3","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"94926e77-1218-42f3-8815-3b84db7f4690","blod":0,"cellType":"5","formulars":[],"name":"item.cell_91","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"8_4","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"619541d4-4b6e-4799-b715-70728af51cb7","blod":0,"cellType":"6","formulars":[],"name":"item.cell_92","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":20,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"8_5","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"f5ab7245-1b4d-4e2b-9f11-ccaea7103ef1","blod":0,"cellType":"5","formulars":[],"name":"item.cell_93","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.0000","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"cfe6f656-7b64-423e-9a15-09e216e1faa2","blod":0,"cellType":"1","formulars":[],"name":"item.cell_94","manyRows":1},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.0000","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_7","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":1,"uuId":"4f551b00-7230-4ea5-a0de-c878d46037c0","blod":0,"cellType":"1","formulars":[],"name":"item.cell_95","manyRows":1},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":true,"dataAccuracy":0,"cellLength":40,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","seletions":[],"id":"8_8","broderRight":0,"spell":true,"textAlign":0,"broderBottom":0,"manyRow":1,"uuId":"cab479e3-f861-4228-a701-81fe79d91f06","blod":0,"cellType":"5","formulars":[],"name":"item.cell_96","manyRows":1},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_9","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":1,"uuId":"63896ae1-345f-4dde-a5a3-dcf9ed3390b7","blod":0,"cellType":"1","formulars":[],"name":"item.cell_97","manyRows":1},"value":{"text":"--","richText":[{"text":"--"}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"totalCell":"","pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"8_10","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":1,"uuId":"9523e024-8169-4538-9d53-9db684adec14","blod":0,"cellType":"1","formulars":[],"name":"item.cell_98","manyRows":1},"value":{"text":"--","richText":[{"text":"--"}]}}},"9":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"9_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"0.000000","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":6,"cellLength":18,"conditionDisabled":{"edit":"","unedit":""},"bgColor":2,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_11","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"8e35c725-f731-4633-91b3-5188ff7414b8","blod":0,"cellType":"1","formulars":[],"name":"cell_110","manyRows":0},"value":{"text":"0.000000","richText":[{"text":"0.000000"}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"9_1","broderRight":0,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"5723120b-2967-4b50-94c5-c6fe46bc44c8","blod":0,"cellType":"1","formulars":[],"name":"cell_100","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"合计","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_2","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"ccccd17d-71fc-4a56-825b-6d4c6c40772a","blod":0,"cellType":"1","formulars":[],"name":"cell_101","manyRows":0},"value":{"text":"合计","richText":[{"text":"合计"}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_3","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"14d77da7-06b2-41f2-aacc-b3f0b306a268","blod":0,"cellType":"1","formulars":[],"name":"cell_102","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_4","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"f9f3db95-ad8f-4a3f-86f6-a658684f8004","blod":0,"cellType":"1","formulars":[],"name":"cell_103","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_5","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"1454fda0-2d4d-4fcf-9e0b-48d0b236df99","blod":0,"cellType":"1","formulars":[],"name":"cell_104","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"6":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.0000","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":"18","formularsDemand":"石脑油数量合计=各行石脑油数量的合计数","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_6","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"8fd92a67-63b6-4ffa-b6db-eabac6fc1402","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_94)","visible":false,"reverseExpression":""}],"name":"cell_105","manyRows":0},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"7":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.0000","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":"18","formularsDemand":"燃料油数量合计=各行燃料油数量的合计数","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_7","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"24e5e08f-e114-45a2-bbef-e43083a7a724","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"sum(row8.cell_95)","visible":false,"reverseExpression":""}],"name":"cell_106","manyRows":0},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"--","checkBoxs":[],"pz":"","thousandCharacterSwitch":false,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":3,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_8","broderRight":0,"spell":true,"textAlign":1,"broderBottom":0,"manyRow":0,"uuId":"e9cce80b-a1be-4b34-bd9a-cf6b075d2aa6","blod":0,"cellType":"1","formulars":[],"name":"cell_107","manyRows":0},"value":{"text":"--","richText":[{"text":"--"}]}},"9":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.0000","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":"18","formularsDemand":"消费税完税凭证石脑油数量合计应=石脑油数量合计","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_9","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"d0475698-c3f8-4a4c-869f-a34188d1eb3d","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"cell_105","visible":false,"reverseExpression":""}],"name":"cell_108","manyRows":0},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}},"10":{"cellAttribute":{"onceModify":false,"color":1,"defalutValue":"0.0000","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":4,"cellLength":"18","formularsDemand":"消费税完税凭证燃料油数量合计应=燃料油数量合计","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":0,"radios":[],"broderTop":0,"conditionDisabledDemand":"","id":"9_10","broderRight":0,"spell":true,"textAlign":2,"broderBottom":0,"manyRow":0,"uuId":"fedd6287-070d-4cce-a2ff-41820c57e9bf","blod":0,"cellType":"1","formulars":[{"condition":"","expression":"cell_106","visible":false,"reverseExpression":""}],"name":"cell_109","manyRows":0},"value":{"text":"0.0000","richText":[{"text":"0.0000"}]}}},"10":{"0":{"cellAttribute":{"spell":true,"broderBottom":1,"manyRow":0,"colWidth":"100","manyRowCount":0,"colHeight":"","cellType":"0","broderLeft":1,"broderTop":1,"formulars":null,"name":"","manyRows":0,"id":"10_0","broderRight":1}},"11":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_11","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"835f25a8-a447-4718-97e4-8d43a4bc1df5","blod":0,"cellType":"1","formulars":[],"name":"cell_121","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"1":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_1","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"de071439-32b2-4124-90b0-a1a12292540a","blod":0,"cellType":"1","formulars":[],"name":"cell_111","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"2":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_2","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f8e269cd-b544-4746-bb20-9e387d74f09b","blod":0,"cellType":"1","formulars":[],"name":"cell_112","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"3":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_3","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"0ef80a8b-2d3d-4ce3-a1fd-10e8e4668c30","blod":0,"cellType":"1","formulars":[],"name":"cell_113","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"4":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_4","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"503ccb98-67e9-44dc-b25b-3e2eb9ffcefd","blod":0,"cellType":"1","formulars":[],"name":"cell_114","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"5":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_5","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"b7a7b570-5dad-4d86-8497-0775bb4f88c5","blod":0,"cellType":"1","formulars":[],"name":"cell_115","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"6":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_6","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"30720f78-5995-4f29-8b0c-cfba903d7838","blod":0,"cellType":"1","formulars":[],"name":"cell_116","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"7":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_7","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"e40ca7cd-065b-4de8-8569-562709891781","blod":0,"cellType":"1","formulars":[],"name":"cell_117","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"8":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_8","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"66465823-8525-46d1-b2fd-06f72686efa3","blod":0,"cellType":"1","formulars":[],"name":"cell_118","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"9":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_9","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"f31a7f92-499b-4304-af03-e1b1601eb22e","blod":0,"cellType":"1","formulars":[],"name":"cell_119","manyRows":0},"value":{"text":"","richText":[{"text":""}]}},"10":{"cellAttribute":{"onceModify":false,"color":0,"defalutValue":"","checkBoxs":[],"pz":"","thousandCharacterSwitch":true,"dataAccuracy":"0","cellLength":"18","conditionDisabled":{"edit":"","unedit":""},"bgColor":1,"broderLeft":1,"radios":[],"broderTop":1,"conditionDisabledDemand":"","id":"10_10","broderRight":1,"spell":true,"textAlign":0,"broderBottom":1,"manyRow":0,"uuId":"640c32f4-c4a7-4be5-b984-727a963dcc3e","blod":0,"cellType":"1","formulars":[],"name":"cell_120","manyRows":0},"value":{"text":"","richText":[{"text":""}]}}}},"rowDataArray":[{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":0,"manyRows":0,"row":"row0","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":1,"manyRows":0,"row":"row1","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":2,"manyRows":0,"row":"row2","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":3,"manyRows":0,"row":"row3","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":4,"manyRows":0,"row":"row4","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":5,"manyRows":0,"row":"row5","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":6,"manyRows":0,"row":"row6","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":7,"manyRows":0,"row":"row7","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":8,"manyRows":1,"nodeCorrespondence":null,"row":"row8","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":9,"manyRows":0,"row":"row9","medianValue":"","linkageRow":""}},{"rowAttribute":{"injectRow":"","fixedLine":0,"rowNum":"","linkageRowNum":"","lineNum":10,"manyRows":0,"row":"row10","medianValue":"","linkageRow":""}}]},"tableAttribute":{"alert":[],"colwidth":[150,32,226,226,160,181,160,160,181,181,181,181],"hiddenCol":[],"formulasList":[{"cellUuid":{},"cellName":"cell_105"},{"cellUuid":{},"cellName":"cell_106"},{"cellUuid":{},"cellName":"cell_109"},{"cellUuid":{},"cellName":"cell_108"},{"cellUuid":{},"cellName":"cell_105"},{"cellUuid":{},"cellName":"cell_106"}],"cellCheck":[{"visible":false,"checkRow":false,"type":"1","demand":"\u201C发票代码\u201D不能为空!!","tips":"\u201C发票代码\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row8[0].cell_90","random":1637654221609,"pointId":"8_2","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false},{"visible":false,"checkRow":false,"type":"1","demand":"\u201C发票号码\u201D不能为空!!","tips":"\u201C发票号码\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row8[0].cell_91","random":1637654254615,"pointId":"8_3","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false},{"visible":false,"checkRow":false,"type":"1","demand":"\u201C开票日期\u201D不能为空!!","tips":"\u201C开票日期\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row8[0].cell_92","random":1637654301210,"pointId":"8_4","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false},{"visible":false,"checkRow":false,"type":"1","demand":"\u201C完税凭证号码\u201D不能为空!!","tips":"\u201C完税凭证号码\u201D不能为空!!","titleEdit":false,"parityBit":"1","node":"row8[0].cell_96","random":1637654351745,"pointId":"8_8","premise":"","conditionArr":[{"premise":"","formula":"","tips":""}],"formula":"","checkRowFirst":false}],"freezeColumnNum":0,"freezeRowNum":0}}},"formName":"014_生产企业销售含税石脑油、燃料油完税情况明细表","bindingNode":{"":"","cell_49":"","cell_47":"","cell_48":"","cell_56":"","cell_57":"发票代码","cell_54":"","cell_55":"","cell_52":"","cell_53":"","cell_50":"","cell_51":"","cell_2":"生产企业销售含税石脑油、燃料油完税情况明细表","cell_1":"","cell_4":"","cell_58":"发票号码","otherData":{"row8":{"cell_92":"","cell_93":"","cell_90":"","cell_91":"","cell_89":"","cell_98":"--","cell_99":"--","cell_96":"","cell_97":"--","cell_94":"0.0000","cell_95":"0.0000"}},"cell_3":"","cell_59":"开票日期","cell_6":"","cell_5":"","cell_8":"","cell_7":"","cell_9":"","cell_60":"购货方纳税人识别号","cell_67":"","cell_68":"","cell_65":"","cell_66":"","cell_63":"消费税完税凭证","cell_64":"","cell_61":"数量","cell_62":"","cell_69":"","cell_70":"","cell_71":"","cell_78":"","cell_79":"","cell_76":"","cell_77":"税款","cell_74":"完税凭证号码","cell_75":"数量","cell_72":"石脑油","cell_73":"燃料油","cell_81":"","cell_82":"","cell_80":"","cell_87":"燃料油","cell_88":"","cell_85":"","cell_86":"石脑油","cell_83":"","cell_84":"","cell_120":"","cell_121":"","cell_12":"","cell_13":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_10":"","cell_11":"","cell_18":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_19":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_16":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_17":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_14":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_15":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","row8":[{"cell_92":"","cell_93":"","cell_90":"","cell_91":"","cell_89":"","cell_98":"--","cell_99":"--","cell_96":"","cell_97":"--","cell_94":"0.0000","cell_95":"0.0000"}],"cell_23":"","cell_24":"Str|纳税人识别号:|initData.nsrsbh","cell_21":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_22":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_20":"Str|税款所属时间:|initData.sksssjq| 至 |initData.sksssjz","cell_29":"Str|纳税人识别号:|initData.nsrsbh","cell_27":"Str|纳税人识别号:|initData.nsrsbh","cell_102":"--","cell_28":"Str|纳税人识别号:|initData.nsrsbh","cell_103":"--","cell_25":"Str|纳税人识别号:|initData.nsrsbh","cell_100":"","cell_26":"Str|纳税人识别号:|initData.nsrsbh","cell_101":"合计","cell_106":"0.0000","cell_107":"--","cell_104":"--","cell_105":"0.0000","cell_108":"0.0000","cell_109":"0.0000","cell_34":"","cell_35":"Str|纳税人名称(公章):|initData.nsrmc","cell_32":"Str|纳税人识别号:|initData.nsrsbh","cell_33":"Str|纳税人识别号:|initData.nsrsbh","cell_30":"Str|纳税人识别号:|initData.nsrsbh","cell_31":"Str|纳税人识别号:|initData.nsrsbh","cell_110":"0.000000","cell_38":"Str|纳税人名称(公章):|initData.nsrmc","cell_113":"","cell_39":"Str|纳税人名称(公章):|initData.nsrmc","cell_114":"","cell_36":"Str|纳税人名称(公章):|initData.nsrmc","cell_111":"","cell_37":"Str|纳税人名称(公章):|initData.nsrmc","cell_112":"","cell_117":"","cell_118":"","cell_115":"","cell_116":"","cell_119":"","cell_45":"","cell_46":"","cell_43":"Str|纳税人名称(公章):|initData.nsrmc","cell_44":"Str|纳税人名称(公章):|initData.nsrmc","cell_41":"Str|纳税人名称(公章):|initData.nsrmc","cell_42":"Str|纳税人名称(公章):|initData.nsrmc","cell_40":"Str|纳税人名称(公章):|initData.nsrmc"},"completionDescription":""}}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment