{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\form\\customView\\MathRowDialog.vue?vue&type=template&id=42ee8152&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\form\\customView\\MathRowDialog.vue","mtime":1675071992131},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{\"margin\":\"-20px -10px\"}},[_c('el-container',{staticStyle:{\"height\":\"220px\"}},[_c('el-main',{staticStyle:{\"padding\":\"0 0 0 20px\"}},[_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"单列跨行统计函数说明:1、行号从1开始;2、编写规则:中括号包含行号+运算符;3、示例:(1)第一行乘以第二行除以100:[1]*[2]/100,\")]),_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"(2)统计第1行到第20行的和:FormMath.sum([1:20])\")]),_c('el-card',{staticClass:\"box-card operator-card\",attrs:{\"shadow\":\"never\"}},[_c('div',{attrs:{\"slot\":\"header\"},slot:\"header\"},[_c('span',[_vm._v(\"通用运算符\")])]),_c('div',[_c('el-row',{staticStyle:{\"margin-top\":\"10px\"}},[_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"加\"},on:{\"click\":function($event){return _vm.insert('+')}}},[_vm._v(\"+\")])],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"减\"},on:{\"click\":function($event){return _vm.insert('-')}}},[_vm._v(\"-\")])],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"乘\"},on:{\"click\":function($event){return _vm.insert('*')}}},[_vm._v(\"×\")])],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"除\"},on:{\"click\":function($event){return _vm.insert('/')}}},[_vm._v(\"÷\")])],1),_c('el-col',{attrs:{\"span\":4}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"括号\"},on:{\"click\":function($event){_vm.insert('()')}}},[_vm._v(\"()\")])],1)],1),_c('el-row',{staticStyle:{\"margin-top\":\"20px\"}},[_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"绝对值\"},on:{\"click\":function($event){return _vm.insert('abs')}}},[_vm._v(\"|x|\")])],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"四舍五入\"},on:{\"click\":function($event){return _vm.insert('round')}}},[_vm._v(\"≈\")])],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"开平方\"},on:{\"click\":function($event){return _vm.insert('sqrt')}}},[_vm._v(\"开方\")])],1),_c('el-col',{attrs:{\"span\":5}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"保留小数点后2位\"},on:{\"click\":function($event){return _vm.insert('tofixed')}}},[_vm._v(\"保留\")])],1),_c('el-col',{attrs:{\"span\":4}},[_c('el-button',{attrs:{\"circle\":\"\",\"title\":\"求和\"},on:{\"click\":function($event){return _vm.insert('sum')}}},[_vm._v(\"∑\")])],1)],1)],1)])],1)],1),_c('el-container',{staticStyle:{\"height\":\"280px\"}},[_c('el-header',{staticStyle:{\"height\":\"30px\",\"line-height\":\"30px\",\"background\":\"#fafafa\",\"font-weight\":\"bold\",\"font-size\":\"14px\"}},[_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"text\",\"icon\":\"el-icon-plus\"},on:{\"click\":function($event){return _vm.addMathExp()}}},[_vm._v(\"添加\")])],1),_c('el-main',{staticStyle:{\"padding\":\"0 0 0 20px\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',{staticClass:\"linkageTable-tr\"},[_c('td',{attrs:{\"width\":\"120px\"}},[_vm._v(\"描述\")]),_c('td',{attrs:{\"width\":\"90px\"}},[_vm._v(\"统计行号(从1开始)\")]),_c('td',{attrs:{\"width\":\"180px\"}},[_vm._v(\"公式\")]),_c('td',{attrs:{\"width\":\"150px\"}},[_vm._v(\"操作\")])]),_vm._l((_vm.countSetting.rowMathExps),function(field,index){return _c('tr',{key:index,staticClass:\"linkageTable-tr\",on:{\"click\":function($event){return _vm.rowClick(index)}}},[_c('td',[_c('ht-input',{model:{value:(field.desc),callback:function ($$v) {_vm.$set(field, \"desc\", $$v)},expression:\"field.desc\"}})],1),_c('td',[_c('el-input-number',{attrs:{\"controls-position\":\"right\",\"min\":0,\"max\":1000},model:{value:(field.sn),callback:function ($$v) {_vm.$set(field, \"sn\", $$v)},expression:\"field.sn\"}})],1),_c('td',[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":2,\"cols\":60,\"autocomplete\":\"off\",\"id\":index+'_singleText'},model:{value:(field.mathExp),callback:function ($$v) {_vm.$set(field, \"mathExp\", $$v)},expression:\"field.mathExp\"}})],1),_c('td',[_c('el-button',{attrs:{\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.mathExpRemove(field)}}}),_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-arrow-up\"},on:{\"click\":function($event){return _vm.up(index,_vm.countSetting.rowMathExps)}}}),_c('el-button',{attrs:{\"icon\":\"el-icon-arrow-down\"},on:{\"click\":function($event){return _vm.down(index,_vm.countSetting.rowMathExps)}}})],1)])})],2)])])],1),_c('div',{staticClass:\"dialog-footer\",staticStyle:{\"margin-top\":\"20px\",\"text-align\":\"right\"},attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.confirm}},[_vm._v(\"确 定\")]),_c('el-button',{on:{\"click\":_vm.cancel}},[_vm._v(\"取 消\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}