| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058 |
- import xml.etree.ElementTree as ET
- from subdir import service, util
- from bson.objectid import ObjectId
- import uuid
- def getDingercj_(root, bh, bt, qdbm, debm):
- result = [["ID", "人材机编码", "名称", "规格型号", "单位", "单价", "产地",
- "供应厂商", "人材机类别", "甲供标志", "含量", "合价", "暂估价标志", "主要材料标志", "主材标志", "设备标志" ]]
- #result.append(["ming cheng", "jin e", "zan gu jia", "anquan wenming fei", "guifei"])
- item = None
- for child in root:
-
- if child.tag == "Dxgcxx":
- for child1 in child:
- Dwgcbh = child1.attrib["Dwgcbh"]
- if Dwgcbh == bh:
- item = child1
- break
- ##result.append([child.attrib["Dxgcmc"], child.attrib["Je"], child.attrib["Zgj"], child.attrib["Aqwmf"], child.attrib["Gf"]])
- Fywj = None
- for child in item:
- if child.tag == 'Qdxm':
- Fywj= child
- break
- Rcjhz = None
- for child in item:
- if child.tag == 'Rcjhz':
- Rcjhz = child
- break
- kv = {}
- for entry in Rcjhz:
- kv[entry.attrib["RcjId"]]=entry
- container = None
- for child in Fywj:
- ##child is mx
- if child.tag == "QdBt":
- if child.attrib["Mc"] == bt:
- container = child
- break
- if not container:
- container = Fywj
- zimu = None
- for child in container:
- if child.attrib["Qdbm"] == qdbm:
- zimu = child
- break
- box = None
- if not zimu:
- return result
- for child in zimu:
- if child.tag == "Qdxdezj":
- box = child
- break
- hlmx_parent = None
- for child in box:
- if child.attrib["Debm"] == debm:
- for grandchild in child:
- if grandchild.tag == "Qdxdercjhl":
- hlmx_parent = grandchild
- for child in hlmx_parent:
- result.append([child.attrib["RcjId"],
- kv[child.attrib["RcjId"]].attrib["RcjBm"],
- kv[child.attrib["RcjId"]].attrib["Mc"],
- kv[child.attrib["RcjId"]].attrib["Ggxh"],
- kv[child.attrib["RcjId"]].attrib["Dw"],
- kv[child.attrib["RcjId"]].attrib["Dj"],
- kv[child.attrib["RcjId"]].attrib["Cd"],
- kv[child.attrib["RcjId"]].attrib["Gycs"],
- kv[child.attrib["RcjId"]].attrib["Rcjlb"],
- kv[child.attrib["RcjId"]].attrib["Jgbz"],
- child.attrib["Rcjhl"], child.attrib["Rcjhj"], "",
- "", "", ""
- ])
- return result
- def getQingdanrcj_(root, bh, bt, bm):
- result = [["ID", "人材机编码", "名称", "规格型号", "单位", "单价", "产地",
- "供应厂商", "人材机类别", "甲供标志", "含量", "合价", "暂估价标志", "主要材料标志", "主材标志", "设备标志" ]]
- #result.append(["ming cheng", "jin e", "zan gu jia", "anquan wenming fei", "guifei"])
- item = None
- for child in root:
-
- if child.tag == "Dxgcxx":
- for child1 in child:
- Dwgcbh = child1.attrib["Dwgcbh"]
- if Dwgcbh == bh:
- item = child1
- break
- ##result.append([child.attrib["Dxgcmc"], child.attrib["Je"], child.attrib["Zgj"], child.attrib["Aqwmf"], child.attrib["Gf"]])
- Fywj = None
- for child in item:
- if child.tag == 'Qdxm':
- Fywj= child
- break
- Rcjhz = None
- for child in item:
- if child.tag == 'Rcjhz':
- Rcjhz = child
- break
- kv = {}
- for entry in Rcjhz:
- kv[entry.attrib["RcjId"]]=entry
- container = None
- for child in Fywj:
- ##child is mx
- if child.tag == "QdBt":
- if child.attrib["Mc"] == bt:
- container = child
- break
- if not container:
- container = Fywj
- zimu = None
- for child in container:
- if child.attrib["Qdbm"] == bm:
- zimu = child
- break
- box = None
- if not zimu:
- return result
- for child in zimu:
- if child.tag == "Qdxrcjhl":
- box = child
- break
- for child in box:
- result.append([child.attrib["RcjId"],
- kv[child.attrib["RcjId"]].attrib["RcjBm"],
- kv[child.attrib["RcjId"]].attrib["Mc"],
- kv[child.attrib["RcjId"]].attrib["Ggxh"],
- kv[child.attrib["RcjId"]].attrib["Dw"],
- kv[child.attrib["RcjId"]].attrib["Dj"],
- kv[child.attrib["RcjId"]].attrib["Cd"],
- kv[child.attrib["RcjId"]].attrib["Gycs"],
- kv[child.attrib["RcjId"]].attrib["Rcjlb"],
- kv[child.attrib["RcjId"]].attrib["Jgbz"],
- child.attrib["Rcjhl"], child.attrib["Rcjhj"], child.attrib["Zgjbz"],
- child.attrib["Zyclbz"], child.attrib["Zcbz"], child.attrib["Sbbz"]
- ])
- return result
- def getDjcsDingercj_(root, bh, bt, qdbm, debm):
- result = [["ID", "人材机编码", "名称", "规格型号", "单位", "单价", "产地",
- "供应厂商", "人材机类别", "甲供标志", "含量", "合价", "暂估价标志", "主要材料标志", "主材标志", "设备标志" ]]
- #result.append(["ming cheng", "jin e", "zan gu jia", "anquan wenming fei", "guifei"])
- item = None
- for child in root:
-
- if child.tag == "Dxgcxx":
- for child1 in child:
- Dwgcbh = child1.attrib["Dwgcbh"]
- if Dwgcbh == bh:
- item = child1
- break
- ##result.append([child.attrib["Dxgcmc"], child.attrib["Je"], child.attrib["Zgj"], child.attrib["Aqwmf"], child.attrib["Gf"]])
- Fywj = None
- for child in item:
- if child.tag == 'Csxm':
- Fywj= child
- break
- Rcjhz = None
- for child in item:
- if child.tag == 'Rcjhz':
- Rcjhz = child
- break
- kv = {}
- for entry in Rcjhz:
- kv[entry.attrib["RcjId"]]=entry
- container = None
- for child in Fywj:
- if child.tag == "DjCs":
- container = child
- break
- zimu = None
- for child in container:
- if child.attrib["Bm"] == qdbm:
- zimu = child
- break
- box = None
- if not zimu:
- return result
- for child in zimu:
- if child.tag == "Csxdezj":
- box = child
- break
- hlmx_parent = None
- for child in box:
- if child.attrib["Debm"] == debm:
- for grandchild in child:
- if grandchild.tag == "Csxdercjhl":
- hlmx_parent = grandchild
- for child in hlmx_parent:
- result.append([child.attrib["RcjId"],
- kv[child.attrib["RcjId"]].attrib["RcjBm"],
- kv[child.attrib["RcjId"]].attrib["Mc"],
- kv[child.attrib["RcjId"]].attrib["Ggxh"],
- kv[child.attrib["RcjId"]].attrib["Dw"],
- kv[child.attrib["RcjId"]].attrib["Dj"],
- kv[child.attrib["RcjId"]].attrib["Cd"],
- kv[child.attrib["RcjId"]].attrib["Gycs"],
- kv[child.attrib["RcjId"]].attrib["Rcjlb"],
- kv[child.attrib["RcjId"]].attrib["Jgbz"],
- child.attrib["Rcjhl"], child.attrib["Rcjhj"], "",
- "", "", ""
- ])
- return result
- def getDjcsQingdanrcj_(root, bh, bt, bm):
- result = [["ID", "人材机编码", "名称", "规格型号", "单位", "单价", "产地",
- "供应厂商", "人材机类别", "甲供标志", "含量", "合价", "暂估价标志", "主要材料标志", "主材标志", "设备标志" ]]
- #result.append(["ming cheng", "jin e", "zan gu jia", "anquan wenming fei", "guifei"])
- item = None
- for child in root:
-
- if child.tag == "Dxgcxx":
- for child1 in child:
- Dwgcbh = child1.attrib["Dwgcbh"]
- if Dwgcbh == bh:
- item = child1
- break
- ##result.append([child.attrib["Dxgcmc"], child.attrib["Je"], child.attrib["Zgj"], child.attrib["Aqwmf"], child.attrib["Gf"]])
- Fywj = None
- for child in item:
- if child.tag == 'Csxm':
- Fywj= child
- break
- hl_parent = None
- for child in Fywj:
- if child.tag == "DjCs":
- hl_parent = child
- Rcjhz = None
- for child in item:
- if child.tag == 'Rcjhz':
- Rcjhz = child
- break
- kv = {}
- for entry in Rcjhz:
- kv[entry.attrib["RcjId"]]=entry
- zimu = None
- for child in hl_parent:
- if child.attrib["Bm"] == bm:
- zimu = child
- break
- box = None
- if not zimu:
- return result
- for child in zimu:
- if child.tag == "Csxrcjhl":
- box = child
- break
- for child in box:
- result.append([child.attrib["RcjId"],
- kv[child.attrib["RcjId"]].attrib["RcjBm"],
- kv[child.attrib["RcjId"]].attrib["Mc"],
- kv[child.attrib["RcjId"]].attrib["Ggxh"],
- kv[child.attrib["RcjId"]].attrib["Dw"],
- kv[child.attrib["RcjId"]].attrib["Dj"],
- kv[child.attrib["RcjId"]].attrib["Cd"],
- kv[child.attrib["RcjId"]].attrib["Gycs"],
- kv[child.attrib["RcjId"]].attrib["Rcjlb"],
- kv[child.attrib["RcjId"]].attrib["Jgbz"],
- child.attrib["Rcjhl"], child.attrib["Rcjhj"], child.attrib["Zgjbz"],
- child.attrib["Zyclbz"], child.attrib["Zcbz"], child.attrib["Sbbz"]
- ])
- return result
- async def resolve(manager, websocket, data, client):
- tree = ET.parse("data/" + data)
- root = tree.getroot()
- print(root)
- Dwgcbh = []
- jingjibiao = {}
- jingjibiao["BiaoDuanNO"] = root.attrib["BiaoDuanNO"]
- jingjibiao["Jsfs"] = root.attrib["Jsfs"]
- jingjibiao["Version"] = root.attrib["Version"]
- jingjibiao["Xmmc"] = root.attrib["Xmmc"]
- jingjibiao["Dxgcxx"] = []
- for child in root:
- if child.tag == "ZhaoBiaoXx":
- jingjibiao["ZhaoBiaoXx"] = {}
- jingjibiao["ZhaoBiaoXx"]["BzTime"] = child.attrib["BzTime"]
- jingjibiao["ZhaoBiaoXx"]["Bzr"] = child.attrib["Bzr"]
- jingjibiao["ZhaoBiaoXx"]["FhTime"] = child.attrib["FhTime"]
- jingjibiao["ZhaoBiaoXx"]["Fhr"] = child.attrib["Fhr"]
- jingjibiao["ZhaoBiaoXx"]["Zbr"] = child.attrib["Zbr"]
- jingjibiao["ZhaoBiaoXx"]["ZbrDb"] = child.attrib["ZbrDb"]
- jingjibiao["ZhaoBiaoXx"]["Zxr"] = child.attrib["Zxr"]
- jingjibiao["ZhaoBiaoXx"]["ZxrDb"] = child.attrib["ZxrDb"]
- elif child.tag == "TouBiaoXx":
- jingjibiao["TouBiaoXx"] = {}
- jingjibiao["TouBiaoXx"]["Zbr"] = child.attrib["Zbr"]
- jingjibiao["TouBiaoXx"]["Tbr"] = child.attrib["Tbr"]
- jingjibiao["TouBiaoXx"]["TbrDb"] = child.attrib["TbrDb"]
- jingjibiao["TouBiaoXx"]["Bzr"] = child.attrib["Bzr"]
- jingjibiao["TouBiaoXx"]["BzTime"] = child.attrib["BzTime"]
- jingjibiao["TouBiaoXx"]["Tbzj"] = child.attrib["Tbzj"]
- jingjibiao["TouBiaoXx"]["Zgj"] = child.attrib["Zgj"]
- jingjibiao["TouBiaoXx"]["Aqwmf"] = child.attrib["Aqwmf"]
- jingjibiao["TouBiaoXx"]["Gf"] = child.attrib["Gf"]
- elif child.tag == "Dxgcxx":
- Dxgcxx = {}
- Dxgcxx["Aqwmf"] = child.attrib["Aqwmf"]
- Dxgcxx["Dxgcbh"] = child.attrib["Dxgcbh"]
- Dxgcxx["Dxgcmc"] = child.attrib["Dxgcmc"]
- Dxgcxx["Gf"] = child.attrib["Gf"]
- Dxgcxx["Je"] = child.attrib["Je"]
- Dxgcxx["Zgj"] = child.attrib["Zgj"]
- Dxgcxx["Dwgc"] = []
- for grandchild in child:
- if grandchild.tag == "Dwgcxx":
- Dwgcxx = {}
- Dwgcxx["DogNum"] = grandchild.attrib["DogNum"]
- Dwgcxx["Dwgcbh"] = grandchild.attrib["Dwgcbh"]
- Dwgcbh.append({"bh": grandchild.attrib["Dwgcbh"], "num": grandchild.attrib["DogNum"]})
- Dwgcxx["Dwgcmc"] = grandchild.attrib["Dwgcmc"]
- Dwgcxx["MachineKey"] = grandchild.attrib["MachineKey"]
- Dwgcxx["SoftName"] = grandchild.attrib["SoftName"]
- Dwgcxx["SoftNum"] = grandchild.attrib["SoftNum"]
- Dwgcxx["Zylb"] = grandchild.attrib["Zylb"]
- Dxgcxx["Dwgc"].append(Dwgcxx)
- jingjibiao["Dxgcxx"].append(Dxgcxx)
- db = client["baojia"]
- collection = db["jingjibiao"]
- biao_id = (await collection.insert_one(jingjibiao)).inserted_id
- biao_id = str(biao_id)
- collection = db["Dwgc"]
- for entry in Dwgcbh:
- bjhz = service.getBjhz(root, entry["bh"])###array which contains __children
- gfsj = service.getGfsj(root, entry["bh"])##array which contains __children
- qtxm = service.getQtxm(root, entry["bh"])##array which contains __children
- zlje = service.getZlje(root, entry["bh"])
- jrg = service.getJrg(root, entry["bh"])
- zcbfwf = service.getZcbfwf(root, entry["bh"])
- fbrgycl = service.getFbrgycl(root, entry["bh"])
- rcjhz = service.getRcjhz(root, entry["bh"])
- zjcs = service.getZjcs(root, entry["bh"])
- qdbt = service.getQdxm(root, entry["bh"])
- Dwgc = {}
- Dwgc["bjhz"] = bjhz
- Dwgc["gfsj"] = gfsj
- Dwgc["qtxm"] = qtxm
- Dwgc["zlje"] = zlje
- Dwgc["jrg"] = jrg
- Dwgc["zcbfwf"] = zcbfwf
- Dwgc["fbrgycl"] = fbrgycl
- Dwgc["rcjhz"] = rcjhz
- Dwgc["zjcs"] = zjcs
- Dwgc["qdbt"] = qdbt
- Dwgc["DogNum"] = entry["num"]
- Dwgc["Dwgcbh"] = entry["bh"]
- Dwgc["biao_id"] = biao_id
- await collection.insert_one(Dwgc)
- collection = db["Djcs"]
- for entry in Dwgcbh:
-
- djcs = service.getDjcs(root, entry["bh"])
- for cs in djcs:
- cs["DogNum"] = entry["num"]
- cs["Dwgcbh"] = entry["bh"]
- cs["biao_id"] = entry["biao_id"]
- rcj = getDjcsQingdanrcj_(root, entry["bh"], "", cs['清单编码'])
- cs["rcj"] = rcj
- if "__children" in cs:
- children = cs["__children"]
- for child in children:
- dercj = getDjcsDingercj_(root, entry["bh"], "", cs["清单编码"], child["清单编码"])
- child["dercj"] = dercj
- child['fuzhuEnable'] = False
- await collection.insert_one(cs)
- collection = db["qdxm"]
- for entry in Dwgcbh:
-
- bts = service.getQdxm(root, entry["bh"])
- for bt in bts:
-
- qdmx = service.getQdmx(root, entry["bh"], bt)
- for qd in qdmx:
- qd["DogNum"] = entry["num"]
- qd["Dwgcbh"] = entry["bh"]
- qd["biao_id"] = biao_id
- qd["bt"] = bt
- rcj = getQingdanrcj_(root, entry["bh"], bt, qd["清单编码"])
- qd["rcj"] = rcj
- if "__children" in qd:
- children = qd["__children"]
- for child in children:
- dercj = getDingercj_(root, entry["bh"], bt, qd["清单编码"], child["清单编码"])
- child["dercj"] = dercj
- child['fuzhuEnable'] = False
- await collection.insert_one(qd)
-
- collection = db["qufei"]
- document = jingjibiao
- dxgc = document['Dxgcxx']
- result = []
- for entry in dxgc:
- newone = {"名称" : entry['Dxgcmc'], "工程类型":"", "工程类别": "", "管理费(%)": "", "利润(%)": "","备注":"", "key" : str(uuid.uuid4()) }
- children = []
- for dwgc in entry['Dwgc']:
- children.append({"名称" : dwgc['Dwgcmc'], "工程类型":"", "工程类别": "", "管理费(%)": "", "利润(%)": "","备注":"", "key" : dwgc['Dwgcbh']})
- newone["children"] = children
- result.append(newone)
- await collection.insert_one({"biao_id": biao_id, "qufei": [{
- "名称" : document['Xmmc'], "工程类型":"", "工程类别": "", "管理费(%)": "", "利润(%)": "","备注":"", "key" : str(uuid.uuid4()), "children" : result
- }]})
- await manager.send_personal_message(f"You wrote: {data}", websocket)
- async def list_files(client):
- db = client["baojia"]
- collection = db["jingjibiao"]
- result = []
- async for post in collection.find():
- result.append([str(post['_id']), post["Xmmc"]])
- return result
- def getDwgc(id, Zylb):
- result = []
- #result.append(["ming cheng", "jin e", "zan gu jia", "anquan wenming fei", "guifei"])
-
-
- ##result.append([child.attrib["Dxgcmc"], child.attrib["Je"], child.attrib["Zgj"], child.attrib["Aqwmf"], child.attrib["Gf"]])
- id = id + "Zylb" + Zylb
-
-
- result.append({"id": id + "bao jia hui zong", "label": "报价汇总表"})
-
- result.append({"id": id + "gui fei shui jin", "label": "规费税金"})
-
- result.append({"id": id + "qing dan xiang mu", "label": "清单项目"})
-
- result.append({"id": id + "cuo shi xiang mu", "label": "措施项目"})
-
- result.append({"id": id +"qi ta xiang mu", "label": "其他项目"})
-
- result.append({"id": id +"zan lie jin e", "label": "暂列金额"})
-
- result.append({"id": id +"cai liao zan gu jia", "label": "材料暂估价"})
-
- result.append({"id": id + "zhuan ye gong cheng zan gu jia", "label": "专业工程暂估价"})
-
- result.append({"id": id + "ji ri gong", "label": "计日工"})
-
- result.append({"id": id + "zong cheng bao fu wu fei", "label": "总承包服务费"})
-
- result.append({"id": id + "zong jia xiang mu jin du kuan zhi fu fen jie", "label": "总价项目进度款支付分解"})
-
- result.append({"id": id + "fa bao ren gong ying cai liao", "label": "发包人供应材料"})
-
- result.append({"id": id + "cheng bao ren gong ying cai liao", "label": "承包人供应材料"})
-
- result.append({"id": id + "ren cai ji hui zong", "label": "人材机汇总"})
-
- return result
- async def getOutline(client, id):
- db = client["baojia"]
- collection = db["jingjibiao"]
- document = await collection.find_one({'_id': ObjectId(id)})
- result = []
- if 'TouBiaoXx' in document:
- result.append({"id" : "TouBiaoXx", "label" : "投标信息" })
- if 'Dxgcxx' in document:
- Dxgcxx = document["Dxgcxx"]
- for dxgc in Dxgcxx:
- result2 = []
- Dwgc = dxgc["Dwgc"]
- for grandchild in Dwgc:
- result2.append({"id" : grandchild['Dwgcbh'], "Zylb":grandchild['Zylb'], "label": grandchild["Dwgcmc"], "children" : getDwgc(grandchild['Dwgcbh'], grandchild['Zylb'])})
- result.append({"id" : dxgc['Dxgcbh'], "label" : dxgc['Dxgcmc'], "children" : result2})
- return result
-
- async def getDetail(client, id):
- db = client["baojia"]
- collection = db["jingjibiao"]
- document = await collection.find_one({'_id': ObjectId(id)})
- result = []
- result.append(["名称", "金额", "暂估价", "安全文明施工费", "规费"])
- if 'TouBiaoXx' in document:
- toubiaoxx = document["TouBiaoXx"]
- result.append([toubiaoxx["Zbr"], toubiaoxx["Tbzj"], toubiaoxx["Zgj"], toubiaoxx["Aqwmf"], toubiaoxx["Gf"]])
-
- if 'Dxgcxx' in document:
- Dxgcxx = document["Dxgcxx"]
- for dxgc in Dxgcxx:
-
- result.append([dxgc["Dxgcmc"], dxgc["Je"], dxgc["Zgj"], dxgc["Aqwmf"], dxgc["Gf"]])
- return result
- async def getBjhz(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['bjhz']
- async def getGfsj(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['gfsj']
- async def getQtxm(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['qtxm']
- async def getZlje(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['zlje']
- async def getJrg(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['jrg']
- async def getZcbfwf(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({"Dwgcbh": id, "biao_id": objectid})
- return document['zcbfwf']
-
- async def getFbrgycl(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['fbrgycl']
- async def getRcjhz(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['rcjhz']
- async def getZjcs(client, objectid, id):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({ "Dwgcbh": id, "biao_id": objectid})
- return document['zjcs']
- async def getDjcs(client, objectid, id):
- db = client["baojia"]
- collection = db["Djcs"]
- result = []
- async for post in collection.find({"Dwgcbh": id, "biao_id": objectid}):
- ##post["ID"] = post["_id"]
- del post["_id"]
- ##print( post["rcj"])
- ## del post["DogNum"]
- result.append(post)
- return result
- async def getDjcsQingdanrcj(client, name, bh, bt, bm):
- db = client["baojia"]
-
- collection = db["Djcs"]
- document = await collection.find_one({ "Dwgcbh": bh, "清单编码": bm, "biao_id": name})
- result = document["rcj"]
- return result
- async def getDjcsDingercj(client, name, bh, bt, qdbm, debm):
- db = client["baojia"]
-
- collection = db["Djcs"]
- document = await collection.find_one({"Dwgcbh": bh, "清单编码": qdbm, "biao_id": name})
- children = document["__children"]
- result = []
- for child in children:
- if child["清单编码"] == debm:
- result = child["dercj"]
- return result
- async def getQdxm(client, name, bh):
- db = client["baojia"]
- collection = db["Dwgc"]
- document = await collection.find_one({'biao_id': name, "Dwgcbh": bh})
- if document:
- return document['qdbt']
- else:
- return []
-
- async def getQdmx(client, name, bh, bt):
- db = client["baojia"]
- collection = db["qdxm"]
- result = []
- async for post in collection.find({'biao_id': name, "Dwgcbh": bh, "bt": bt}):
- ##post["ID"] = post["_id"]
- del post["_id"]
- #del post["rcj"]
- #del post["DogNum"]
- result.append(post)
- return result
- async def getQingdanrcj(client, name, bh, bt, bm):
- db = client["baojia"]
- collection = db["qdxm"]
- document = await collection.find_one({ "Dwgcbh": bh, "清单编码": bm, "biao_id": name, "bt": bt})
- result = document["rcj"]
- return result
- async def getDingercj(client, name, bh, bt, qdbm, debm):
- db = client["baojia"]
-
- collection = db["qdxm"]
- document = await collection.find_one({"Dwgcbh": bh, "清单编码": qdbm, "biao_id": name, "bt": bt})
- result = []
- if "__children" in document:
- children = document["__children"]
-
- for child in children:
- if child["清单编码"] == debm:
- result = child["dercj"]
- return result
- async def getQufei(client, id):
- db = client["baojia"]
- collection = db["qufei"]
- document = await collection.find_one({'biao_id': id})
- return document['qufei']
- async def save(client, data):
- db = client["baojia"]
- collection = db["qdxm"]
- biao_id = None
- bh = None
- for entry in data:
- entry["__children"] = entry["_children"]
- del entry["_children"]
- biao_id = entry['biao_id']
- bh = entry['Dwgcbh']
- await collection.replace_one({"biao_id": entry["biao_id"], "Dwgcbh": entry["Dwgcbh"], "bt": entry["bt"], "清单编码": entry["清单编码"]}, entry)
- if not biao_id:
- return {"result" : "ok"}
- rcjhz = []
- async for post in collection.find({'biao_id': biao_id, "Dwgcbh": bh}):
- qdrcj = post['rcj'][1:]
- for entry in qdrcj:
- entry[10] = float(entry[10]) * float(post['数量'])
- rcjhz = rcjhz + qdrcj
- collection = db["Djcs"]
- async for post in collection.find({'biao_id': biao_id, "Dwgcbh": bh}):
- qdrcj = post['rcj'][1:]
- for entry in qdrcj:
- entry[10] = float(entry[10]) * float(post['数量'])
- rcjhz = rcjhz + qdrcj
- newHuizong = util.huizongrcj(rcjhz)
- collection = db["Dwgc"]
- await collection.update_one({'biao_id': biao_id, 'Dwgcbh': bh}, {'$set': {'rcjhz' : newHuizong}})
- return {"result": "ok"}
- async def savedjcs(client, data):
- db = client["baojia"]
- collection = db["Djcs"]
- biao_id = None
- bh = None
- for entry in data:
- entry["__children"] = entry["_children"]
- del entry["_children"]
- biao_id = entry['biao_id']
- bh = entry['Dwgcbh']
- await collection.replace_one({"biao_id": entry["biao_id"], "Dwgcbh": entry["Dwgcbh"], "清单编码": entry["清单编码"]}, entry)
- if not biao_id:
- return {"result" : "ok"}
- rcjhz = []
- collection = db["qdxm"]
- async for post in collection.find({'biao_id': biao_id, "Dwgcbh": bh}):
- qdrcj = post['rcj'][1:]
- for entry in qdrcj:
- entry[10] = float(entry[10]) * float(post['数量'])
- rcjhz = rcjhz + qdrcj
- collection = db["Djcs"]
- async for post in collection.find({'biao_id': biao_id, "Dwgcbh": bh}):
- qdrcj = post['rcj'][1:]
- for entry in qdrcj:
- entry[10] = float(entry[10]) * float(post['数量'])
- rcjhz = rcjhz + qdrcj
- newHuizong = util.huizongrcj(rcjhz)
- collection = db["Dwgc"]
- await collection.update_one({'biao_id': biao_id, 'Dwgcbh': bh}, {'$set': {'rcjhz' : newHuizong}})
- return {"result": "ok"}
- async def applyFL(client, id, data):
- db = client["baojia"]
- collection = db["qufei"]
-
- await collection.replace_one({"biao_id": id}, {"biao_id": id, "qufei": data})
- collection = db['qdxm']
- xm = data[0]
- for dxgc in xm["children"]:
- for dwgc in dxgc["children"]:
- bh = dwgc['key']
- glf = float(dwgc['管理费(%)'])
- lr = float(dwgc['利润(%)'])
- bz = dwgc['备注']
- ##print(bh+glf+lr+bz)
- async for post in collection.find({'biao_id': id, "Dwgcbh": bh}):
- rgfs = float(post['人工费'])
- clfs = float(post['材料费'])
- jxfs = float(post['机械费'])
- sl = float(post['数量'])
- if rgfs < 0.0001 and clfs < 0.0001 and jxfs < 0.0001:
- continue
- ##danxiang = False
-
- for child in post['__children']:##一条定额
- bm = child['清单编码']
- if bm.startswith("D"):
- ##danxiang = True
- continue
- rgf = float(child['人工费'])
- clf = float(child['材料费'])
- jxf = float(child['机械费'])
- zhdj = float(child['综合单价'])
- sl_ = float(child['数量'])
- if len(bz) == 0:
- ##常规计算
- child['管理费'] = (rgf + jxf) * glf / float(100)
- child['利润'] = (rgf + jxf) * lr / float(100)
- child['综合单价'] = rgf + clf + jxf + child['管理费'] + child['利润']
- child['合价'] = sl * sl_ * child['综合单价']
- else:
- child['管理费'] = (rgf) * glf / float(100)
- child['利润'] = (rgf) * lr / float(100)
- child['综合单价'] = rgf + clf + jxf + child['管理费'] + child['利润']
- child['合价'] = sl * sl_ * child['综合单价']
- if True:
- post['管理费'] = 0
- post['利润'] = 0
- for entry in post['__children']:
- post['管理费'] = post['管理费'] + float(entry['管理费']) * float(entry['数量'])
- post['利润'] = post['利润'] + float(entry['利润']) * float(entry['数量'])
- post['管理费'] = str(post['管理费'])
- post['利润'] = str(post['利润'])
- post['综合单价'] = str(float(post['人工费']) + float(post['材料费']) + float(post['机械费']) + float(post['管理费']) + float(post['利润']))
- post['合价'] = str(float(post['综合单价']) * float(post['数量']))
-
-
- await collection.replace_one({'_id': post['_id']}, post )
- collection = db['Djcs']
-
- for dxgc in xm["children"]:
- for dwgc in dxgc["children"]:
- bh = dwgc['key']
- glf = float(dwgc['管理费(%)'])
- lr = float(dwgc['利润(%)'])
- bz = dwgc['备注']
- ##print(bh+glf+lr+bz)
- async for post in collection.find({'biao_id': id, "Dwgcbh": bh}):
- rgfs = float(post['人工费'])
- clfs = float(post['材料费'])
- jxfs = float(post['机械费'])
- sl = float(post['数量'])
- if rgfs < 0.0001 and clfs < 0.0001 and jxfs < 0.0001:
- continue
- ##danxiang = False##一般有单项定额的,清单就一条定额,就是这个单项定额
-
- for child in post['__children']:
- bm = child['清单编码']
- if bm.startswith("D"):
- ##danxiang = True
- continue
- rgf = float(child['人工费'])
- clf = float(child['材料费'])
- jxf = float(child['机械费'])
- zhdj = float(child['综合单价'])
- sl_ = float(child['数量'])
- if len(bz) == 0:
- ##常规计算
- child['管理费'] = (rgf + jxf) * glf / float(100)
- child['利润'] = (rgf + jxf) * lr / float(100)
- child['综合单价'] = rgf + clf + jxf + child['管理费'] + child['利润']
- child['合价'] = sl * sl_ * child['综合单价']
- else:
- child['管理费'] = (rgf) * glf / float(100)
- child['利润'] = (rgf) * lr / float(100)
- child['综合单价'] = rgf + clf + jxf + child['管理费'] + child['利润']
- child['合价'] = sl * sl_ * child['综合单价']
- if True:
- post['管理费'] = 0
- post['利润'] = 0
- for entry in post['__children']:
- post['管理费'] = post['管理费'] + float(entry['管理费']) * float(entry['数量'])
- post['利润'] = post['利润'] + float(entry['利润']) * float(entry['数量'])
- post['管理费'] = str(post['管理费'])
- post['利润'] = str(post['利润'])
- post['综合单价'] = str(float(post['人工费']) + float(post['材料费']) + float(post['机械费']) + float(post['管理费']) + float(post['利润']))
- post['合价'] = str(float(post['综合单价']) * float(post['数量']))
-
- await collection.replace_one({'_id': post['_id']}, post )
- return {"result": "ok"}
- async def tiaojia(client, biao_id, bh, bm, mingcheng, danwei, jiage, glf, lr, bz):
- db = client["baojia"]
- collection = db["qdxm"]
- async for post in collection.find({'biao_id': biao_id, "Dwgcbh": bh}):
- if "__children" not in post:
- ##print(post)
- continue
- children = post["__children"]
- qdsl = post['数量']
- hit = False
- for entry in children:###对一条定额,调价
- hitde = False
- dercj = entry["dercj"]
- dergf = 0
- declf = 0
- dejxf = 0
- for i in range(1, len(dercj)):
- rcj = dercj[i]
- if rcj[1] == bm and rcj[2] == mingcheng and rcj[4] == danwei:
- hit = True
- hitde = True
- rcj[5] = jiage
- hanliang = rcj[10]
- rcj[11] = str(float(jiage) * float(hanliang))
- if int(rcj[8]) == 1:
- dergf = dergf + float(rcj[11])
- elif int(rcj[8]) == 2:
- declf = declf + float(rcj[11])
- elif int(rcj[8]) == 3:
- dejxf = dejxf + float(rcj[11])
- if hitde:
- entry['人工费'] = str(dergf)
- entry['辅材费'] = str(declf)
- entry['材料费'] = str(declf)
- entry['机械费'] = str(dejxf)
- if bm.startswith("D"):
- entry['管理费'] = '0'
- entry['利润'] = '0'
- elif bz == 0:
- entry['管理费'] = str((dergf + dejxf) * float(glf) / float(100))
- entry['利润'] = str((dergf + dejxf) * float(lr) / float(100))
- else:
- entry['管理费'] = str((dergf) * float(glf) / float(100))
- entry['利润'] = str((dergf) * float(lr) / float(100))
- entry['综合单价'] = str(float(entry['人工费']) + float(entry['材料费']) + float(entry['机械费']) + float(entry['管理费']) + float(entry['利润']))
- entry['合价'] = str(float(entry['综合单价']) * float(entry['数量']) * float(qdsl))
- if hit:
- ##调整清单
- qdrcj = post['rcj']
- qdrgf = 0
- qdclf = 0
- qdjxf = 0
- for i in range(1, len(qdrcj)):
- entry = qdrcj[i]
- if entry[1] == bm and entry[2] == mingcheng and entry[4] == danwei:
- entry[5] = jiage
- hanliang = entry[10]
- entry[11] = str(float(jiage) * float(hanliang))
- if int(entry[8]) == 1:
- qdrgf = qdrgf + float(entry[11])
- elif int(entry[8]) == 2:
- qdclf = qdclf + float(entry[11])
- elif int(entry[8]) == 3:
- qdjxf = qdjxf + float(entry[11])
- post['人工费'] = str(qdrgf)
- post['辅材费'] = str(qdclf)
- post['材料费'] = str(qdclf)
- post['机械费'] = str(qdjxf)
- post['管理费'] = 0
- post['利润'] = 0
- for entry in children:
- post['管理费'] = post['管理费'] + float(entry['管理费']) * float(entry['数量'])
- post['利润'] = post['利润'] + float(entry['利润']) * float(entry['数量'])
- post['管理费'] = str(post['管理费'])
- post['利润'] = str(post['利润'])
- post['综合单价'] = str(float(post['人工费']) + float(post['材料费']) + float(post['机械费']) + float(post['管理费']) + float(post['利润']))
- post['合价'] = str(float(post['综合单价']) * float(qdsl))
- print(post)
- await collection.replace_one({'_id': post['_id']}, post )
- collection = db["Djcs"]
- async for post in collection.find({'biao_id': biao_id, "Dwgcbh": bh}):
- children = post["__children"]
- qdsl = post['数量']
- hit = False
- for entry in children:###对一条定额,调价
- hitde = False
- dercj = entry["dercj"]
- dergf = 0
- declf = 0
- dejxf = 0
- for i in range(1, len(dercj)):
- rcj = dercj[i]
- if rcj[1] == bm and rcj[2] == mingcheng and rcj[4] == danwei:
- hit = True
- hitde = True
- rcj[5] = jiage
- hanliang = rcj[10]
- rcj[11] = str(float(jiage) * float(hanliang))
- if int(rcj[8]) == 1:
- dergf = dergf + float(rcj[11])
- elif int(rcj[8]) == 2:
- declf = declf + float(rcj[11])
- elif int(rcj[8]) == 3:
- dejxf = dejxf + float(rcj[11])
- if hitde:
- entry['人工费'] = str(dergf)
- entry['辅材费'] = str(declf)
- entry['材料费'] = str(declf)
- entry['机械费'] = str(dejxf)
- if bm.startswith("D"):
- entry['管理费'] = '0'
- entry['利润'] = '0'
- elif bz == 0:
- entry['管理费'] = str((dergf + dejxf) * float(glf) / float(100))
- entry['利润'] = str((dergf + dejxf) * float(lr) / float(100))
- else:
- entry['管理费'] = str((dergf) * float(glf) / float(100))
- entry['利润'] = str((dergf) * float(lr) / float(100))
- entry['综合单价'] = str(float(entry['人工费']) + float(entry['材料费']) + float(entry['机械费']) + float(entry['管理费']) + float(entry['利润']))
- entry['合价'] = str(float(entry['综合单价']) * float(entry['数量']) * float(qdsl))
- if hit:
- ##调整清单
- qdrcj = post['rcj']
- qdrgf = 0
- qdclf = 0
- qdjxf = 0
- for i in range(1, len(qdrcj)):
- entry = qdrcj[i]
- if entry[1] == bm and entry[2] == mingcheng and entry[4] == danwei:
- entry[5] = jiage
- hanliang = entry[10]
- entry[11] = str(float(jiage) * float(hanliang))
- if int(entry[8]) == 1:
- qdrgf = qdrgf + float(entry[11])
- elif int(entry[8]) == 2:
- qdclf = qdclf + float(entry[11])
- elif int(entry[8]) == 3:
- qdjxf = qdjxf + float(entry[11])
- post['人工费'] = str(qdrgf)
- post['辅材费'] = str(qdclf)
- post['材料费'] = str(qdclf)
- post['机械费'] = str(qdjxf)
- post['管理费'] = 0
- post['利润'] = 0
- for entry in children:
- post['管理费'] = post['管理费'] + float(entry['管理费']) * float(entry['数量'])
- post['利润'] = post['利润'] + float(entry['利润']) * float(entry['数量'])
- post['管理费'] = str(post['管理费'])
- post['利润'] = str(post['利润'])
- post['综合单价'] = str(float(post['人工费']) + float(post['材料费']) + float(post['机械费']) + float(post['管理费']) + float(post['利润']))
- post['合价'] = str(float(post['综合单价']) * float(qdsl))
- await collection.replace_one({'_id': post['_id']}, post )
- collection = db["Dwgc"]
- document = await collection.find_one({'biao_id': biao_id, "Dwgcbh": bh})
- hz = document['rcjhz']
- for entry in hz:
- if entry[1] == bm and entry[2] == mingcheng and entry[4] == danwei:
- entry[6] = jiage
- entry[7] = float(jiage) * float(entry[5])
- await collection.update_one({'biao_id': biao_id, "Dwgcbh": bh}, {'$set': {'rcjhz': hz}})
-
-
|