12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346 |
- <template>
- <div class="main-contain">
- <div class="position">
- <bread-crumb :crumbs="crumbs"></bread-crumb>
- <el-row style="float:right;">
- <el-col :span="24">
- <el-button size="small" icon="el-icon-printer" type="primary" @click="printAction">打印</el-button>
- </el-col>
- </el-row>
- </div>
- <div class="app-container" style="background-color: white;">
- <div id="print_content">
- <div class="print_main_content">
- <div class="order_title_panl">
- <span class="main_title">药品进销存查询表</span>
- </div>
- <div style="text-align:left;margin-bottom:20px;font-size: 14px;margin-bottom:-30px">
- <span class="time_p">查询日期:{{start_time}} ~</span><span class="time_p">{{end_time}}</span>
- </div>
- <div style="text-align:right;margin-bottom:20px;font-size: 14px;">
- <span class="time_p">打印时间:{{time_now}}</span>
- </div>
- <div class="table_panel">
- <table class="table">
- <thead>
- <tr>
- <td rowspan="2" width="60">序号</td>
- <td rowspan="2" width="80">药品类型</td>
- <td rowspan="2" width="80">药品名称</td>
- <td rowspan="2" width="80">规格&单位</td>
- <td rowspan="2" width="80">生产厂商</td>
- <td rowspan="2" width="80">经销商</td>
- <td width="80" colspan="3">期初结余</td>
- <td width="80" colspan="3">本期增加</td>
- <td width="80" colspan="3">本期减少</td>
- <td width="80" colspan="3">期末结余</td>
- </tr>
- <tr>
- <td>数量</td>
- <td>进货金额</td>
- <td>销售金额</td>
- <td>数量</td>
- <td>进货金额</td>
- <td>销售金额</td>
- <td>数量</td>
- <td>进货金额</td>
- <td>销售金额</td>
- <td>数量</td>
- <td>进货金额</td>
- <td>销售金额</td>
- </tr>
-
- </thead>
- <tbody>
- <tr v-for="(item,index) in this.tableList" :key="index">
- <td>{{index + 1 }}</td>
- <td> {{getDrugTypeName(item.drug_type)}}</td>
- <td> {{item.drug_name}}</td>
- <td> {{item.dose}}{{item.dose_unit}}*{{item.min_number}}{{item.min_unit}}/{{item.max_unit}}</td>
- <td>{{getManufacturName(item.manufacturer)}}</td>
- <td>{{getDearName(item.dealer)}}</td>
- <td>{{item.drugIn}}</td>
- <td>{{item.drugInMoney}}</td>
- <td>{{item.drugSaleMoney}}</td>
- <td>{{item.drugAdd}}</td>
- <td>{{item.drugAddPrice}}</td>
- <td>{{item.drugAddSalePrice}}</td>
- <td>{{item.drugOut}}</td>
- <td>{{item.drugOutPrice}}</td>
- <td>{{item.drugOutSalePrice}}</td>
- <td>{{item.overDrug}}</td>
- <td>{{item.overDrugPrice}}</td>
- <td>{{item.oveDrugSaleMoney}}</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
-
- <script>
- import BreadCrumb from '@/xt_pages/components/bread-crumb'
- import { getStorehouseList,getPurchaseNewDrugQuery } from "@/api/drug/drug"
- import print from 'print-js'
- const moment = require('moment')
- export default {
- components:{
- BreadCrumb
- },
- data(){
- return{
- crumbs: [
- { path: false, name: '库存管理' },
- { path: false, name: '库存查询' },
- { path: false, name: '库存查询打印' },
- ],
- start_time:"",
- end_time:"",
- drug_name:"",
- drug_spec:"",
- keyword:"",
- tableData:[],
- time_now:moment(new Date()).add('year',0).format("YYYY-MM-DD"),
- type_name:"",
- limit:"",
- page:"",
- WarehouseInfo: {
- loading: false,
- warehouseInfoDate: [],
- },
- tableList:[],
- good_type:[],
- manufacturerList:[],
- countList:[],
- outCountList:[],
- autoCountList:[],
- cancelCountList:[],
- org_id:0,
- drugTypeList:[],
- dealerList:[]
- }
- },
- methods:{
- printAction: function() {
- const style = '@media print { .print_main_content { background-color: white; width:1500px; margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .time_p{font-size:16px;} .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 10px 5px; white-space: pre-line;} .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
- printJS({
- printable: 'print_content',
- type: 'html',
- documentTitle: ' ',
- style: style,
- scanStyles: false
- })
- },
- getStorehouseList(){
- getStorehouseList().then(response=>{
- if(response.data.state == 1){
- this.manufacturerList = response.data.data.manufacturerList
- this.dealerList= response.data.data.dealerList
- }
- })
- },
- getlist(){
- this.loading = true
- var params = {
- good_type:this.good_type,
- keyword:this.keyword,
- page:this.page,
- limit:this.limit,
- start_time:this.start_time,
- end_time:this.end_time,
- }
- getPurchaseNewDrugQuery(params).then(response=>{
- if(response.data.state == 1){
- this.loading = false
- var list = response.data.data.list
- for (let i = 0; i < list.length; i++) {
-
- //期初结余入库
- if(list[i].DrugWarehouseInfoStart!=null && list[i].DrugWarehouseInfoStart.length > 0){
- for(let j=0;j<list[i].DrugWarehouseInfoStart.length;j++){
- if(list[i].max_unit == list[i].DrugWarehouseInfoStart[j].max_unit){
- list[i].DrugWarehouseInfoStart[j].count =list[i].min_number * list[i].DrugWarehouseInfoStart[j].count
- }
- }
- }
-
- //期初结余出库
- if(list[i].DrugWarehouseOutInfoStart!=null && list[i].DrugWarehouseOutInfoStart.length>0){
- for(let j=0;j<list[i].DrugWarehouseOutInfoStart.length;j++){
- if(list[i].max_unit == list[i].DrugWarehouseOutInfoStart[j].max_unit){
- list[i].DrugWarehouseOutInfoStart[j].count = list[i].DrugWarehouseOutInfoStart[j].count*list[i].min_number
- }
- }
- }
-
- //期初结余退库
- if(list[i].WareStartStockCancelInfo!=null && list[i].WareStartStockCancelInfo.length>0){
- for(let j=0;j<list[i].WareStartStockCancelInfo.length;j++){
- if(list[i].max_unit == list[i].WareStartStockCancelInfo[j].max_unit){
- list[i].WareStartStockCancelInfo[j].count = list[i].WareStartStockCancelInfo[j].count*list[i].min_number
- }
- }
- }
-
-
- //期末结余入库
- if(list[i].DrugWarehouseInfoEnd!=null && list[i].DrugWarehouseInfoEnd.length > 0){
- for(let j=0;j<list[i].DrugWarehouseInfoEnd.length;j++){
- if(list[i].max_unit == list[i].DrugWarehouseInfoEnd[j].max_unit){
- list[i].DrugWarehouseInfoEnd[j].count = list[i].min_number * list[i].DrugWarehouseInfoEnd[j].count
- }
- }
- }
-
- //期末结余出库
- if(list[i].DrugWarehouseOutInfoEnd!=null && list[i].DrugWarehouseOutInfoEnd.length>0){
- for(let j=0;j<list[i].DrugWarehouseOutInfoEnd.length;j++){
- if(list[i].max_unit == list[i].DrugWarehouseOutInfoEnd[j].max_unit){
- list[i].DrugWarehouseOutInfoEnd[j].count = list[i].DrugWarehouseOutInfoEnd[j].count*list[i].min_number
- }
- }
- }
-
- //期末结余退库
- if(list[i].WareEndStockCancelInfo!=null && list[i].WareEndStockCancelInfo.length>0){
- for(let j=0;j<list[i].WareEndStockCancelInfo.length;j++){
- if(list[i].max_unit == list[i].WareEndStockCancelInfo[j].max_unit){
- list[i].WareEndStockCancelInfo[j].count = list[i].WareEndStockCancelInfo[j].count*list[i].min_number
- }
- }
- }
-
- //期中增加
- if(list[i].DrugWarehouseInfoStartEnd!=null && list[i].DrugWarehouseInfoStartEnd.length > 0){
- for(let j=0;j<list[i].DrugWarehouseInfoStartEnd.length;j++){
- if(list[i].max_unit == list[i].DrugWarehouseInfoStartEnd[j].max_unit){
- list[i].DrugWarehouseInfoStartEnd[j].count =list[i].min_number * list[i].DrugWarehouseInfoStartEnd[j].count
- }
- }
- }
-
- //期中减少
- if(list[i].DrugWarehouseOutInfoStartEnd!=null && list[i].DrugWarehouseOutInfoStartEnd.length > 0){
- for(let j=0;j<list[i].DrugWarehouseOutInfoStartEnd.length;j++){
- if(list[i].max_unit == list[i].DrugWarehouseOutInfoStartEnd[j].max_unit){
- list[i].DrugWarehouseOutInfoStartEnd[j].count =list[i].min_number * list[i].DrugWarehouseOutInfoStartEnd[j].count
- }
- }
- }
-
- //期中退库
- if(list[i].WareStartEndStockCancelInfo!=null && list[i].WareStartEndStockCancelInfo.length > 0){
- for(let j=0;j<list[i].WareStartEndStockCancelInfo.length;j++){
- if(list[i].max_unit == list[i].WareStartEndStockCancelInfo[j].max_unit){
- list[i].WareStartEndStockCancelInfo[j].count =list[i].min_number * list[i].WareStartEndStockCancelInfo[j].count
- }
- }
- }
-
-
-
- //期初盘盈
- if(list[i].WareStartStockInventoryProfit!=null && list[i].WareStartStockInventoryProfit.length > 0){
- for(let j=0;j<list[i].WareStartStockInventoryProfit.length;j++){
- if(list[i].max_unit == list[i].WareStartStockInventoryProfit[j].max_unit){
- list[i].WareStartStockInventoryProfit[j].count = list[i].WareStartStockInventoryProfit[j].count * list[i].min_number
- }
- }
- }
-
- //期初盘亏
- if(list[i].WareStartStockInventoryLosses!=null && list[i].WareStartStockInventoryLosses.length > 0){
- for(let j=0;j<list[i].WareStartStockInventoryLosses.length;j++){
- if(list[i].max_unit == list[i].WareStartStockInventoryLosses[j].max_unit){
- list[i].WareStartStockInventoryLosses.count = list[i].WareStartStockInventoryLosses[j].count * list[i].min_number
- }
- }
- }
-
-
-
- //期中盘盈
- if(list[i].WareStartEndStockInventoryProfit!=null && list[i].WareStartEndStockInventoryProfit.length > 0){
- for(let j=0;j<list[i].WareStartEndStockInventoryProfit.length;j++){
- if(list[i].max_unit == list[i].WareStartEndStockInventoryProfit[j].max_unit){
- list[i].WareStartEndStockInventoryProfit[j].count = list[i].WareStartEndStockInventoryProfit[j].count * list[i].min_number
- }
- }
- }
-
- //期中盘亏
- if(list[i].WareStartEndStockInventoryLosses!=null && list[i].WareStartEndStockInventoryLosses.length > 0){
- for(let j=0;j<list[i].WareStartEndStockInventoryLosses.length;j++){
- if(list[i].max_unit == list[i].WareStartEndStockInventoryLosses[j].max_unit){
- list[i].WareStartEndStockInventoryLosses[j].count = list[i].WareStartEndStockInventoryLosses[j].count * list[i].min_number
- }
- }
- }
- //期末盘盈
- if(list[i].WareEndStockInventoryProfit!=null && list[i].WareEndStockInventoryProfit.length >0){
- for(let j=0;j<list[i].WareEndStockInventoryProfit.length;j++){
- if(list[i].max_unit == list[i].WareEndStockInventoryProfit[j].max_unit){
- list[i].WareEndStockInventoryProfit[j].count = list[i].WareEndStockInventoryProfit[j].count * list[i].min_number
- }
- }
- }
- //期末盘亏
- if(list[i].WareEndStockInventoryLosses!=null && list[i].WareEndStockInventoryLosses.length > 0){
- for(let j=0;j<list[i].WareEndStockInventoryLosses.length;j++){
- if(list[i].max_unit == list[i].WareEndStockInventoryLosses[j].max_unit){
- list[i].WareEndStockInventoryLosses[j].count = list[i].WareEndStockInventoryLosses[j].count * list[i].min_number
- }
- }
- }
- }
-
-
-
- for(let i=0;i<list.length;i++){
- list[i].last_price_in = 0
- list[i].drugAddOne= 0
- list[i].drugOutOne =0
-
- list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
- // list[i].drugIn = this.getDrugWarehouseInfoOne(list[i].DrugWarehouseInfoStart,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].DrugWarehouseOutInfoStart,list[i].WareStartStockInventoryProfit,list[i].WareStartStockInventoryLosses,list[i].WareStartStockCancelInfo)
- // list[i].drugInMoney = this.getDrugInMoneyOne(list[i].DrugWarehouseInfoStart,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].DrugWarehouseOutInfoStart,list[i].WareStartStockInventoryProfit,list[i].WareStartStockInventoryLosses,list[i].WareStartStockCancelInfo)
- // list[i].drugSaleMoney = this.getSaleMoneyOne(list[i].DrugWarehouseInfoStart,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].DrugWarehouseOutInfoStart,list[i].WareStartStockInventoryProfit,list[i].WareStartStockInventoryLosses,list[i].WareStartStockCancelInfo)
- list[i].drugInMoney = "/"
- list[i].drugSaleMoney = "/"
-
- list[i].drugAdd = this.drugAddInfo(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
- list[i].drugAddOne= this.drugAddInfoOne(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
- // list[i].drugAddPrice = this.getdrugAddPrice(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
- // list[i].drugAddSalePrice = this.drugAddSalePrice(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
- list[i].drugAddPrice = "/"
- list[i].drugAddSalePrice = "/"
-
- list[i].drugOut= this.getDrugOut(list[i].DrugWarehouseOutInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryLosses,list[i].WareStartEndStockCancelInfo)
- list[i].drugOutOne = this.getDrugOutOne(list[i].DrugWarehouseOutInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryLosses,list[i].WareStartEndStockCancelInfo)
- // list[i].drugOutPrice = this.getDrugOutPrice(list[i].DrugWarehouseOutInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryLosses,list[i].WareStartEndStockCancelInfo)
- // list[i].drugOutSalePrice = this.getDrugOutSaleprice(list[i].DrugWarehouseOutInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryLosses,list[i].WareStartEndStockCancelInfo)
- list[i].drugOutPrice = "/"
- list[i].drugOutSalePrice = "/"
-
- // list[i].overDrug = this.getDrugWarehouseInfo(list[i].DrugWarehouseInfoEnd,list[i].DrugWarehouseOutInfoEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareEndStockInventoryProfit,list[i].WareEndStockInventoryLosses,list[i].WareEndStockCancelInfo)
- // list[i].overDrugPrice = this.getDrugInMoney(list[i].DrugWarehouseInfoEnd,list[i].DrugWarehouseOutInfoEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareEndStockInventoryProfit,list[i].WareEndStockInventoryLosses,list[i].WareEndStockCancelInfo)
- // list[i].oveDrugSaleMoney = this.getSaleMoney(list[i].DrugWarehouseInfoEnd,list[i].DrugWarehouseOutInfoEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareEndStockInventoryProfit,list[i].WareEndStockInventoryLosses,list[i].WareEndStockCancelInfo)
- // list[i].overDrug = this.GetDrugEndFlow(list[i].DrugEndFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
- list[i].overDrug = this.GetDrugOver(list[i].DrugStatFlow.over_count,list[i].drugAddOne,list[i].drugOutOne,list[i].min_number,list[i].min_unit,list[i].max_unit)
- list[i].overDrugPrice = "/"
- list[i].oveDrugSaleMoney = "/"
- }
- this.tableList = list;
- this.total = response.data.data.total
- this.manufacturerList = response.data.data.manufacturerList
- var drugTypeList = response.data.data.drugTypeList
- var obj = {value:0,name:"全部"}
- this.drugTypeList.push(obj)
- for(let i=0;i<drugTypeList.length;i++){
- this.drugTypeList.push(drugTypeList[i])
- }
-
- }
- })
- },
- getManufacturName(id){
- var manufacturer_name = ""
- for(let i=0;i<this.manufacturerList.length;i++){
- if(id == this.manufacturerList[i].id){
- manufacturer_name = this.manufacturerList[i].manufacturer_name
- }
- }
- return manufacturer_name
- },
- handleSizeChange(val) {
- this.limit = val;
- this.getlist()
- },
- handleCurrentChange(val) {
- this.page = val;
- this.getlist()
- },
- seach(){
- this.drugTypeList = []
- this.houseList= []
- this.getlist()
- },
- getDrugTypeName(id){
- var type_name = ""
- for(let i=0;i<this.drugTypeList.length;i++){
- if(id == this.drugTypeList[i].value){
- type_name = this.drugTypeList[i].name
- }
- }
- return type_name
- },
- getHouseName(id){
- var storehouse_name = ""
- for(let i=0;i<this.houseList.length;i++){
- if(id == this.houseList[i].id){
- storehouse_name = this.houseList[i].storehouse_name
- }
- }
- return storehouse_name
- },
-
-
- startFirstTimeChange(){
- this.getlist()
- },
- endEndTimeChange(){
- this.getlist()
- },
- getTime(val) {
- if(val < 0){
- return ""
- }
- if(val == ""){
- return ""
- }else {
- return uParseTime(val, '{y}-{m}-{d}')
- }
- },
- getName(id){
- var name = ""
- for(let i=0;i<this.patientList.length;i++){
- if(id == this.patientList[i].id){
- name = this.patientList[i].name
- }
- }
- return name
- },
- endTimeChange(){
- this.getlist()
- },
- startTimeChange(){
- this.getlist()
- },
- getDrugWarehouseInfoOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
- var total = 0
- var totalOne =0
- var totalTwo = 0
- var totalthree= 0
- var totalfour = 0
- var totalfive = 0
- var max_str = "";
- var min_str = "";
- if(arr!=null && arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalOne += arr[i].count
- }
- }
- if(arr2!=null && arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- totalTwo += arr2[i].count
- }
- }
- if(arr3!=null && arr3.length > 0){
- for(let i=0;i<arr3.length;i++){
- totalthree += arr3[i].count
- }
- }
- if(arr4!=null && arr4.length > 0){
- for(let i=0;i<arr4.length;i++){
- totalfour += arr4[i].count
- }
- }
-
- if(arr5!=null && arr5.length > 0){
- for(let i=0;i<arr5.length;i++){
- totalfive += arr5[i].count
- }
- }
-
- total = totalOne - totalTwo + totalthree - totalfour + totalfive
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == "" && min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
-
-
- },
- getDrugWarehouseInfo(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
- var total = 0
- var total_one= 0
- var total_two = 0
- var total_three = 0
- var total_four = 0
- var total_five = 0
- var max_str = "";
- var min_str = "";
- if(arr!=null && arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total_one += arr[i].count
- }
- }
- if(arr4!=null && arr4.length > 0){
- for(let i=0;i<arr4.length;i++){
- total_four += arr4[i].count
- }
- }
- if(arr2!=null && arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- total_two+= arr2[i].count
- }
- }
- if(arr3!=null && arr3.length >0){
- for(let i=0;i<arr3.length;i++){
- total_three +=arr3[i].count
- }
- }
-
- if(arr5!=null && arr5.length >0){
- for(let i=0;i<arr5.length;i++){
- total_five +=arr5[i].count
- }
- }
-
- total = total_one - total_four +total_two - total_three + total_five
- if(total < 0){
- total = 0
- }
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == ""&&min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
- },
- getDrugWarehouseInfoStart(arr,min_number,min_unit,max_unit,outArr){
- var total = 0
- var add_total = 0
- var out_total = 0
- var max_str = "";
- var min_str = "";
- if(arr!=null &&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- add_total += arr[i].warehousing_count
- }
- }
- if(outArr.length > 0){
- for(let i=0;i<outArr.length;i++){
- out_total+= outArr[i].count
- }
- }
- total = add_total - out_total
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- return max_str + min_str;
-
- },
- getDrugWarehouseInfoMoneyStart(arr,min_number,min_unit,max_unit,last_price,outArr){
- var total = 0
- var min_str = 0
- var max_str = 0
- var addTotal = 0
- var outTotal = 0
- var total_price = 0
- if(arr.length > 0){
- for(let i=0;i<arr.length;i++){
- addTotal += arr[i].warehousing_count
- }
- }
- if(outArr.length > 0){
- for(let i=0;i<outArr.length;i++){
- outTotal += outArr[i].count
- }
- }
- console.log("adw23223wode",addTotal)
- console.log("233232232tade",outTotal)
- total = addTotal - outTotal
- if (total < min_number) {
- min_str = total
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number);
- }
- if (total % min_number != 0) {
- min_str = (total % min_number);
- }
- }
-
- total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
- console.log("total_price",total_price)
- return total_price
- },
- getDrugWarehouseInfoMoney(arr,min_number,min_unit,max_unit,last_price){
- var total = 0
- var min_str = 0
- var max_str = 0
- var total_price = 0
- if(arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total += arr[i].stock_max_number + arr[i].stock_min_number
- }
- }
- if (total < min_number) {
- min_str = total
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number);
- }
- if (total % min_number != 0) {
- min_str = (total % min_number);
- }
- }
-
- total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
- console.log("total_price",total_price)
- return total_price
- },
- getDrugWarehouseInfoStockAdd(arr,min_number,min_unit,max_unit){
-
- var total = 0
- var max_str = "";
- var min_str = "";
- if(arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total += arr[i].warehousing_count
- }
- }
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- return max_str + min_str;
- },
- getDrugWarehouseInfoaddMoney(arr,min_number,min_unit,max_unit,last_price){
- var total = 0
- var min_str = 0
- var max_str = 0
- var total_price = 0
- if(arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total += arr[i].warehousing_count
- }
- }
- if (total < min_number) {
- min_str = total
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number);
- }
- if (total % min_number != 0) {
- min_str = (total % min_number);
- }
- }
-
- total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
- return total_price
- },
- getDrugInMoneyOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
-
- var totalOne = 0
- var totalTwo =0
- var total_three = 0
- var total_four = 0
- var totalFive = 0
- var total_price = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalOne += arr[i].count*(arr[i].price/min_number)+ arr[i].count*(arr[i].price%min_number)
- }
- }
-
- if(arr2!=null&&arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- totalTwo += ((arr2[i].count/min_number) * arr2[i].price) + ((arr2[i].count%min_number)*(arr2[i].price/min_number))
- }
- }
-
-
- if(arr3!=null&&arr3.length > 0){
- for(let i=0;i<arr3.length;i++){
- total_three+=arr3[i].count* arr3[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr4!=null&&arr4.length > 0){
- for(let i=0;i<arr4.length;i++){
- total_four+=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr5!=null&&arr5.length > 0){
- for(let i=0;i<arr5.length;i++){
- totalFive += ((arr5[i].count/min_number) * arr5[i].price) + ((arr5[i].count%min_number)*(arr5[i].price/min_number))
- }
- }
-
- total_price =(totalOne - totalTwo + total_three - total_four + totalFive).toFixed(2)
- if(total_price >0){
- return total_price
- }else{
- return "0.00"
- }
-
- },
- getDrugInMoney(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
-
- var total_price = 0
- var total_one_price = 0
- var total_two_price = 0
- var total_four_price =0
- var total_three_price = 0
- var total_five_price = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total_one_price += (arr[i].count/min_number*arr[i].price) + arr[i].count*(arr[i].price%min_number)
- }
- }
-
- if(arr4!=null && arr4.length > 0){
- for(let i=0;i<arr4.length;i++){
- // total_four_price +=arr4[i].count * arr4[i].xt_drug_warehouse_info.price/min_number
- total_four_price+= ((arr4[i].count/min_number) * arr4[i].price) + ((arr4[i].count%min_number)*(arr4[i].price/min_number))
- }
- }
-
- if(arr2!=null && arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- total_two_price += arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
- }
- }
-
- if(arr3!=null && arr3.length > 0){
- for(let i=0;i<arr3.length;i++){
- total_three_price += arr3[i].count * arr3[i].xt_drug_warehouse_info.price/min_number
- }
- }
-
- if(arr5!=null && arr5.length > 0){
- for(let i=0;i<arr5.length;i++){
- total_five_price += arr5[i].count * arr5[i].xt_drug_warehouse_info.price/min_number
- }
- }
-
- total_price = total_one_price - total_four_price + total_two_price - total_three_price + total_five_price
- if(total_price > 0){
- return total_price.toFixed(2)
- }else{
- return "0.00"
- }
- },
- getSaleMoney(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
-
- var total_price = 0
- var total_price_one = 0
- var total_price_two = 0
- var total_price_four = 0
- var total_price_three =0
- var total_price_five = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total_price_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
- }
- }
- if(arr4!=null && arr4.length>0){
- for(let i=0;i<arr4.length > 0;i++){
- total_price_four += arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
- }
- }
- if(arr2!=null && arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- total_price_two += arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
- }
-
- }
-
- if(arr3!=null && arr3.length > 0){
- for(let i=0;i<arr3.length;i++){
- total_price_three += arr3[i].count * arr3[i].xt_drug_warehouse_info.retail_price
- }
-
- }
-
- if(arr5!=null && arr5.length > 0){
- for(let i=0;i<arr5.length;i++){
- total_price_five += arr5[i].count * arr5[i].xt_drug_warehouse_info.retail_price
- }
-
- }
-
- total_price = total_price_one - total_price_four + total_price_two - total_price_three + total_price_five
- if(total_price >0){
- return total_price.toFixed(2)
- }else{
- return "0.00"
- }
-
- },
- getSaleMoneyOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
- var totalOne = 0
- var totalTwo =0
- var total_price = 0
- var total_three= 0
- var total_four = 0
- var total_five = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalOne += arr[i].count*arr[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr2!=null&&arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- totalTwo += arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr3!=null&&arr3.length > 0){
- for(let i=0;i<arr3.length;i++){
- total_three+=arr3[i].count* arr3[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr4!=null&&arr4.length > 0){
- for(let i=0;i<arr4.length;i++){
- total_four+=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr5!=null&&arr5.length > 0){
- for(let i=0;i<arr5.length;i++){
- total_five+=arr5[i].count * arr5[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- total_price =(totalOne - totalTwo+total_three - total_four + total_five).toFixed(2)
- if(total_price > 0){
- return total_price
- }else{
- return "0.00"
- }
-
- },
- getDrugWarehouseOutInfo(arr,min_number,min_unit,max_unit){
- var total = 0
- var max_str = "";
- var min_str = "";
- if(arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total += arr[i].count
- }
- }
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- return max_str + min_str;
- },
- getDrugWarehouseOutMoney(arr,min_number,min_unit,max_unit,last_price){
- var total = 0
- var min_str = 0
- var max_str = 0
- var total_price = 0
- if(arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total += arr[i].count
- }
- }
- if (total < min_number) {
- min_str = total
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number);
- }
- if (total % min_number != 0) {
- min_str = (total % min_number);
- }
- total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
- return total_price
- }
- },
- drugAddInfo(arr,min_number,min_unit,max_unit,arr2){
- var total = 0
- var totalone = 0
- var totaltwo = 0
- var max_str = "";
- var min_str = "";
- if(arr!=null && arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalone += arr[i].count
- }
- }
- if(arr2!=null && arr2.length >0){
- for(let i=0;i<arr2.length;i++){
- totaltwo += arr2[i].count
- }
- }
- total = totalone + totaltwo
-
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == ""&& min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
-
- },
- drugAddInfoOne(arr,min_number,min_unit,max_unit,arr2){
- var total = 0
- var totalone = 0
- var totaltwo = 0
- var max_str = "";
- var min_str = "";
- if(arr!=null && arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalone += arr[i].count
- }
- }
- if(arr2!=null && arr2.length >0){
- for(let i=0;i<arr2.length;i++){
- totaltwo += arr2[i].count
- }
- }
- total = totalone + totaltwo
-
- return total
-
- },
- getdrugAddPrice(arr,min_number,min_unit,max_unit,arr2){
- var total = 0
- var totalone =0
- var totaltwo = 0
- var total_price = 0
-
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalone += arr[i].count * arr[i].xt_drug_warehouse_info.price/min_number
- }
- }
-
- if(arr2!=null && arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- totaltwo +=arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
- }
- }
- total = totalone + totaltwo
- total_price =total.toFixed(2)
- return total_price
- },
- drugAddSalePrice(arr,min_number,min_unit,max_unit,arr2){
- var total = 0
- var total_one = 0
- var total_two = 0
- var total_price = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr2!=null&&arr2.length > 0){
- for(let i=0;i<arr2.length;i++){
- total_two +=arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- total = total_one + total_two
-
- total_price = total.toFixed(2)
- return total_price
- },
- getDrugOut(arr,min_number,min_unit,max_unit,arr2,arr3){
- var total = 0
- var totalone = 0
- var totaltwo = 0
- var totalthree = 0
- var min_str = ""
- var max_str = ""
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalone +=arr[i].count
- }
- }
- if(arr2!=null && arr2.length>0){
- for(let i=0;i<arr2.length;i++){
- totaltwo +=arr2[i].count
- }
- }
- if(arr3!=null && arr3.length>0){
- for(let i=0;i<arr3.length;i++){
- totalthree +=arr3[i].count
- }
- }
- total = totalone + totaltwo - totalthree
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == "" && min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
-
- },
- getDrugOutOne(arr,min_number,min_unit,max_unit,arr2,arr3){
- var total = 0
- var totalone = 0
- var totaltwo = 0
- var totalthree = 0
- var min_str = ""
- var max_str = ""
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- totalone +=arr[i].count
- }
- }
- if(arr2!=null && arr2.length>0){
- for(let i=0;i<arr2.length;i++){
- totaltwo +=arr2[i].count
- }
- }
- if(arr3!=null && arr3.length>0){
- for(let i=0;i<arr3.length;i++){
- totalthree +=arr3[i].count
- }
- }
- total = totalone + totaltwo - totalthree
-
- return total
-
- },
- getDrugOutPrice(arr,min_number,min_unit,max_unit,arr2,arr3){
-
- var total_price = 0
- var total_one_price =0
- var total_two_price = 0
- var total_three_price = 0
- var total = 0
- var total_two = 0
- var total_three = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total_one_price += arr[i].count * (arr[i].xt_drug_warehouse_info.price/min_number)
- total += arr[i].count
- }
- }
- if(arr2!=null && arr2.length>0){
- for(let i=0;i<arr2.length;i++){
- total_two_price +=arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
- total_two +=arr2[i].count
- }
- }
-
- if(arr3!=null && arr3.length>0){
- for(let i=0;i<arr3.length;i++){
- total_three_price +=arr3[i].count * arr3[i].xt_drug_warehouse_info.price/min_number
- total_three +=arr3[i].count
- }
- }
-
- total_price = total_one_price + total_two_price - total_three_price
- if(total_price > 0){
- return total_price.toFixed(2)
- }else{
- return "0.00"
- }
-
- },
- getDrugOutSaleprice(arr,min_number,min_unit,max_unit,arr3,arr4){
- var total_price = 0
- var total_price_one = 0
- var total_price_two = 0
- var total_price_three = 0
- if(arr!=null&&arr.length > 0){
- for(let i=0;i<arr.length;i++){
- total_price_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr3!=null && arr3.length >0){
- for(let i=0;i<arr3.length;i++){
- total_price_two +=arr3[i].count * arr3[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- if(arr4!=null && arr4.length >0){
- for(let i=0;i<arr4.length;i++){
- total_price_three +=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
- }
- }
-
- total_price = total_price_one + total_price_two - total_price_three
-
- if(total_price > 0){
- return total_price.toFixed(2)
- }else{
- return "0.00"
- }
-
- },
- GetDrugStartFlow(total,min_number,min_unit,max_unit){
- var min_str = ""
- var max_str = ""
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == "" && min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
- },
-
- GetDrugEndFlow(total,min_number,min_unit,max_unit){
-
- var min_str = ""
- var max_str = ""
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == "" && min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
- },
- getDearName(id){
- var dear_name = ""
- for(let i=0;i<this.dealerList.length;i++){
- if(id == this.dealerList[i].id){
- dear_name = this.dealerList[i].dealer_name
- }
- }
- return dear_name
- },
- GetDrugOver(totalone,totaltwo,totalthree,min_number,min_unit,max_unit){
- var total = 0
- var min_str = ""
- var max_str = ""
- total = totalone + totaltwo - totalthree
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- if(max_str == "" && min_str == ""){
- return "0"
- }else{
- return max_str + min_str;
- }
- }
- },
- created(){
- this.org_id = this.$store.getters.xt_user.org_id
-
- var starttime = this.$route.query.start_time
- this.start_time = starttime
- var endtime = this.$route.query.end_time
- this.end_time = endtime
- var good_type = parseInt(this.$route.query.good_type)
- this.good_type = good_type
- var keyword = this.$route.query.keyword
- this.keyword = keyword
- this.page = parseInt(this.$route.query.page)
- this.limit = parseInt(this.$route.query.limit)
- this.getStorehouseList()
- this.getlist()
- }
- }
- </script>
-
-
- <style rel="stylesheet/scss" lang="scss" scoped>
- .print_main_content {
- background-color: white;
- max-width: 1500px;
- margin: 0 auto;
- padding: 0 0 20px 0;
-
- .order_title_panl {
- text-align: center;
-
- .main_title {
- font-size: 18px;
- line-height: 40px;
- font-weight: 500;
- }
- }
- .table_panel {
- .table {
- width: 100%;
- border: 1px solid;
- border-collapse: collapse;
- padding: 2px;
-
-
- thead {
- tr {
- td {
- border: 1px solid;
- text-align: center;
- font-size: 14px;
- padding: 15px 5px;
- }
- }
- }
- tbody {
- tr {
- td {
- border: 1px solid;
- text-align: center;
- font-size: 14px;
- padding: 10px 5px;
- white-space: pre-line;
- .proj {
- padding: 5px 0;
- text-align: left;
-
- .proj_title {
- font-size: 16px;
- font-weight: 500;
- line-height: 25px;
- }
-
- .proj_item {
- font-size: 15px;
- line-height: 20px;
-
- .zone_name {
- font-weight: 500;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- </style>
|