12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526 |
- 'use strict';
- /**
- * 期计量 - 本期计量台账页面 js
- *
- * @author Mai
- * @date 2018/12/7
- * @version
- */
- const ckBillsSpread = window.location.pathname + '-billsSelect';
- function checkTzMeasureType () {
- return tender.measure_type === measureType.tz.value;
- }
- /**
- * 从cookie中读取缓存的列显示设置,没有则取默认
- * @returns {*[]}
- */
- function customColDisplay () {
- const defaultSetting = [
- { title: '签约合同', fields: ['deal_qty', 'deal_tp'], visible: true },
- { title: '本期计量合同', fields: ['contract_qty', 'contract_tp'], visible: true },
- { title: '本期数量变更', fields: ['qc_qty', 'qc_tp', 'qc_bgl'], visible: true },
- { title: '本期完成计量', fields: ['gather_qty', 'gather_tp'], visible: true },
- { title: '截止本期计量合同', fields: ['end_contract_qty', 'end_contract_tp'], visible: true },
- { title: '截止本期数量变更', fields: ['end_qc_qty', 'end_qc_tp', 'end_qc_bgl'], visible: true },
- { title: '截止本期完成计量', fields: ['end_gather_qty', 'end_gather_tp'], visible: true },
- { title: '图册号', fields: ['drawing_code'], visible: true },
- { title: '累计完成率(%)', fields: ['percent'], visible: true },
- { title: '备注', fields: ['memo'], visible: true },
- ];
- const settingStr = Cookies.get('stage-col-visible-1.0.0');
- return settingStr ? JSON.parse(settingStr) : defaultSetting;
- }
- /**
- * 根据列显示设置,调整setting中的列是否显示
- * @param setting
- * @param customDisplay
- */
- function customizeStageTreeSetting(setting, customDisplay) {
- for (const cd of customDisplay) {
- for (const c of setting.cols) {
- if (cd.fields.indexOf(c.field) !== -1) {
- c.visible = cd.visible;
- }
- }
- }
- }
- /**
- * 初始化 树结构 列事件
- * @param setting
- */
- function initTreeColSettingEvents(setting) {
- const Events = {
- readOnly: {
- measureData: function (node) {
- return node.children && node.children.length > 0;
- },
- },
- };
- const getEvent = function (eventName) {
- const names = eventName.split('.');
- let event = Events;
- for (let name of names) {
- if (event[name]) {
- event = event[name];
- } else {
- return null;
- }
- }
- if (event && Object.prototype.toString.apply(event) !== "[object Function]") {
- return null;
- } else {
- return event;
- }
- };
- for (const col of setting.cols) {
- if (col.readOnly && Object.prototype.toString.apply(col.readOnly) === "[object String]") {
- col.readOnly = getEvent(col.readOnly);
- }
- }
- }
- function needCheckDetail() {
- stage.check_detail = true;
- $('#check_point').show();
- }
- // 生成所有附件列表
- function getAllList(currPageNum = 1) {
- // 每页最多几个附件
- const pageCount = 11;
- // 附件总数
- const total = attData.length;
- // 总页数
- const pageNum = Math.ceil(total/pageCount);
- $('#totalPage').text(pageNum);
- $('#currentPage').text(currPageNum);
- // 当前页附件内容
- const currPageAttData = attData.slice((currPageNum-1)*pageCount, currPageNum*pageCount);
- let html = '';
- for(const att of currPageAttData) {
- html += '<tr><td><a href="javascript:void(0)" file-id="'+ att.id +'">'+ att.filename + att.fileext +'</a></td><td>'+ att.username +'</td></tr>';
- }
- $('#alllist-table').html(html);
- }
- // 生成当前节点列表
- function getNodeList(node) {
- let html = '';
- for(const att of attData) {
- if (node === att.lid) {
- html += '<tr><td><a href="javascript:void(0)" file-id="'+ att.id +'">'+ att.filename + att.fileext +'</a></td><td>'+ att.username +'</td></tr>';
- }
- }
- $('#nodelist-table').html(html);
- }
- $(document).ready(() => {
- // 提示窗
- toastr.options = {
- "closeButton": false,
- "debug": false,
- "newestOnTop": false,
- "progressBar": false,
- "positionClass": "toast-top-center",
- "preventDuplicates": false,
- "onclick": null,
- "showDuration": "300",
- "hideDuration": "1000",
- "timeOut": "5000",
- "extendedTimeOut": "1000",
- "showEasing": "swing",
- "hideEasing": "linear",
- "showMethod": "fadeIn",
- "hideMethod": "fadeOut"
- };
- // 界面布局
- autoFlashHeight();
- // 初始化 台账树结构 数据结构
- const stageTreeSetting = {
- id: 'ledger_id',
- pid: 'ledger_pid',
- order: 'order',
- level: 'level',
- rootId: -1,
- keys: ['id', 'tender_id', 'ledger_id'],
- stageId: 'id',
- };
- // 台账树结构计算相关设置
- stageTreeSetting.updateFields = ['contract_qty', 'contract_tp', 'qc_qty', 'qc_tp', 'postil'];
- stageTreeSetting.calcFields = ['deal_tp', 'total_price', 'contract_tp', 'qc_tp', 'gather_tp',
- 'pre_contract_tp', 'pre_qc_tp', 'pre_gather_tp', 'end_contract_tp', 'end_qc_tp', 'end_gather_tp'];
- stageTreeSetting.calcFun = function (node) {
- if (node.children && node.children.length === 0) {
- node.pre_gather_qty = ZhCalc.add(node.pre_contract_qty, node.pre_qc_qty);
- node.gather_qty = ZhCalc.add(node.contract_qty, node.qc_qty);
- node.end_contract_qty = ZhCalc.add(node.pre_contract_qty, node.contract_qty);
- node.end_qc_qty = ZhCalc.add(node.pre_qc_qty, node.qc_qty);
- node.end_gather_qty = ZhCalc.add(node.pre_gather_qty, node.gather_qty);
- }
- node.pre_gather_tp = ZhCalc.add(node.pre_contract_tp, node.pre_qc_tp);
- node.gather_tp = ZhCalc.add(node.contract_tp, node.qc_tp);
- node.end_contract_tp = ZhCalc.add(node.pre_contract_tp, node.contract_tp);
- node.end_qc_tp = ZhCalc.add(node.pre_qc_tp, node.qc_tp);
- node.end_gather_tp = ZhCalc.add(node.pre_gather_tp, node.gather_tp);
- node.final_dgn_price = ZhCalc.round(ZhCalc.div(node.end_gather_tp, ZhCalc.add(node.deal_dgn_qty1, node.c_dgn_qty1)), tenderInfo.decimal.up);
- };
- const stageTree = createNewPathTree('stage', stageTreeSetting);
- // 初始化 部位明细 数据结构
- const stagePosSetting = {
- id: 'id', ledgerId: 'lid',
- updateFields: ['contract_qty', 'qc_qty', 'postil'],
- };
- stagePosSetting.calcFun = function (pos) {
- pos.pre_gather_qty = ZhCalc.add(pos.pre_contract_qty, pos.pre_qc_qty);
- pos.gather_qty = ZhCalc.add(pos.contract_qty, pos.qc_qty);
- pos.end_contract_qty = ZhCalc.add(pos.pre_contract_qty, pos.contract_qty);
- pos.end_qc_qty = ZhCalc.add(pos.pre_qc_qty, pos.qc_qty);
- pos.end_gather_qty = ZhCalc.add(pos.pre_gather_qty, pos.gather_qty);
- };
- const stagePos = new StagePosData(stagePosSetting);
- class Changes {
- constructor(obj) {
- const self = this;
- this.obj = obj;
- // 初始化 清单编号窗口 参数
- this.spreadSetting = {
- cols: [
- {title: '已用', field: '', width: 45, formatter: '@', cellType: 'image', readOnly: true, hAlign: 1, indent: 14, img: function (data) {
- if (data.uamount && !checkZero(data.uamount)) {
- return $('#icon-ok')[0];
- } else {
- return null;
- }
- }},
- {title: '变更令号', field: 'code', width: 100, formatter: '@', readOnly: true, hAlign: 0, },
- {title: '名称', field: 'name', width: 120, formatter: '@', readOnly: true, hAlign: 0,},
- {title: '总数量', field: 'b_amount', width: 60, formatter: '@', readOnly: true, hAlign: 2, },
- {title: '可变更数量', field: 'vamount', width: 60, readOnly: true, hAlign: 2, },
- {title: '本期计量', field: 'uamount', width: 60, formatter: '@', hAlign: 2, type: 'Number', },
- ],
- emptyRows: 0,
- headRows: 1,
- headRowHeight: [40],
- getColor: function (data, col, defaultColor) {
- if (col.field === 'uamount') {
- if (!data.vamount) {
- return data.uamount ? '#ff6f5c' : defaultColor;
- } else if (data.uamount) {
- return data.uamount > data.vamount ? '#ff6f5c' : defaultColor;
- } else {
- return defaultColor;
- }
- } else {
- return defaultColor;
- }
- }
- };
- this.curChangeId = '';
- this.spread = SpreadJsObj.createNewSpread($('#change-spread')[0]);
- this.firstView = true;
- SpreadJsObj.initSheet(this.spread.getActiveSheet(), this.spreadSetting);
- // 初次显示,需刷新spread界面,保证界面绘制正确
- this.obj.bind('shown.bs.modal', function () {
- if (self.firstView) {
- self.firstView = false;
- self.spread.refresh();
- }
- });
- // 切换变更令,加载右侧明细数据
- this.spread.bind(spreadNS.Events.SelectionChanged, function (e, info) {
- const change = SpreadJsObj.getSelectObject(info.sheet);
- self._loadChangeDetail(change);
- });
- // 填写本期计量
- this.spread.bind(spreadNS.Events.EditEnded, function (e, info) {
- if (info.sheet.zh_setting) {
- const col = info.sheet.zh_setting.cols[info.col];
- const sortData = info.sheet.zh_dataType === 'tree' ? info.sheet.zh_tree.nodes : info.sheet.zh_data;
- const node = sortData[info.row];
- node[col.field] = col.type === 'Number' ? parseFloat(info.editingText) : info.editingText;
- // 刷新界面
- SpreadJsObj.reLoadRowData(info.sheet, info.row, 1);
- }
- });
- this.spread.bind(spreadNS.Events.ClipboardPasted, function (e, info) {
- if (info.sheet.zh_setting) {
- const sortData = SpreadJsObj.getSortData(info.sheet);
- for (let iRow = 0; iRow < info.cellRange.rowCount; iRow++) {
- const curRow = iRow + info.cellRange.row;
- const curCol = info.cellRange.col;
- const col = info.sheet.zh_setting.cols[info.cellRange.col];
- sortData[curRow][col.field] = col.type === 'Number' ? _.toNumber(info.sheet.getText(curRow, curCol)) : info.sheet.getText(curRow, curCol);
- }
- SpreadJsObj.reLoadRowData(sheet, info.cellRange.row, sel.cellRange.rowCount);
- }
- });
- SpreadJsObj.addDeleteBind(this.spread, function (sheet) {
- if (sheet.zh_setting) {
- const sel = sheet.getSelections()[0];
- const sortData = SpreadJsObj.getSortData(sheet);
- // 仅本期计量可删除
- if (sel.col === 5 || sel.colCount === 1) {
- const col = sheet.zh_setting.cols[sel.col];
- for (let iRow = sel.row; iRow < sel.row + sel.rowCount; iRow++) {
- const data = sortData[iRow];
- data[col.field] = null;
- }
- SpreadJsObj.reLoadRowData(sheet, sel.row, sel.rowCount);
- }
- }
- });
- // 过滤可变更数量为0
- $('#filterEmpty').click(function () {
- self._filterChange(!this.checked, $('#matchPos')[0].checked);
- });
- // 匹配编号
- $('#matchPos').click(function () {
- self._filterChange(!$('#filterEmpty')[0].checked, this.checked);
- });
- // 展开收起 变更令详细信息
- $('#show-bgl-detail').bind('click', function () {
- const detail = $('#bgl-detail'), bgl=$('#bgl'), obj=$(this);
- if (detail.hasClass('col-4')) {
- detail.attr('class', 'col').hide();
- bgl.attr('class', 'col-12');
- $('a', obj).attr('title', '展开侧栏');
- $('i', obj).attr('class', 'fa fa-chevron-left');
- self.spread.refresh();
- } else {
- detail.attr('class', 'col-4').show();
- bgl.attr('class', 'col-8');
- $('a', obj).attr('title', '收起侧栏');
- $('i', obj).attr('class', 'fa fa-chevron-right');
- self.spread.refresh();
- }
- });
- // 添加调用变更令
- $('#usg-bg-ok').click(function () {
- const data = { target: self.callData, change: [] };
- for (const c of self.displayChanges) {
- if (c.uamount) {
- if (!c.vamount || checkZero(c.vamount)) {
- toast('变更令:' + c.code + ' 当前不可使用', 'error');
- return;
- } else {
- if (c.uamount > c.vamount) {
- toast('变更令:' + c.code + ' 超计,请修改本期计量后,再提交', 'error');
- return;
- }
- }
- data.change.push({ cid: c.cid, cbid: c.cbid, qty: c.uamount });
- }
- }
- // 提交数据到后端
- postData(window.location.pathname + '/use-change', data, function(result) {
- if (result.pos) {
- stagePos.loadCurStageData(result.pos.curStageData);
- }
- const nodes = stageTree.loadPostStageData(result.bills);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes);
- stagePosSpreadObj.loadCurPosData();
- needCheckDetail();
- self.obj.modal('hide');
- });
- })
- }
- _calculateAmount() {
- for (const c of this.changes) {
- c.bamount = _.toNumber(c.b_amount);
- c.vamount = ZhCalc.sub(c.bamount, c.used_amount);
- const uc = _.find(this.useChanges, {cid: c.cid, cbid: c.cbid});
- if (uc) {
- c.org_uamount = uc.qty;
- c.uamount = uc.qty;
- c.vamount = ZhCalc.add(c.vamount, c.uamount);
- }
- }
- }
- _loadChangeDetail(change) {
- if (change) {
- if (change.cid === this.curChangeId) { return; }
- this.curChangeId = change.cid;
- const inputs = $('input[type!=checkbox]', this.obj);
- for (const i of inputs) {
- const field = $(i).attr('name');
- const text = (field && change[field]) ? change[field] : '';
- $(i).val(text);
- }
- const textareas = $('textarea', this.obj);
- for (const ta of textareas) {
- const field = $(ta).attr('name');
- const text = (field && change[field]) ? change[field] : '';
- ta.innerText = text;
- }
- const html = [];
- for (const a of change.attachments) {
- html.push('<tr>');
- html.push('<td>', '<a href="/change/download/file/' + a.id + '">', a.filename + a.fileext, '</a>', '</td>');
- html.push('<td>', a.u_name, '</td>');
- html.push('</tr>');
- }
- // 变更类型
- if (change.type) {
- const cType = change.type.split(',');
- $('input[name="type"]').prop("checked", false);
- for (const c of cType) {
- $('input[name="type"][value='+ c +']').prop("checked", true);
- }
- }
- // 变更类别
- $('select[name=class]').val(change.class);
- // 变更性质
- $('select[name=quality]').val(change.quality);
- // 变更单位
- $('select[name=company]').html('<option>' + change.company + '</option>');
- // 费用承担方
- $('input[name=charge][value=' + change.charge + ']').prop('checked', true);
- // 附件
- $('#attachment').html(html.join(''));
- } else {
- const inputs = $('input', this.obj);
- for (const i of inputs) {
- $(i).val('');
- }
- const textareas = $('textarea', this.obj);
- for (const ta of textareas) {
- ta.innerText = '';
- }
- $('#attachment').html('');
- }
- }
- _viewChanges() {
- const sheet = this.spread.getActiveSheet();
- if (this.changes) {
- sheet.setSelection(0, 0, 1, 1);
- //SpreadJsObj.loadSheetData(sheet, SpreadJsObj.DataType.Data, this.changes);
- this._filterChange(!$('#filterEmpty')[0].checked, $('#matchPos')[0].checked);
- this._loadChangeDetail(this.changes[0]);
- } else {
- toast('查询变更令有误,请刷新页面后重试', 'warning');
- }
- }
- _filterChange(filterEmpty, matchPosName) {
- this.displayChanges = [];
- for (const c of this.changes) {
- const filterVisible = filterEmpty ? (c.vamount ? !checkZero(c.vamount) : false) : true;
- const matchVisible = matchPosName && this.callData.pos ? c.b_bwmx === this.callData.pos.name : true;
- if ((filterVisible && matchVisible) || (c.org_uamount)) {
- this.displayChanges.push(c);
- }
- //c.visible = filterVisible && matchVisible;
- }
- SpreadJsObj.loadSheetData(this.spread.getActiveSheet(), SpreadJsObj.DataType.Data, this.displayChanges);
- //SpreadJsObj.refreshTreeRowVisible(this.spread.getActiveSheet());
- }
- loadChanges(data) {
- this.callData = data;
- if (this.callData.pos) {
- $('#matchPos').parent().show();
- } else {
- $('#matchPos').parent().hide();
- }
- const self = this;
- $('#b-code-hint').text('当前变更清单:' + data.bills.b_code);
- postData(window.location.pathname + '/valid-change', data, function (result) {
- self.changes = result.changes;
- self.useChanges = result.useChanges;
- self._calculateAmount();
- self._viewChanges();
- self.obj.modal('show');
- });
- }
- }
- const changesObj = new Changes($('#use-bg'));
- // 初始化 台账 spread
- const slSpread = SpreadJsObj.createNewSpread($('#stage-ledger')[0]);
- customizeStageTreeSetting(ledgerSpreadSetting, customColDisplay());
- // 数量变更列,添加按钮
- const col = _.find(ledgerSpreadSetting.cols, {field: 'qc_qty'});
- col.readOnly = true;
- col.cellType = 'imageBtn';
- col.hoverImg = '#ellipsis-icon';
- col.indent = 5;
- col.showImage = function (data) {
- if (!data || (data.children && data.children.length > 0) || !(data.b_code && data.b_code !== '')) {
- return false;
- } else {
- const nodePos = stagePos.getLedgerPos(data.id);
- return !(nodePos && nodePos.length > 0);
- }
- };
- ledgerSpreadSetting.imageClick = function (data) {
- changesObj.loadChanges({bills: data});
- };
- ledgerSpreadSetting.dgnUpFields = ['deal_dgn_qty1', 'deal_dgn_qty2', 'c_dgn_qty1', 'c_dgn_qty2'];
- SpreadJsObj.initSheet(slSpread.getActiveSheet(), ledgerSpreadSetting);
- stageTree.loadDatas(ledgerData);
- // stageTree.loadCurStageData(curStageData);
- // stageTree.loadPreStageData(preStageData);
- // 根据设置 计算 台账树结构
- treeCalc.calculateAll(stageTree);
- // 绘制界面
- SpreadJsObj.loadSheetData(slSpread.getActiveSheet(), 'tree', stageTree);
- SpreadJsObj.loadTopAndSelect(slSpread.getActiveSheet(), ckBillsSpread);
- //初始化所有附件列表
- getAllList();
- // 初始化 部位明细 Spread
- const spSpread = SpreadJsObj.createNewSpread($('#stage-pos')[0]);
- const spCol = _.find(posSpreadSetting.cols, {field: 'qc_qty'});
- spCol.readOnly = true;
- spCol.cellType = 'imageBtn';
- spCol.hoverImg = '#ellipsis-icon';
- spCol.indent = 5;
- spCol.showImage = function (data) {
- return data;
- };
- posSpreadSetting.imageClick = function (data) {
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- changesObj.loadChanges({bills: node, pos: data});
- };
- SpreadJsObj.initSheet(spSpread.getActiveSheet(), posSpreadSetting);
- const stageTreeSpreadObj = {
- refreshTreeNodes: function (sheet, nodes) {
- const tree = sheet.zh_tree;
- if (!tree) { return }
- const rows = [];
- for (const node of nodes) {
- rows.push(tree.nodes.indexOf(node));
- }
- SpreadJsObj.reLoadRowsData(sheet, rows);
- },
- editEnded: function (e, info) {
- if (info.sheet.zh_setting) {
- const col = info.sheet.zh_setting.cols[info.col];
- const sortData = info.sheet.zh_dataType === 'tree' ? info.sheet.zh_tree.nodes : info.sheet.zh_data;
- const node = sortData[info.row], updateData = {};
- const orgValue = node[col.field];
- const newValue = col.type === 'Number' ? parseFloat(info.editingText) : info.editingText;
- if (orgValue == newValue || ((!orgValue || orgValue === '') && (newValue === ''))) {
- return;
- }
- if (col.field.indexOf('_dgn_') > 0) {
- if (node.b_code && node.b_code !== '') {
- toast('仅项目节可输入设计数量');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- return;
- }
- } else if (col.field !== 'postil') {
- if (node.children && node.children.length > 0) {
- toast('清单父项不可计量', 'error');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- return;
- } else {
- const nodePos = stagePos.getLedgerPos(node.id);
- if (nodePos && nodePos.length > 0) {
- toast('该清单有部位明细,请在部位明细处计量', 'error');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- return;
- }
- }
- }
- if (col.field.indexOf('_dgn_') > 0) {
- updateData.dgn = {
- id: node.id
- };
- updateData.dgn[col.field] = newValue;
- } else {
- updateData.stage = {
- lid: node.id
- };
- updateData.stage[col.field] = newValue;
- }
- postData(window.location.href + '/update', {bills: updateData}, function (data) {
- const nodes = stageTree.loadPostStageData(data);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes);
- needCheckDetail();
- });
- }
- },
- selectionChanged: function (e, info) {
- stagePosSpreadObj.loadCurPosData();
- SpreadJsObj.resetTopAndSelect(spSpread.getActiveSheet());
- SpreadJsObj.saveTopAndSelect(info.sheet, ckBillsSpread);
- },
- deletePress(sheet) {
- if (sheet.zh_setting && sheet.zh_dataType === 'tree') {
- const tree = sheet.zh_tree;
- if (!tree) { return; }
- const sel = sheet.getSelections()[0];
- const validCols = [];
- for (let iCol = sel.col; iCol < sel.col + sel.colCount; iCol++) {
- if (!sheet.zh_setting.cols[iCol].readOnly) {
- validCols.push(iCol);
- }
- }
- if (validCols.length === 0) { return; }
- const sortData = sheet.zh_tree.nodes;
- const datas = [], dgnDatas = [];
- for (let iRow = sel.row; iRow < sel.row + sel.rowCount; iRow++) {
- const node = sortData[iRow];
- if (node) {
- const data = { lid: node.id }, dgnData = { id: node.id };
- let filter = true, filterDgn = true;
- for (const iCol of validCols) {
- const colSetting = sheet.zh_setting.cols[iCol];
- if (sheet.zh_setting.dgnUpFields.indexOf(colSetting.field) !== -1) {
- if (node.b_code && node.b_code !== '') continue;
- } else if (colSetting.field !== 'postil') {
- if (node.children && node.children.length > 0) { continue; }
- const nodePos = stagePos.getLedgerPos(node.id);
- if (nodePos && nodePos.length > 0) { continue; }
- }
- if (sheet.zh_setting.dgnUpFields.indexOf(colSetting.field) !== -1) {
- if (node[colSetting.field] && node[colSetting.field] !== 0) {
- dgnData[colSetting.field] = 0;
- filterDgn = false;
- }
- } else {
- data[colSetting.field] = null;
- filter = false;
- }
- }
- if (!filter) datas.push(data);
- if (!filterDgn) dgnDatas.push(dgnData);
- }
- }
- if (datas.length > 0 || dgnDatas.length > 0) {
- const bills = {};
- if (datas.length > 0) bills.stage = datas;
- if (dgnDatas.length > 0) bills.dgn = dgnDatas;
- postData(window.location.href + '/update', {bills: bills}, function (result) {
- const nodes = stageTree.loadPostStageData(result);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes);
- needCheckDetail();
- });
- }
- }
- },
- clipboardPasting(e, info) {
- if (info.sheet.zh_setting) {
- const setting = info.sheet.zh_setting;
- const range = info.cellRange;
- const stageField = ['contract_qty', 'contract_tp', 'qc_qty', 'postil'];
- for (let iCol = range.col; iCol < range.col + range.colCount; iCol++) {
- const col = info.sheet.zh_setting.cols[iCol];
- if ((stageField.indexOf(col.field) === -1) && setting.dgnUpFields.indexOf(col.field) === -1) {
- toast('不可修改此数据', 'error');
- info.cancel = true;
- return;
- }
- }
- }
- },
- clipboardPasted(e, info) {
- if (info.sheet.zh_setting && info.sheet.zh_tree) {
- const sheet = info.sheet, setting = info.sheet.zh_setting;
- const filterNodes = [], datas = [], dgnDatas = [];
- for (let iRow = 0; iRow < info.cellRange.rowCount; iRow++) {
- const curRow = iRow + info.cellRange.row;
- const node = sheet.zh_tree.getItemsByIndex(curRow);
- const data = {lid: node.id}, dgnData = {id: node.id};
- let filter = true, filterDgn = true;
- for (let iCol = 0; iCol < info.cellRange.colCount; iCol++) {
- const curCol = info.cellRange.col + iCol;
- const col = info.sheet.zh_setting.cols[curCol];
- if (setting.dgnUpFields.indexOf(col.field) !== -1) {
- if (node.b_code && node.b_code !== '') continue;
- } else if (col.field !== 'postil') {
- if (node.children && node.children.length > 0) continue;
- const nodePos = stagePos.getLedgerPos(node.id);
- if (nodePos && nodePos.length > 0) continue;
- }
- if (setting.dgnUpFields.indexOf(col.field) !== -1) {
- dgnData[col.field] = _.toNumber(sheet.getText(curRow, curCol));
- filterDgn = false;
- } else {
- data[col.field] = col.type === 'Number' ? _.toNumber(sheet.getText(curRow, curCol)) : sheet.getText(curRow, curCol);
- filter = false;
- }
- }
- if (filter && filterDgn) {
- filterNodes.push(node);
- } else {
- if (!filter) datas.push(data);
- if (!filterDgn) dgnDatas.push(dgnData);
- }
- }
- if (datas.length > 0 || dgnDatas.length > 0) {
- const updateData = {};
- if (datas.length > 0) updateData.stage = datas;
- if (dgnDatas.length > 0) updateData.dgn = dgnDatas;
- postData(window.location.href + '/update', {bills: updateData}, function (data) {
- const nodes = stageTree.loadPostStageData(data);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes.concat(filterNodes));
- needCheckDetail();
- });
- } else {
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), filterNodes);
- }
- }
- },
- measureAllPosInNode(node, ratio = 1) {
- const posterity = stageTree.getPosterity(node);
- const data = {updateType: 'update', updateData: []};
- for (const p of posterity) {
- if (p.children && p.children.length > 0) continue;
- const posRange = stagePos.getLedgerPos(p.id);
- if (posRange && posRange.length > 0) {
- for (const pr of posRange) {
- if (pr.contract_qty && !checkZero(pr.contract_qty)) continue;
- const validValue = ZhCalc.sub(pr.quantity, pr.end_contract_qty);
- if (validValue <= 0) continue;
- const value = ratio !== 1 ? ZhCalc.mul(pr.quantity, ratio) : pr.quantity;
- const pData = {
- pid: pr.id,
- lid: pr.lid,
- contract_qty: validValue > 0 ? (value > validValue ? validValue : value) : (value < validValue ? validValue : value),
- };
- data.updateData.push(pData);
- }
- }
- if (data.updateData.length > 1000 || _.map(data.updateData, 'lid').length > 200) {
- toastr.warning('选中的数据过多,仅计量' + data.updateData.length + '条,请稍后');
- break;
- }
- }
- console.log(data);
- if (data.updateData.length === 0) {
- toastr.info('其下全部部位明细均已计量');
- return;
- }
- postData(window.location.pathname + '/update', {pos: data}, function (result) {
- if (result.pos) {
- stagePos.updateDatas(result.pos.pos);
- stagePos.loadCurStageData(result.pos.curStageData);
- }
- const nodes = stageTree.loadPostStageData(result.ledger);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes);
- stagePosSpreadObj.loadCurPosData();
- needCheckDetail();
- toastr.success('已计量' + data.updateData.length + '条');
- }, function () {
- stagePosSpreadObj.loadCurPosData();
- });
- },
- topRowChanged(e, info) {
- SpreadJsObj.saveTopAndSelect(info.sheet, ckBillsSpread);
- },
- };
- slSpread.bind(spreadNS.Events.EditEnded, stageTreeSpreadObj.editEnded);
- slSpread.bind(spreadNS.Events.SelectionChanged, stageTreeSpreadObj.selectionChanged);
- slSpread.bind(spreadNS.Events.ClipboardPasting, stageTreeSpreadObj.clipboardPasting);
- slSpread.bind(spreadNS.Events.ClipboardPasted, stageTreeSpreadObj.clipboardPasted);
- slSpread.bind(spreadNS.Events.TopRowChanged, stageTreeSpreadObj.topRowChanged);
- SpreadJsObj.addDeleteBind(slSpread, stageTreeSpreadObj.deletePress);
- $.contextMenu({
- selector: '#stage-ledger',
- build: function ($trigger, e) {
- const target = SpreadJsObj.safeRightClickSelection($trigger, e, slSpread);
- return target.hitTestType === spreadNS.SheetArea.viewport || target.hitTestType === spreadNS.SheetArea.rowHeader;
- },
- items: {
- 'measureAll': {
- name: '计量其下所有部位明细',
- icon: 'fa-rocket',
- callback: function (key, opt) {
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- stageTreeSpreadObj.measureAllPosInNode(node);
- },
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- }
- },
- 'measureAllFiveTenth': {
- name: '计量其下所有部位明细(计量50%)',
- icon: 'fa-plane',
- callback: function (key, opt) {
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- stageTreeSpreadObj.measureAllPosInNode(node, 0.5);
- },
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- }
- },
- 'measureAllOneTenth': {
- name: '计量其下所有部位明细(计量10%)',
- icon: 'fa-car',
- callback: function (key, opt) {
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- stageTreeSpreadObj.measureAllPosInNode(node, 0.1);
- },
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- }
- },
- 'hint1': {
- name: '最多计量200条清单下1000条部位明细',
- className: 'text-danger',
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- },
- disabled: function (key, opt) {
- return true;
- }
- },
- 'hint1_1': {
- name: '(计数以清单为准,会计完清单下全部部位)',
- className: 'text-danger',
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- },
- disabled: function (key, opt) {
- return true;
- }
- },
- 'hint2': {
- name: '可再次使用该功能计量剩下的节点',
- className: 'text-danger',
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- },
- disabled: function (key, opt) {
- return true;
- }
- },
- 'hint2_2': {
- name: '(凡是计量的部位,不论计量多少,均不再计量)',
- className: 'text-danger',
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- },
- disabled: function (key, opt) {
- return true;
- }
- },
- 'hint3': {
- name: '如提示数据过多后,未成功,请缩小范围再试',
- className: 'text-danger',
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- },
- disabled: function (key, opt) {
- return true;
- }
- },
- 'hint4': {
- name: '该功能仅供测试用,请勿滥用,可能导致服务挂掉',
- className: 'text-danger',
- visible: function (key, opt) {
- const select = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- return select;
- },
- disabled: function (key, opt) {
- return true;
- }
- },
- }
- });
- const stagePosSpreadObj = {
- /**
- * 加载部位明细 根据当前台账选择节点
- */
- loadCurPosData: function () {
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- if (node) {
- const posData = stagePos.ledgerPos[itemsPre + node.id] || [];
- SpreadJsObj.loadSheetData(spSpread.getActiveSheet(), 'data', posData);
- getNodeList(node.id);
- // 如果是附件是当前节点,隐藏
- if ($('#dqjiedian').hasClass('active')) {
- $('#showAttachment').hide();
- }
- } else {
- SpreadJsObj.loadSheetData(spSpread.getActiveSheet(), 'data', []);
- }
- },
- editEnded: function (e, info) {
- if (info.sheet.zh_setting) {
- // 未改变过,则直接跳过
- const posData = info.sheet.zh_data ? info.sheet.zh_data[info.row] : null;
- const col = info.sheet.zh_setting.cols[info.col];
- const orgText = posData ? posData[col.field] : null;
- if (orgText === info.editingText || ((!orgText || orgText === '') && (info.editingText === ''))) {
- return;
- }
- // 台账模式下,不可新增
- if (checkTzMeasureType() && !posData) {
- toast('台账模式不可新增部位明细数据', 'error');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- info.cancel = true;
- return ;
- }
- // 不同节点下,部位明细检查输入
- //const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- const node = stagePosSpreadObj.stageTreeNode;
- if (!node) {
- toast('数据错误, 请刷新页面后再试', 'warning');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- return;
- } else if (info.editingText !== '' && node.children && node.children > 0) {
- toast('父节点不可插入部位明细', 'error');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- return;
- } else if (info.editingText !== '' && !node.b_code || node.b_code === '') {
- toast('项目节不可插入部位明细', 'error');
- SpreadJsObj.reLoadRowData(info.sheet, info.row);
- return;
- }
- // 生成提交数据
- const data = {};
- if (col.field === 'name') {
- if (info.editingText === '' && pos) {
- toast('部位名称不可为空', 'error', 'exclamation-circle');
- info.cancel = true;
- return;
- } else if (!posData) {
- if (info.editingText !== '') {
- data.updateType = 'add';
- data.updateData = {name: info.editingText, lid: node.id, tid: tender.id};
- } else {
- return;
- }
- } else {
- data.updateType = 'update';
- data.updateData = {pid: posData.id, lid: posData.lid, name: info.editingText};
- }
- } else if (!posData) {
- toast('新增部位请先输入名称', 'warning');
- } else {
- data.updateType = 'update';
- data.updateData = {pid: posData.id, lid: posData.lid};
- data.updateData[col.field] = col.type === 'Number' ? parseFloat(info.editingText) : info.editingText;
- }
- // 提交数据到服务器
- postData(window.location.pathname + '/update', {pos: data}, function (result) {
- if (result.pos) {
- stagePos.updateDatas(result.pos.pos);
- stagePos.loadCurStageData(result.pos.curStageData);
- }
- const refreshData = stageTree.loadPostStageData(result.ledger);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), refreshData);
- stagePosSpreadObj.loadCurPosData();
- needCheckDetail();
- }, function () {
- stagePosSpreadObj.loadCurPosData();
- });
- }
- },
- editStarting: function (e, info) {
- stagePosSpreadObj.stageTreeNode = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- },
- clipboardPasting: function (e, info) {
- if (info.sheet.zh_setting) {
- const sortData = info.sheet.zh_data;
- const range = info.cellRange;
- const validField = ['contract_qty', 'qc_qty', 'postil'];
- if (!checkTzMeasureType()) {
- validField.push('name', 'sgfh_qty', 'sjcl_qty', 'qtcl_qty');
- }
- for (let iCol = range.col; iCol < range.col + range.colCount; iCol++) {
- const col = info.sheet.zh_setting.cols[iCol];
- if (validField.indexOf(col.field) === -1) {
- if (checkTzMeasureType()) {
- toast('不可修改此数据', 'error');
- info.cancel = true;
- return;
- } else {
- for (let iRow = range.row; iRow < range.row + range.rowCount; iRow) {
- const pos = sortData(iRow);
- if (pos.add_stage !== stage.id || pos.add_times !== stage.times) {
- toast('不可修改此数据', 'error');
- info.cancel = true;
- return;
- }
- }
- }
- }
- }
- }
- },
- clipboardPasted: function (e, info) {
- const self = this;
- if (info.sheet.zh_setting) {
- const data = { updateType: '', updateData: [], };
- const sortData = info.sheet.zh_data;
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- if (sortData && (info.cellRange.row >= sortData.length)) {
- data.updateType = 'add';
- if (info.cellRange.col !== 0) {
- toast('新增部位请先输入名称', 'warning');
- self.loadCurPosData();
- return;
- }
- for (let iRow = 0; iRow < info.cellRange.rowCount; iRow++) {
- const curRow = info.cellRange.row + iRow;
- const newData = {lid: node.id};
- for (let iCol = 0; iCol < info.cellRange.colCount; iCol++) {
- const curCol = info.cellRange.col + iCol;
- const colSetting = info.sheet.zh_setting.cols[curCol];
- newData[colSetting.field] = info.sheet.getText(curRow, curCol);
- if (colSetting.type === 'Number') {
- newData[colSetting.field] = _.toNumber(newData[colSetting.field]);
- }
- }
- data.updateData.push(newData);
- }
- } else {
- data.updateType = 'update';
- for (let iRow = 0; iRow < info.cellRange.rowCount; iRow++) {
- const curRow = info.cellRange.row + iRow;
- const curPos = sortData[curRow];
- if (curPos) {
- const newData = {pid: curPos.id, lid: curPos.lid};
- for (let iCol = 0; iCol < info.cellRange.colCount; iCol++) {
- const curCol = info.cellRange.col + iCol;
- const colSetting = info.sheet.zh_setting.cols[curCol];
- newData[colSetting.field] = info.sheet.getText(curRow, curCol);
- if (colSetting.type === 'Number') {
- newData[colSetting.field] = _.toNumber(newData[colSetting.field]);
- }
- }
- data.updateData.push(newData);
- }
- }
- }
- console.log(data);
- postData(window.location.pathname + '/update', {pos: data}, function (result) {
- if (result.pos) {
- stagePos.updateDatas(result.pos.pos);
- stagePos.loadCurStageData(result.pos.curStageData);
- }
- const nodes = stageTree.loadPostStageData(result.ledger);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes);
- stagePosSpreadObj.loadCurPosData();
- needCheckDetail();
- }, function () {
- stagePosSpreadObj.loadCurPosData();
- });
- }
- },
- deletePress: function (sheet) {
- if (sheet.zh_setting && sheet.zh_data) {
- const sortData = sheet.zh_data;
- if (!sortData || sortData.length === 0) { return; }
- const sel = sheet.getSelections()[0];
- const validCols = [];
- for (let iCol = sel.col; iCol < sel.col + sel.colCount; iCol++) {
- if (!sheet.zh_setting.cols[iCol].readOnly) {
- validCols.push(iCol);
- }
- }
- if (validCols.length === 0) { return; }
- const datas = [], posSelects = [];
- for (let iRow = sel.row; iRow < sel.row + sel.rowCount; iRow++) {
- const node = sortData[iRow];
- if (node) {
- const data = {pid: node.id, lid: node.lid};
- for (const iCol of validCols) {
- const colSetting = sheet.zh_setting.cols[iCol];
- if (colSetting.field === 'name') {
- toast('部位名称不能为空', 'error');
- return;
- }
- data[colSetting.field] = null;
- }
- datas.push(data);
- posSelects.push(node);
- }
- }
- if (datas.length > 0) {
- postData(window.location.pathname + '/update', {pos: {updateType: 'update', updateData: datas} }, function (result) {
- if (result.pos) {
- stagePos.updateDatas(result.pos.pos);
- stagePos.loadCurStageData(result.pos.curStageData);
- }
- const nodes = stageTree.loadPostStageData(result.ledger);
- stageTreeSpreadObj.refreshTreeNodes(slSpread.getActiveSheet(), nodes);
- needCheckDetail();
- // todo 只加载改变项
- stagePosSpreadObj.loadCurPosData();
- });
- }
- }
- },
- leaveCell: function (e, info) {
- console.log(1);
- },
- };
- // 加载上下窗口resizer
- $.divResizer({
- select: '#main-resize',
- callback: function () {
- slSpread.refresh();
- let bcontent = $(".bcontent-wrap") ? $(".bcontent-wrap").height() : 0;
- $(".sp-wrap").height(bcontent-40);
- spSpread.refresh();
- }
- });
- // 加载部位明细数据 - 暂时统一加载,如有需要,切换成动态加载并缓存
- console.time('loadPosFromServer');
- postData(window.location.pathname + '/pos', null, function (result) {
- console.timeEnd('loadPosFromServer');
- console.log('pos: ' + result.length);
- stagePos.loadDatas(result);
- stagePos.calculateAll();
- stagePosSpreadObj.loadCurPosData();
- SpreadJsObj.resetTopAndSelect(spSpread.getActiveSheet());
- });
- spSpread.bind(spreadNS.Events.EditEnded, stagePosSpreadObj.editEnded);
- spSpread.bind(spreadNS.Events.ClipboardPasting, stagePosSpreadObj.clipboardPasting);
- spSpread.bind(spreadNS.Events.ClipboardPasted, stagePosSpreadObj.clipboardPasted);
- spSpread.bind(spreadNS.Events.EditStarting, stagePosSpreadObj.editStarting);
- SpreadJsObj.addDeleteBind(spSpread, stagePosSpreadObj.deletePress);
- if (!checkTzMeasureType()) {
- }
- $('#row-view').on('show.bs.modal', function () {
- const html = [], customDisplay = customColDisplay();
- for (const cd of customDisplay) {
- html.push('<tr>');
- html.push('<td>', cd.title, '</td>');
- html.push('<td>', '<input type="checkbox"' + (cd.visible ? ' checked=""' : '') + '>', '</td>');
- html.push('</tr>');
- }
- $('#row-view-list').html(html.join(''));
- });
- $('#row-view-ok').click(function () {
- const customDisplay = customColDisplay();
- const cvl = $('#row-view-list').children();
- for (const cv of cvl) {
- const title = $(cv).children()[0].innerHTML;
- const check = $('input', cv)[0].checked;
- const cd = customDisplay.find(function (c) {
- return c.title === title;
- });
- cd.visible = check;
- }
- customizeStageTreeSetting(ledgerSpreadSetting, customDisplay);
- SpreadJsObj.refreshColumnVisible(slSpread.getActiveSheet());
- Cookies.set('stage-col-visible', JSON.stringify(customDisplay), 7*24*60*60*1000);
- $('#row-view').modal('hide');
- });
- class SearchLedger {
- constructor(obj, mainSpread) {
- const self = this;
- this.obj = obj;
- this.mainSpread = mainSpread;
- this.spreadSetting = {
- cols: [
- {title: '项目节编号', field: 'code', hAlign: 0, width: 120, formatter: '@'},
- {title: '清单编号', field: 'b_code', hAlign: 0, width: 80, formatter: '@'},
- {title: '名称', field: 'name', width: 230, hAlign: 0, formatter: '@'},
- {title: '单位', field: 'unit', width: 50, hAlign: 1, formatter: '@'},
- {title: '单价', field: 'unit_price', hAlign: 2, width: 50},
- {title: '数量', field: 'quantity', hAlign: 2, width: 50},
- {title: '完成率(%)', field: 'complete_percent', hAlign: 2, width: 70},
- ],
- emptyRows: 3,
- headRows: 1,
- headRowHeight: [40],
- defaultRowHeight: 21,
- readOnly: true
- };
- this.spread = SpreadJsObj.createNewSpread($('#search-result', this.obj)[0]);
- SpreadJsObj.initSheet(this.spread.getActiveSheet(), this.spreadSetting);
- $('#searchLedger', this.obj).bind('click', function () {
- const keyword = $('#keyword', self.obj).val();
- if (keyword !== '') {
- $('#over', obj)[0].checked = false;
- $('#empty', obj)[0].checked = false;
- this.searchResult = [];
- const sortData = SpreadJsObj.getSortData(self.mainSpread.getActiveSheet());
- for (const node of sortData) {
- if ((node.code && node.code.indexOf(keyword) > -1) ||
- node.b_code && node.b_code.indexOf(keyword) > -1 ||
- node.name && node.name.indexOf(keyword) > -1) {
- this.searchResult.push(node);
- }
- }
- SpreadJsObj.loadSheetData(self.spread.getActiveSheet(), 'data', this.searchResult);
- }
- });
- $('#over', this.obj).bind('change', function () {
- this.searchResult = [];
- const sortData = SpreadJsObj.getSortData(self.mainSpread.getActiveSheet());
- for (const node of sortData) {
- if (node.children && node.children.length > 0) continue;
- if (node.end_gather_qty) {
- if (!node.quantity || Math.abs(node.end_gather_qty) > Math.abs(node.quantity)) {
- this.searchResult.push(node);
- }
- } else if (node.end_gather_tp) {
- if (!node.total_price || Math.abs(node.end_gather_tp) > Math.abs(node.total_price)) {
- this.searchResult.push(node);
- }
- }
- }
- SpreadJsObj.loadSheetData(self.spread.getActiveSheet(), 'data', this.searchResult);
- });
- $('#empty', this.obj).bind('change', function () {
- this.searchResult = [];
- const sortData = SpreadJsObj.getSortData(self.mainSpread.getActiveSheet());
- for (const node of sortData) {
- if (node.children && node.children.length > 0) continue;
- if (node.quantity) {
- if (!node.end_gather_qty || checkZero(node.end_gather_qty)) {
- this.searchResult.push(node);
- }
- } else if (node.total_price) {
- if (!node.end_gather_tp || checkZero(node.end_gather_tp)) {
- this.searchResult.push(node);
- }
- }
- }
- SpreadJsObj.loadSheetData(self.spread.getActiveSheet(), 'data', this.searchResult);
- });
- this.spread.getActiveSheet().bind(GC.Spread.Sheets.Events.CellDoubleClick, function (e, info) {
- const sheet = info.sheet;
- const data = sheet.zh_data;
- if (!data) { return }
- const curBills = data[info.row];
- if (!curBills) { return }
- SpreadJsObj.locateTreeNode(self.mainSpread.getActiveSheet(), curBills.ledger_id);
- });
- }
- }
- let searchLedger;
- $.divResizer({
- select: '#right-spr',
- callback: function () {
- slSpread.refresh();
- spSpread.refresh();
- if (searchLedger) {
- searchLedger.spread.refresh();
- }
- }
- });
- // 展开收起附件
- $('a', '.right-nav').bind('click', function () {
- //const main = $('#main-view'), tool = $('#tools-view');
- const tab = $(this), tabPanel = $(tab.attr('content'));
- const showTools = function (show) {
- const left = $('#main-view'), right = $('#tools-view'), parent = left.parent();
- if (show) {
- right.show();
- autoFlashHeight();
- /**
- * right.show()后, parent被撑开成2倍left.height, 导致parent.width减少了10px
- * 第一次left.width调整后,parent的缩回left.height, 此时parent.width又增加了10px
- * 故需要通过最终的parent.width再计算一次left.width
- *
- * Q: 为什么不通过先计算left.width的宽度,以避免计算两次left.width?
- * A: 右侧工具栏不一定显示,当右侧工具栏显示过一次后,就必须使用parent和right来计算left.width
- *
- */
- //left.css('width', parent.width() - right.outerWidth());
- //left.css('width', parent.width() - right.outerWidth());
- const percent = 100 - right.outerWidth() /parent.width() * 100;
- left.css('width', percent + '%');
- } else {
- right.hide();
- left.css('width', '100%');
- }
- };
- if (!tab.hasClass('active')) {
- $('a', '.side-menu').removeClass('active');
- $('.tab-content .tab-select-show').removeClass('active');
- tab.addClass('active');
- tabPanel.addClass('active');
- showTools(tab.hasClass('active'));
- if (tab.attr('content') === '#search' && !searchLedger) {
- searchLedger = new SearchLedger($('#search'), slSpread);
- searchLedger.spread.refresh();
- }
- if (tab.attr('content') === '#fujian') {
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- getNodeList(node.id);
- }
- } else {
- tab.removeClass('active');
- tabPanel.removeClass('active');
- showTools(tab.hasClass('active'));
- }
- slSpread.refresh();
- spSpread.refresh();
- });
- // 切换附件里节点和所有附件
- $('#fujian .nav-link').on('click', function () {
- const tabPanel = $(this).attr('fujian-content');
- if (tabPanel !== 'syfujian') {
- $('#showPage').hide();
- } else {
- $('#showPage').show();
- }
- $('#showAttachment').hide();
- });
- // 上传附件
- $('#upload-file-btn').click(function () {
- const files = $('#upload-file')[0].files;
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- const formData = new FormData();
- formData.append('lid', node.id);
- for (const file of files) {
- if (file === undefined) {
- toast('未选择上传文件!', 'error');
- return false;
- }
- const filesize = file.size;
- if (filesize > 10 * 1024 * 1024) {
- toast('存在上传文件大小过大!', 'error');
- return false;
- }
- const fileext = '.' + file.name.toLowerCase().split('.').splice(-1)[0];
- if (whiteList.indexOf(fileext) === -1) {
- toast('只能上传指定格式的附件!', 'error');
- return false;
- }
- formData.append('size', filesize);
- formData.append('file[]', file);
- }
- postDataWithFile('/tender/' + tender.id + '/measure/stage/' + stage.order + '/upload/file', formData, function (data) {
- $('#upload').modal('hide');
- // 插入到attData中
- attData = data.concat(attData);
- // 重新生成List
- getAllList();
- getNodeList(node.id);
- }, function () {
- toast('附件上传失败', 'error');
- });
- $('#upload-file').val('');
- });
- // 获取附件信息
- $('body').on('click', '.list-table a', function () {
- const fid = $(this).attr('file-id');
- if ($('#showAttachment').attr('file-id') === fid && !$('#showAttachment').is(":hidden")) {
- return;
- }
- const att = attData.find(function (item) {
- return item.id === parseInt(fid);
- });
- $('#edit-att').hide();
- $('#show-att').show();
- if (att !== undefined) {
- $('#show-att tr').eq(0).children('td').text(att.filename + att.fileext);
- const name = att.code !== null && att.code !== '' ? att.code : (att.b_code !== null ? att.b_code : '');
- $('#show-att tr').eq(1).children('td').text($.trim(name + ' ' + att.lname));
- $('#show-att tr').eq(2).find('a').attr('href', '/tender/' + tender.id + '/measure/stage/' + stage.order + '/download/file/' + att.id);
- $('#show-att tr').eq(3).children('td').eq(0).text(att.username);
- $('#show-att tr').eq(3).children('td').eq(1).text(att.in_time);
- $('#show-att tr').eq(4).children('td').text(att.remark);
- if (parseInt(userID) === att.uid) {
- $('#btn-att').show();
- $('#btn-att a').eq(1).show();
- $('#btn-att a').eq(0).hide();
- $('#btn-att a').eq(2).hide();
- $('#btn-att a').eq(3).hide();
- } else {
- $('#btn-att').hide();
- $('#btn-att a').eq(1).hide();
- $('#btn-att a').eq(0).hide();
- $('#btn-att a').eq(2).hide();
- $('#btn-att a').eq(3).hide();
- }
- $('#showAttachment').attr('file-id', fid);
- $('#showAttachment').show();
- } else {
- $('#showAttachment').hide();
- $('#showAttachment').attr('file-id', '');
- toast('附件信息获取失败', 'error');
- }
- });
- $('body').on('click', '#btn-att a', function () {
- const content = $(this).attr('content');
- const fid = $('#showAttachment').attr('file-id');
- const node = SpreadJsObj.getSelectObject(slSpread.getActiveSheet());
- if (content === 'edit') {
- $('#btn-att a').eq(1).hide();
- $('#btn-att a').eq(0).show();
- $('#btn-att a').eq(2).show();
- $('#btn-att a').eq(3).show();
- $('#show-att').hide();
- $('#edit-att').show();
- const att = attData.find(function (item) {
- return item.id === parseInt(fid);
- });
- $('#edit-att .form-group').eq(0).find('input').val(att.filename);
- $('#edit-att .form-group').eq(0).find('span').eq(1).text(att.fileext);
- const name = att.code !== null && att.code !== '' ? att.code : (att.b_code !== null ? att.b_code : '');
- $('#edit-att .form-group').eq(1).find('input').val($.trim(name + ' ' + att.lname));
- $('#edit-att .form-group').eq(2).find('input').val(att.in_time);
- $('#edit-att .form-group').eq(3).find('input').val(att.remark);
- } else if (content === 'cancel') {
- $('#show-att').show();
- $('#edit-att').hide();
- $('#btn-att a').eq(1).show();
- $('#btn-att a').eq(0).hide();
- $('#btn-att a').eq(2).hide();
- $('#btn-att a').eq(3).hide();
- } else if (content === 'save') {
- const formData = new FormData();
- formData.append('id', fid);
- formData.append('filename', $('#edit-att .form-group').eq(0).find('input').val());
- formData.append('fileext', $('#edit-att .form-group').eq(0).find('span').eq(1).text());
- formData.append('remark', $('#edit-att .form-group').eq(3).find('input').val());
- const file = $('#change-att-btn')[0];
- if (file.files[0] !== undefined) {
- const filesize = file.files[0].size;
- formData.append('size', filesize);
- formData.append('file', file.files[0]);
- }
- postDataWithFile('/tender/' + tender.id + '/measure/stage/' + stage.order + '/save/file', formData, function (data) {
- // 替换到attData中
- const att_index = attData.findIndex(function (item) {
- return item.id === parseInt(fid);
- });
- attData.splice(att_index, 1, data);
- // 重新生成List
- getAllList(parseInt($('#currentPage').text()));
- getNodeList(node.id);
- $('#show-att').show();
- $('#edit-att').hide();
- $('#show-att tr').eq(0).children('td').text(data.filename + data.fileext);
- const name = data.code !== null && data.code !== '' ? data.code : (data.b_code !== null ? data.b_code : '');
- $('#show-att tr').eq(1).children('td').text($.trim(name + ' ' + data.lname));
- $('#show-att tr').eq(2).find('a').attr('href', '/tender/' + tender.id + '/measure/stage/' + stage.order + '/download/file/' + data.id);
- $('#show-att tr').eq(3).children('td').eq(0).text(data.username);
- $('#show-att tr').eq(3).children('td').eq(1).text(data.in_time);
- $('#show-att tr').eq(4).children('td').text(data.remark);
- $('#btn-att a').eq(1).show();
- $('#btn-att a').eq(0).hide();
- $('#btn-att a').eq(2).hide();
- $('#btn-att a').eq(3).hide();
- }, function () {
- toast('附件上传失败', 'error');
- });
- $('#change-att-btn').val('');
- } else if (content === 'del') {
- const data = {id: fid};
- postData('/tender/' + tender.id + '/measure/stage/' + stage.order + '/delete/file', data, function (result) {
- // 删除到attData中
- const att_index = attData.findIndex(function (item) {
- return item.id === parseInt(fid);
- });
- attData.splice(att_index, 1);
- // 重新生成List
- getAllList();
- getNodeList(node.id);
- $('#showAttachment').hide();
- $('#showAttachment').attr('file-id', '');
- });
- }
- });
- // 替换附件
- $('#change-att-btn').on('change', function () {
- const file = $('#change-att-btn')[0].files[0];
- const name = file.name;
- const filename = name.substring(0, name.lastIndexOf("."));
- const fileext = name.substr(name.indexOf("."));
- const filesize = file.size;
- if (filesize > 10 * 1024 * 1024) {
- toast('文件大小过大!', 'error');
- $('#change-att-btn').val('');
- return false;
- }
- if (whiteList.indexOf(fileext) === -1) {
- toast('只能上传指定格式的附件!', 'error');
- $('#change-att-btn').val('');
- return false;
- }
- $('#edit-att .form-group').eq(0).find('input').val(filename);
- $('#edit-att .form-group').eq(0).find('span').eq(1).text(fileext);
- });
- // 切换页数
- $('.page-select').on('click', function () {
- const totalPageNum = $('#totalPage').text();
- const lastPageNum = $('#currentPage').text();
- const status = $(this).attr('content');
- if (status === 'pre' && lastPageNum > 1) {
- getAllList(parseInt(lastPageNum)-1);
- $('#showAttachment').hide();
- } else if (status === 'next' && lastPageNum < totalPageNum) {
- getAllList(parseInt(lastPageNum)+1);
- $('#showAttachment').hide();
- }
- });
- // 显示层次
- (function (select, sheet) {
- if (!sheet.zh_tree) return;
- $(select).click(function () {
- const tag = $(this).attr('tag');
- const tree = sheet.zh_tree;
- switch (tag) {
- case "1":
- case "2":
- case "3":
- case "4":
- case "5":
- tree.expandByLevel(parseInt(tag));
- SpreadJsObj.refreshTreeRowVisible(sheet);
- break;
- case "last":
- tree.expandByCustom(() => { return true; });
- SpreadJsObj.refreshTreeRowVisible(sheet);
- break;
- case "leafXmj":
- tree.expandToLeafXmj();
- SpreadJsObj.refreshTreeRowVisible(sheet);
- break;
- case "curMeasure":
- tree.expandByCustom(function (node) {
- for (const field of ['contract_tp', 'qc_tp', 'gather_tp']) {
- if (node[field]) {
- return true;
- }
- }
- return false;
- });
- SpreadJsObj.refreshTreeRowVisible(sheet);
- break;
- }
- });
- })('a[name=showLevel]', slSpread.getActiveSheet());
- });
|