Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

purchaseNewDrugQueryPrint.vue 44KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346
  1. <template>
  2. <div class="main-contain">
  3. <div class="position">
  4. <bread-crumb :crumbs="crumbs"></bread-crumb>
  5. <el-row style="float:right;">
  6. <el-col :span="24">
  7. <el-button size="small" icon="el-icon-printer" type="primary" @click="printAction">打印</el-button>
  8. </el-col>
  9. </el-row>
  10. </div>
  11. <div class="app-container" style="background-color: white;">
  12. <div id="print_content">
  13. <div class="print_main_content">
  14. <div class="order_title_panl">
  15. <span class="main_title">药品进销存查询表</span>
  16. </div>
  17. <div style="text-align:left;margin-bottom:20px;font-size: 14px;margin-bottom:-30px">
  18. <span class="time_p">查询日期:{{start_time}} ~</span><span class="time_p">{{end_time}}</span>
  19. </div>
  20. <div style="text-align:right;margin-bottom:20px;font-size: 14px;">
  21. <span class="time_p">打印时间:{{time_now}}</span>
  22. </div>
  23. <div class="table_panel">
  24. <table class="table">
  25. <thead>
  26. <tr>
  27. <td rowspan="2" width="60">序号</td>
  28. <td rowspan="2" width="80">药品类型</td>
  29. <td rowspan="2" width="80">药品名称</td>
  30. <td rowspan="2" width="80">规格&单位</td>
  31. <td rowspan="2" width="80">生产厂商</td>
  32. <td rowspan="2" width="80">经销商</td>
  33. <td width="80" colspan="3">期初结余</td>
  34. <td width="80" colspan="3">本期增加</td>
  35. <td width="80" colspan="3">本期减少</td>
  36. <td width="80" colspan="3">期末结余</td>
  37. </tr>
  38. <tr>
  39. <td>数量</td>
  40. <td>进货金额</td>
  41. <td>销售金额</td>
  42. <td>数量</td>
  43. <td>进货金额</td>
  44. <td>销售金额</td>
  45. <td>数量</td>
  46. <td>进货金额</td>
  47. <td>销售金额</td>
  48. <td>数量</td>
  49. <td>进货金额</td>
  50. <td>销售金额</td>
  51. </tr>
  52. </thead>
  53. <tbody>
  54. <tr v-for="(item,index) in this.tableList" :key="index">
  55. <td>{{index + 1 }}</td>
  56. <td> {{getDrugTypeName(item.drug_type)}}</td>
  57. <td> {{item.drug_name}}</td>
  58. <td> {{item.dose}}{{item.dose_unit}}*{{item.min_number}}{{item.min_unit}}/{{item.max_unit}}</td>
  59. <td>{{getManufacturName(item.manufacturer)}}</td>
  60. <td>{{getDearName(item.dealer)}}</td>
  61. <td>{{item.drugIn}}</td>
  62. <td>{{item.drugInMoney}}</td>
  63. <td>{{item.drugSaleMoney}}</td>
  64. <td>{{item.drugAdd}}</td>
  65. <td>{{item.drugAddPrice}}</td>
  66. <td>{{item.drugAddSalePrice}}</td>
  67. <td>{{item.drugOut}}</td>
  68. <td>{{item.drugOutPrice}}</td>
  69. <td>{{item.drugOutSalePrice}}</td>
  70. <td>{{item.overDrug}}</td>
  71. <td>{{item.overDrugPrice}}</td>
  72. <td>{{item.oveDrugSaleMoney}}</td>
  73. </tr>
  74. </tbody>
  75. </table>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. </template>
  82. <script>
  83. import BreadCrumb from '@/xt_pages/components/bread-crumb'
  84. import { getStorehouseList,getPurchaseNewDrugQuery } from "@/api/drug/drug"
  85. import print from 'print-js'
  86. const moment = require('moment')
  87. export default {
  88. components:{
  89. BreadCrumb
  90. },
  91. data(){
  92. return{
  93. crumbs: [
  94. { path: false, name: '库存管理' },
  95. { path: false, name: '库存查询' },
  96. { path: false, name: '库存查询打印' },
  97. ],
  98. start_time:"",
  99. end_time:"",
  100. drug_name:"",
  101. drug_spec:"",
  102. keyword:"",
  103. tableData:[],
  104. time_now:moment(new Date()).add('year',0).format("YYYY-MM-DD"),
  105. type_name:"",
  106. limit:"",
  107. page:"",
  108. WarehouseInfo: {
  109. loading: false,
  110. warehouseInfoDate: [],
  111. },
  112. tableList:[],
  113. good_type:[],
  114. manufacturerList:[],
  115. countList:[],
  116. outCountList:[],
  117. autoCountList:[],
  118. cancelCountList:[],
  119. org_id:0,
  120. drugTypeList:[],
  121. dealerList:[]
  122. }
  123. },
  124. methods:{
  125. printAction: function() {
  126. 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; } }'
  127. printJS({
  128. printable: 'print_content',
  129. type: 'html',
  130. documentTitle: ' ',
  131. style: style,
  132. scanStyles: false
  133. })
  134. },
  135. getStorehouseList(){
  136. getStorehouseList().then(response=>{
  137. if(response.data.state == 1){
  138. this.manufacturerList = response.data.data.manufacturerList
  139. this.dealerList= response.data.data.dealerList
  140. }
  141. })
  142. },
  143. getlist(){
  144. this.loading = true
  145. var params = {
  146. good_type:this.good_type,
  147. keyword:this.keyword,
  148. page:this.page,
  149. limit:this.limit,
  150. start_time:this.start_time,
  151. end_time:this.end_time,
  152. }
  153. getPurchaseNewDrugQuery(params).then(response=>{
  154. if(response.data.state == 1){
  155. this.loading = false
  156. var list = response.data.data.list
  157. for (let i = 0; i < list.length; i++) {
  158. //期初结余入库
  159. if(list[i].DrugWarehouseInfoStart!=null && list[i].DrugWarehouseInfoStart.length > 0){
  160. for(let j=0;j<list[i].DrugWarehouseInfoStart.length;j++){
  161. if(list[i].max_unit == list[i].DrugWarehouseInfoStart[j].max_unit){
  162. list[i].DrugWarehouseInfoStart[j].count =list[i].min_number * list[i].DrugWarehouseInfoStart[j].count
  163. }
  164. }
  165. }
  166. //期初结余出库
  167. if(list[i].DrugWarehouseOutInfoStart!=null && list[i].DrugWarehouseOutInfoStart.length>0){
  168. for(let j=0;j<list[i].DrugWarehouseOutInfoStart.length;j++){
  169. if(list[i].max_unit == list[i].DrugWarehouseOutInfoStart[j].max_unit){
  170. list[i].DrugWarehouseOutInfoStart[j].count = list[i].DrugWarehouseOutInfoStart[j].count*list[i].min_number
  171. }
  172. }
  173. }
  174. //期初结余退库
  175. if(list[i].WareStartStockCancelInfo!=null && list[i].WareStartStockCancelInfo.length>0){
  176. for(let j=0;j<list[i].WareStartStockCancelInfo.length;j++){
  177. if(list[i].max_unit == list[i].WareStartStockCancelInfo[j].max_unit){
  178. list[i].WareStartStockCancelInfo[j].count = list[i].WareStartStockCancelInfo[j].count*list[i].min_number
  179. }
  180. }
  181. }
  182. //期末结余入库
  183. if(list[i].DrugWarehouseInfoEnd!=null && list[i].DrugWarehouseInfoEnd.length > 0){
  184. for(let j=0;j<list[i].DrugWarehouseInfoEnd.length;j++){
  185. if(list[i].max_unit == list[i].DrugWarehouseInfoEnd[j].max_unit){
  186. list[i].DrugWarehouseInfoEnd[j].count = list[i].min_number * list[i].DrugWarehouseInfoEnd[j].count
  187. }
  188. }
  189. }
  190. //期末结余出库
  191. if(list[i].DrugWarehouseOutInfoEnd!=null && list[i].DrugWarehouseOutInfoEnd.length>0){
  192. for(let j=0;j<list[i].DrugWarehouseOutInfoEnd.length;j++){
  193. if(list[i].max_unit == list[i].DrugWarehouseOutInfoEnd[j].max_unit){
  194. list[i].DrugWarehouseOutInfoEnd[j].count = list[i].DrugWarehouseOutInfoEnd[j].count*list[i].min_number
  195. }
  196. }
  197. }
  198. //期末结余退库
  199. if(list[i].WareEndStockCancelInfo!=null && list[i].WareEndStockCancelInfo.length>0){
  200. for(let j=0;j<list[i].WareEndStockCancelInfo.length;j++){
  201. if(list[i].max_unit == list[i].WareEndStockCancelInfo[j].max_unit){
  202. list[i].WareEndStockCancelInfo[j].count = list[i].WareEndStockCancelInfo[j].count*list[i].min_number
  203. }
  204. }
  205. }
  206. //期中增加
  207. if(list[i].DrugWarehouseInfoStartEnd!=null && list[i].DrugWarehouseInfoStartEnd.length > 0){
  208. for(let j=0;j<list[i].DrugWarehouseInfoStartEnd.length;j++){
  209. if(list[i].max_unit == list[i].DrugWarehouseInfoStartEnd[j].max_unit){
  210. list[i].DrugWarehouseInfoStartEnd[j].count =list[i].min_number * list[i].DrugWarehouseInfoStartEnd[j].count
  211. }
  212. }
  213. }
  214. //期中减少
  215. if(list[i].DrugWarehouseOutInfoStartEnd!=null && list[i].DrugWarehouseOutInfoStartEnd.length > 0){
  216. for(let j=0;j<list[i].DrugWarehouseOutInfoStartEnd.length;j++){
  217. if(list[i].max_unit == list[i].DrugWarehouseOutInfoStartEnd[j].max_unit){
  218. list[i].DrugWarehouseOutInfoStartEnd[j].count =list[i].min_number * list[i].DrugWarehouseOutInfoStartEnd[j].count
  219. }
  220. }
  221. }
  222. //期中退库
  223. if(list[i].WareStartEndStockCancelInfo!=null && list[i].WareStartEndStockCancelInfo.length > 0){
  224. for(let j=0;j<list[i].WareStartEndStockCancelInfo.length;j++){
  225. if(list[i].max_unit == list[i].WareStartEndStockCancelInfo[j].max_unit){
  226. list[i].WareStartEndStockCancelInfo[j].count =list[i].min_number * list[i].WareStartEndStockCancelInfo[j].count
  227. }
  228. }
  229. }
  230. //期初盘盈
  231. if(list[i].WareStartStockInventoryProfit!=null && list[i].WareStartStockInventoryProfit.length > 0){
  232. for(let j=0;j<list[i].WareStartStockInventoryProfit.length;j++){
  233. if(list[i].max_unit == list[i].WareStartStockInventoryProfit[j].max_unit){
  234. list[i].WareStartStockInventoryProfit[j].count = list[i].WareStartStockInventoryProfit[j].count * list[i].min_number
  235. }
  236. }
  237. }
  238. //期初盘亏
  239. if(list[i].WareStartStockInventoryLosses!=null && list[i].WareStartStockInventoryLosses.length > 0){
  240. for(let j=0;j<list[i].WareStartStockInventoryLosses.length;j++){
  241. if(list[i].max_unit == list[i].WareStartStockInventoryLosses[j].max_unit){
  242. list[i].WareStartStockInventoryLosses.count = list[i].WareStartStockInventoryLosses[j].count * list[i].min_number
  243. }
  244. }
  245. }
  246. //期中盘盈
  247. if(list[i].WareStartEndStockInventoryProfit!=null && list[i].WareStartEndStockInventoryProfit.length > 0){
  248. for(let j=0;j<list[i].WareStartEndStockInventoryProfit.length;j++){
  249. if(list[i].max_unit == list[i].WareStartEndStockInventoryProfit[j].max_unit){
  250. list[i].WareStartEndStockInventoryProfit[j].count = list[i].WareStartEndStockInventoryProfit[j].count * list[i].min_number
  251. }
  252. }
  253. }
  254. //期中盘亏
  255. if(list[i].WareStartEndStockInventoryLosses!=null && list[i].WareStartEndStockInventoryLosses.length > 0){
  256. for(let j=0;j<list[i].WareStartEndStockInventoryLosses.length;j++){
  257. if(list[i].max_unit == list[i].WareStartEndStockInventoryLosses[j].max_unit){
  258. list[i].WareStartEndStockInventoryLosses[j].count = list[i].WareStartEndStockInventoryLosses[j].count * list[i].min_number
  259. }
  260. }
  261. }
  262. //期末盘盈
  263. if(list[i].WareEndStockInventoryProfit!=null && list[i].WareEndStockInventoryProfit.length >0){
  264. for(let j=0;j<list[i].WareEndStockInventoryProfit.length;j++){
  265. if(list[i].max_unit == list[i].WareEndStockInventoryProfit[j].max_unit){
  266. list[i].WareEndStockInventoryProfit[j].count = list[i].WareEndStockInventoryProfit[j].count * list[i].min_number
  267. }
  268. }
  269. }
  270. //期末盘亏
  271. if(list[i].WareEndStockInventoryLosses!=null && list[i].WareEndStockInventoryLosses.length > 0){
  272. for(let j=0;j<list[i].WareEndStockInventoryLosses.length;j++){
  273. if(list[i].max_unit == list[i].WareEndStockInventoryLosses[j].max_unit){
  274. list[i].WareEndStockInventoryLosses[j].count = list[i].WareEndStockInventoryLosses[j].count * list[i].min_number
  275. }
  276. }
  277. }
  278. }
  279. for(let i=0;i<list.length;i++){
  280. list[i].last_price_in = 0
  281. list[i].drugAddOne= 0
  282. list[i].drugOutOne =0
  283. list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
  284. // 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)
  285. // 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)
  286. // 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)
  287. list[i].drugInMoney = "/"
  288. list[i].drugSaleMoney = "/"
  289. list[i].drugAdd = this.drugAddInfo(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
  290. list[i].drugAddOne= this.drugAddInfoOne(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
  291. // list[i].drugAddPrice = this.getdrugAddPrice(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
  292. // list[i].drugAddSalePrice = this.drugAddSalePrice(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
  293. list[i].drugAddPrice = "/"
  294. list[i].drugAddSalePrice = "/"
  295. 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)
  296. 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)
  297. // 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)
  298. // 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)
  299. list[i].drugOutPrice = "/"
  300. list[i].drugOutSalePrice = "/"
  301. // 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)
  302. // 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)
  303. // 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)
  304. // list[i].overDrug = this.GetDrugEndFlow(list[i].DrugEndFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
  305. 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)
  306. list[i].overDrugPrice = "/"
  307. list[i].oveDrugSaleMoney = "/"
  308. }
  309. this.tableList = list;
  310. this.total = response.data.data.total
  311. this.manufacturerList = response.data.data.manufacturerList
  312. var drugTypeList = response.data.data.drugTypeList
  313. var obj = {value:0,name:"全部"}
  314. this.drugTypeList.push(obj)
  315. for(let i=0;i<drugTypeList.length;i++){
  316. this.drugTypeList.push(drugTypeList[i])
  317. }
  318. }
  319. })
  320. },
  321. getManufacturName(id){
  322. var manufacturer_name = ""
  323. for(let i=0;i<this.manufacturerList.length;i++){
  324. if(id == this.manufacturerList[i].id){
  325. manufacturer_name = this.manufacturerList[i].manufacturer_name
  326. }
  327. }
  328. return manufacturer_name
  329. },
  330. handleSizeChange(val) {
  331. this.limit = val;
  332. this.getlist()
  333. },
  334. handleCurrentChange(val) {
  335. this.page = val;
  336. this.getlist()
  337. },
  338. seach(){
  339. this.drugTypeList = []
  340. this.houseList= []
  341. this.getlist()
  342. },
  343. getDrugTypeName(id){
  344. var type_name = ""
  345. for(let i=0;i<this.drugTypeList.length;i++){
  346. if(id == this.drugTypeList[i].value){
  347. type_name = this.drugTypeList[i].name
  348. }
  349. }
  350. return type_name
  351. },
  352. getHouseName(id){
  353. var storehouse_name = ""
  354. for(let i=0;i<this.houseList.length;i++){
  355. if(id == this.houseList[i].id){
  356. storehouse_name = this.houseList[i].storehouse_name
  357. }
  358. }
  359. return storehouse_name
  360. },
  361. startFirstTimeChange(){
  362. this.getlist()
  363. },
  364. endEndTimeChange(){
  365. this.getlist()
  366. },
  367. getTime(val) {
  368. if(val < 0){
  369. return ""
  370. }
  371. if(val == ""){
  372. return ""
  373. }else {
  374. return uParseTime(val, '{y}-{m}-{d}')
  375. }
  376. },
  377. getName(id){
  378. var name = ""
  379. for(let i=0;i<this.patientList.length;i++){
  380. if(id == this.patientList[i].id){
  381. name = this.patientList[i].name
  382. }
  383. }
  384. return name
  385. },
  386. endTimeChange(){
  387. this.getlist()
  388. },
  389. startTimeChange(){
  390. this.getlist()
  391. },
  392. getDrugWarehouseInfoOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
  393. var total = 0
  394. var totalOne =0
  395. var totalTwo = 0
  396. var totalthree= 0
  397. var totalfour = 0
  398. var totalfive = 0
  399. var max_str = "";
  400. var min_str = "";
  401. if(arr!=null && arr.length > 0){
  402. for(let i=0;i<arr.length;i++){
  403. totalOne += arr[i].count
  404. }
  405. }
  406. if(arr2!=null && arr2.length > 0){
  407. for(let i=0;i<arr2.length;i++){
  408. totalTwo += arr2[i].count
  409. }
  410. }
  411. if(arr3!=null && arr3.length > 0){
  412. for(let i=0;i<arr3.length;i++){
  413. totalthree += arr3[i].count
  414. }
  415. }
  416. if(arr4!=null && arr4.length > 0){
  417. for(let i=0;i<arr4.length;i++){
  418. totalfour += arr4[i].count
  419. }
  420. }
  421. if(arr5!=null && arr5.length > 0){
  422. for(let i=0;i<arr5.length;i++){
  423. totalfive += arr5[i].count
  424. }
  425. }
  426. total = totalOne - totalTwo + totalthree - totalfour + totalfive
  427. if (total < min_number) {
  428. min_str = total + min_unit;
  429. }
  430. if (total == 0) {
  431. min_str = "";
  432. max_str = "";
  433. }
  434. if (total >= min_number) {
  435. if (parseInt(total / min_number) != 0) {
  436. max_str = parseInt(total / min_number) + max_unit;
  437. }
  438. if (total % min_number != 0) {
  439. min_str = (total % min_number) + min_unit;
  440. }
  441. }
  442. if(max_str == "" && min_str == ""){
  443. return "0"
  444. }else{
  445. return max_str + min_str;
  446. }
  447. },
  448. getDrugWarehouseInfo(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
  449. var total = 0
  450. var total_one= 0
  451. var total_two = 0
  452. var total_three = 0
  453. var total_four = 0
  454. var total_five = 0
  455. var max_str = "";
  456. var min_str = "";
  457. if(arr!=null && arr.length > 0){
  458. for(let i=0;i<arr.length;i++){
  459. total_one += arr[i].count
  460. }
  461. }
  462. if(arr4!=null && arr4.length > 0){
  463. for(let i=0;i<arr4.length;i++){
  464. total_four += arr4[i].count
  465. }
  466. }
  467. if(arr2!=null && arr2.length > 0){
  468. for(let i=0;i<arr2.length;i++){
  469. total_two+= arr2[i].count
  470. }
  471. }
  472. if(arr3!=null && arr3.length >0){
  473. for(let i=0;i<arr3.length;i++){
  474. total_three +=arr3[i].count
  475. }
  476. }
  477. if(arr5!=null && arr5.length >0){
  478. for(let i=0;i<arr5.length;i++){
  479. total_five +=arr5[i].count
  480. }
  481. }
  482. total = total_one - total_four +total_two - total_three + total_five
  483. if(total < 0){
  484. total = 0
  485. }
  486. if (total < min_number) {
  487. min_str = total + min_unit;
  488. }
  489. if (total == 0) {
  490. min_str = "";
  491. max_str = "";
  492. }
  493. if (total >= min_number) {
  494. if (parseInt(total / min_number) != 0) {
  495. max_str = parseInt(total / min_number) + max_unit;
  496. }
  497. if (total % min_number != 0) {
  498. min_str = (total % min_number) + min_unit;
  499. }
  500. }
  501. if(max_str == ""&&min_str == ""){
  502. return "0"
  503. }else{
  504. return max_str + min_str;
  505. }
  506. },
  507. getDrugWarehouseInfoStart(arr,min_number,min_unit,max_unit,outArr){
  508. var total = 0
  509. var add_total = 0
  510. var out_total = 0
  511. var max_str = "";
  512. var min_str = "";
  513. if(arr!=null &&arr.length > 0){
  514. for(let i=0;i<arr.length;i++){
  515. add_total += arr[i].warehousing_count
  516. }
  517. }
  518. if(outArr.length > 0){
  519. for(let i=0;i<outArr.length;i++){
  520. out_total+= outArr[i].count
  521. }
  522. }
  523. total = add_total - out_total
  524. if (total < min_number) {
  525. min_str = total + min_unit;
  526. }
  527. if (total == 0) {
  528. min_str = "";
  529. max_str = "";
  530. }
  531. if (total >= min_number) {
  532. if (parseInt(total / min_number) != 0) {
  533. max_str = parseInt(total / min_number) + max_unit;
  534. }
  535. if (total % min_number != 0) {
  536. min_str = (total % min_number) + min_unit;
  537. }
  538. }
  539. return max_str + min_str;
  540. },
  541. getDrugWarehouseInfoMoneyStart(arr,min_number,min_unit,max_unit,last_price,outArr){
  542. var total = 0
  543. var min_str = 0
  544. var max_str = 0
  545. var addTotal = 0
  546. var outTotal = 0
  547. var total_price = 0
  548. if(arr.length > 0){
  549. for(let i=0;i<arr.length;i++){
  550. addTotal += arr[i].warehousing_count
  551. }
  552. }
  553. if(outArr.length > 0){
  554. for(let i=0;i<outArr.length;i++){
  555. outTotal += outArr[i].count
  556. }
  557. }
  558. console.log("adw23223wode",addTotal)
  559. console.log("233232232tade",outTotal)
  560. total = addTotal - outTotal
  561. if (total < min_number) {
  562. min_str = total
  563. }
  564. if (total >= min_number) {
  565. if (parseInt(total / min_number) != 0) {
  566. max_str = parseInt(total / min_number);
  567. }
  568. if (total % min_number != 0) {
  569. min_str = (total % min_number);
  570. }
  571. }
  572. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  573. console.log("total_price",total_price)
  574. return total_price
  575. },
  576. getDrugWarehouseInfoMoney(arr,min_number,min_unit,max_unit,last_price){
  577. var total = 0
  578. var min_str = 0
  579. var max_str = 0
  580. var total_price = 0
  581. if(arr.length > 0){
  582. for(let i=0;i<arr.length;i++){
  583. total += arr[i].stock_max_number + arr[i].stock_min_number
  584. }
  585. }
  586. if (total < min_number) {
  587. min_str = total
  588. }
  589. if (total >= min_number) {
  590. if (parseInt(total / min_number) != 0) {
  591. max_str = parseInt(total / min_number);
  592. }
  593. if (total % min_number != 0) {
  594. min_str = (total % min_number);
  595. }
  596. }
  597. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  598. console.log("total_price",total_price)
  599. return total_price
  600. },
  601. getDrugWarehouseInfoStockAdd(arr,min_number,min_unit,max_unit){
  602. var total = 0
  603. var max_str = "";
  604. var min_str = "";
  605. if(arr.length > 0){
  606. for(let i=0;i<arr.length;i++){
  607. total += arr[i].warehousing_count
  608. }
  609. }
  610. if (total < min_number) {
  611. min_str = total + min_unit;
  612. }
  613. if (total == 0) {
  614. min_str = "";
  615. max_str = "";
  616. }
  617. if (total >= min_number) {
  618. if (parseInt(total / min_number) != 0) {
  619. max_str = parseInt(total / min_number) + max_unit;
  620. }
  621. if (total % min_number != 0) {
  622. min_str = (total % min_number) + min_unit;
  623. }
  624. }
  625. return max_str + min_str;
  626. },
  627. getDrugWarehouseInfoaddMoney(arr,min_number,min_unit,max_unit,last_price){
  628. var total = 0
  629. var min_str = 0
  630. var max_str = 0
  631. var total_price = 0
  632. if(arr.length > 0){
  633. for(let i=0;i<arr.length;i++){
  634. total += arr[i].warehousing_count
  635. }
  636. }
  637. if (total < min_number) {
  638. min_str = total
  639. }
  640. if (total >= min_number) {
  641. if (parseInt(total / min_number) != 0) {
  642. max_str = parseInt(total / min_number);
  643. }
  644. if (total % min_number != 0) {
  645. min_str = (total % min_number);
  646. }
  647. }
  648. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  649. return total_price
  650. },
  651. getDrugInMoneyOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
  652. var totalOne = 0
  653. var totalTwo =0
  654. var total_three = 0
  655. var total_four = 0
  656. var totalFive = 0
  657. var total_price = 0
  658. if(arr!=null&&arr.length > 0){
  659. for(let i=0;i<arr.length;i++){
  660. totalOne += arr[i].count*(arr[i].price/min_number)+ arr[i].count*(arr[i].price%min_number)
  661. }
  662. }
  663. if(arr2!=null&&arr2.length > 0){
  664. for(let i=0;i<arr2.length;i++){
  665. totalTwo += ((arr2[i].count/min_number) * arr2[i].price) + ((arr2[i].count%min_number)*(arr2[i].price/min_number))
  666. }
  667. }
  668. if(arr3!=null&&arr3.length > 0){
  669. for(let i=0;i<arr3.length;i++){
  670. total_three+=arr3[i].count* arr3[i].xt_drug_warehouse_info.retail_price
  671. }
  672. }
  673. if(arr4!=null&&arr4.length > 0){
  674. for(let i=0;i<arr4.length;i++){
  675. total_four+=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  676. }
  677. }
  678. if(arr5!=null&&arr5.length > 0){
  679. for(let i=0;i<arr5.length;i++){
  680. totalFive += ((arr5[i].count/min_number) * arr5[i].price) + ((arr5[i].count%min_number)*(arr5[i].price/min_number))
  681. }
  682. }
  683. total_price =(totalOne - totalTwo + total_three - total_four + totalFive).toFixed(2)
  684. if(total_price >0){
  685. return total_price
  686. }else{
  687. return "0.00"
  688. }
  689. },
  690. getDrugInMoney(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
  691. var total_price = 0
  692. var total_one_price = 0
  693. var total_two_price = 0
  694. var total_four_price =0
  695. var total_three_price = 0
  696. var total_five_price = 0
  697. if(arr!=null&&arr.length > 0){
  698. for(let i=0;i<arr.length;i++){
  699. total_one_price += (arr[i].count/min_number*arr[i].price) + arr[i].count*(arr[i].price%min_number)
  700. }
  701. }
  702. if(arr4!=null && arr4.length > 0){
  703. for(let i=0;i<arr4.length;i++){
  704. // total_four_price +=arr4[i].count * arr4[i].xt_drug_warehouse_info.price/min_number
  705. total_four_price+= ((arr4[i].count/min_number) * arr4[i].price) + ((arr4[i].count%min_number)*(arr4[i].price/min_number))
  706. }
  707. }
  708. if(arr2!=null && arr2.length > 0){
  709. for(let i=0;i<arr2.length;i++){
  710. total_two_price += arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
  711. }
  712. }
  713. if(arr3!=null && arr3.length > 0){
  714. for(let i=0;i<arr3.length;i++){
  715. total_three_price += arr3[i].count * arr3[i].xt_drug_warehouse_info.price/min_number
  716. }
  717. }
  718. if(arr5!=null && arr5.length > 0){
  719. for(let i=0;i<arr5.length;i++){
  720. total_five_price += arr5[i].count * arr5[i].xt_drug_warehouse_info.price/min_number
  721. }
  722. }
  723. total_price = total_one_price - total_four_price + total_two_price - total_three_price + total_five_price
  724. if(total_price > 0){
  725. return total_price.toFixed(2)
  726. }else{
  727. return "0.00"
  728. }
  729. },
  730. getSaleMoney(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
  731. var total_price = 0
  732. var total_price_one = 0
  733. var total_price_two = 0
  734. var total_price_four = 0
  735. var total_price_three =0
  736. var total_price_five = 0
  737. if(arr!=null&&arr.length > 0){
  738. for(let i=0;i<arr.length;i++){
  739. total_price_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
  740. }
  741. }
  742. if(arr4!=null && arr4.length>0){
  743. for(let i=0;i<arr4.length > 0;i++){
  744. total_price_four += arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  745. }
  746. }
  747. if(arr2!=null && arr2.length > 0){
  748. for(let i=0;i<arr2.length;i++){
  749. total_price_two += arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
  750. }
  751. }
  752. if(arr3!=null && arr3.length > 0){
  753. for(let i=0;i<arr3.length;i++){
  754. total_price_three += arr3[i].count * arr3[i].xt_drug_warehouse_info.retail_price
  755. }
  756. }
  757. if(arr5!=null && arr5.length > 0){
  758. for(let i=0;i<arr5.length;i++){
  759. total_price_five += arr5[i].count * arr5[i].xt_drug_warehouse_info.retail_price
  760. }
  761. }
  762. total_price = total_price_one - total_price_four + total_price_two - total_price_three + total_price_five
  763. if(total_price >0){
  764. return total_price.toFixed(2)
  765. }else{
  766. return "0.00"
  767. }
  768. },
  769. getSaleMoneyOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
  770. var totalOne = 0
  771. var totalTwo =0
  772. var total_price = 0
  773. var total_three= 0
  774. var total_four = 0
  775. var total_five = 0
  776. if(arr!=null&&arr.length > 0){
  777. for(let i=0;i<arr.length;i++){
  778. totalOne += arr[i].count*arr[i].xt_drug_warehouse_info.retail_price
  779. }
  780. }
  781. if(arr2!=null&&arr2.length > 0){
  782. for(let i=0;i<arr2.length;i++){
  783. totalTwo += arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
  784. }
  785. }
  786. if(arr3!=null&&arr3.length > 0){
  787. for(let i=0;i<arr3.length;i++){
  788. total_three+=arr3[i].count* arr3[i].xt_drug_warehouse_info.retail_price
  789. }
  790. }
  791. if(arr4!=null&&arr4.length > 0){
  792. for(let i=0;i<arr4.length;i++){
  793. total_four+=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  794. }
  795. }
  796. if(arr5!=null&&arr5.length > 0){
  797. for(let i=0;i<arr5.length;i++){
  798. total_five+=arr5[i].count * arr5[i].xt_drug_warehouse_info.retail_price
  799. }
  800. }
  801. total_price =(totalOne - totalTwo+total_three - total_four + total_five).toFixed(2)
  802. if(total_price > 0){
  803. return total_price
  804. }else{
  805. return "0.00"
  806. }
  807. },
  808. getDrugWarehouseOutInfo(arr,min_number,min_unit,max_unit){
  809. var total = 0
  810. var max_str = "";
  811. var min_str = "";
  812. if(arr.length > 0){
  813. for(let i=0;i<arr.length;i++){
  814. total += arr[i].count
  815. }
  816. }
  817. if (total < min_number) {
  818. min_str = total + min_unit;
  819. }
  820. if (total == 0) {
  821. min_str = "";
  822. max_str = "";
  823. }
  824. if (total >= min_number) {
  825. if (parseInt(total / min_number) != 0) {
  826. max_str = parseInt(total / min_number) + max_unit;
  827. }
  828. if (total % min_number != 0) {
  829. min_str = (total % min_number) + min_unit;
  830. }
  831. }
  832. return max_str + min_str;
  833. },
  834. getDrugWarehouseOutMoney(arr,min_number,min_unit,max_unit,last_price){
  835. var total = 0
  836. var min_str = 0
  837. var max_str = 0
  838. var total_price = 0
  839. if(arr.length > 0){
  840. for(let i=0;i<arr.length;i++){
  841. total += arr[i].count
  842. }
  843. }
  844. if (total < min_number) {
  845. min_str = total
  846. }
  847. if (total >= min_number) {
  848. if (parseInt(total / min_number) != 0) {
  849. max_str = parseInt(total / min_number);
  850. }
  851. if (total % min_number != 0) {
  852. min_str = (total % min_number);
  853. }
  854. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  855. return total_price
  856. }
  857. },
  858. drugAddInfo(arr,min_number,min_unit,max_unit,arr2){
  859. var total = 0
  860. var totalone = 0
  861. var totaltwo = 0
  862. var max_str = "";
  863. var min_str = "";
  864. if(arr!=null && arr.length > 0){
  865. for(let i=0;i<arr.length;i++){
  866. totalone += arr[i].count
  867. }
  868. }
  869. if(arr2!=null && arr2.length >0){
  870. for(let i=0;i<arr2.length;i++){
  871. totaltwo += arr2[i].count
  872. }
  873. }
  874. total = totalone + totaltwo
  875. if (total < min_number) {
  876. min_str = total + min_unit;
  877. }
  878. if (total == 0) {
  879. min_str = "";
  880. max_str = "";
  881. }
  882. if (total >= min_number) {
  883. if (parseInt(total / min_number) != 0) {
  884. max_str = parseInt(total / min_number) + max_unit;
  885. }
  886. if (total % min_number != 0) {
  887. min_str = (total % min_number) + min_unit;
  888. }
  889. }
  890. if(max_str == ""&& min_str == ""){
  891. return "0"
  892. }else{
  893. return max_str + min_str;
  894. }
  895. },
  896. drugAddInfoOne(arr,min_number,min_unit,max_unit,arr2){
  897. var total = 0
  898. var totalone = 0
  899. var totaltwo = 0
  900. var max_str = "";
  901. var min_str = "";
  902. if(arr!=null && arr.length > 0){
  903. for(let i=0;i<arr.length;i++){
  904. totalone += arr[i].count
  905. }
  906. }
  907. if(arr2!=null && arr2.length >0){
  908. for(let i=0;i<arr2.length;i++){
  909. totaltwo += arr2[i].count
  910. }
  911. }
  912. total = totalone + totaltwo
  913. return total
  914. },
  915. getdrugAddPrice(arr,min_number,min_unit,max_unit,arr2){
  916. var total = 0
  917. var totalone =0
  918. var totaltwo = 0
  919. var total_price = 0
  920. if(arr!=null&&arr.length > 0){
  921. for(let i=0;i<arr.length;i++){
  922. totalone += arr[i].count * arr[i].xt_drug_warehouse_info.price/min_number
  923. }
  924. }
  925. if(arr2!=null && arr2.length > 0){
  926. for(let i=0;i<arr2.length;i++){
  927. totaltwo +=arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
  928. }
  929. }
  930. total = totalone + totaltwo
  931. total_price =total.toFixed(2)
  932. return total_price
  933. },
  934. drugAddSalePrice(arr,min_number,min_unit,max_unit,arr2){
  935. var total = 0
  936. var total_one = 0
  937. var total_two = 0
  938. var total_price = 0
  939. if(arr!=null&&arr.length > 0){
  940. for(let i=0;i<arr.length;i++){
  941. total_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
  942. }
  943. }
  944. if(arr2!=null&&arr2.length > 0){
  945. for(let i=0;i<arr2.length;i++){
  946. total_two +=arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
  947. }
  948. }
  949. total = total_one + total_two
  950. total_price = total.toFixed(2)
  951. return total_price
  952. },
  953. getDrugOut(arr,min_number,min_unit,max_unit,arr2,arr3){
  954. var total = 0
  955. var totalone = 0
  956. var totaltwo = 0
  957. var totalthree = 0
  958. var min_str = ""
  959. var max_str = ""
  960. if(arr!=null&&arr.length > 0){
  961. for(let i=0;i<arr.length;i++){
  962. totalone +=arr[i].count
  963. }
  964. }
  965. if(arr2!=null && arr2.length>0){
  966. for(let i=0;i<arr2.length;i++){
  967. totaltwo +=arr2[i].count
  968. }
  969. }
  970. if(arr3!=null && arr3.length>0){
  971. for(let i=0;i<arr3.length;i++){
  972. totalthree +=arr3[i].count
  973. }
  974. }
  975. total = totalone + totaltwo - totalthree
  976. if (total < min_number) {
  977. min_str = total + min_unit;
  978. }
  979. if (total == 0) {
  980. min_str = "";
  981. max_str = "";
  982. }
  983. if (total >= min_number) {
  984. if (parseInt(total / min_number) != 0) {
  985. max_str = parseInt(total / min_number) + max_unit;
  986. }
  987. if (total % min_number != 0) {
  988. min_str = (total % min_number) + min_unit;
  989. }
  990. }
  991. if(max_str == "" && min_str == ""){
  992. return "0"
  993. }else{
  994. return max_str + min_str;
  995. }
  996. },
  997. getDrugOutOne(arr,min_number,min_unit,max_unit,arr2,arr3){
  998. var total = 0
  999. var totalone = 0
  1000. var totaltwo = 0
  1001. var totalthree = 0
  1002. var min_str = ""
  1003. var max_str = ""
  1004. if(arr!=null&&arr.length > 0){
  1005. for(let i=0;i<arr.length;i++){
  1006. totalone +=arr[i].count
  1007. }
  1008. }
  1009. if(arr2!=null && arr2.length>0){
  1010. for(let i=0;i<arr2.length;i++){
  1011. totaltwo +=arr2[i].count
  1012. }
  1013. }
  1014. if(arr3!=null && arr3.length>0){
  1015. for(let i=0;i<arr3.length;i++){
  1016. totalthree +=arr3[i].count
  1017. }
  1018. }
  1019. total = totalone + totaltwo - totalthree
  1020. return total
  1021. },
  1022. getDrugOutPrice(arr,min_number,min_unit,max_unit,arr2,arr3){
  1023. var total_price = 0
  1024. var total_one_price =0
  1025. var total_two_price = 0
  1026. var total_three_price = 0
  1027. var total = 0
  1028. var total_two = 0
  1029. var total_three = 0
  1030. if(arr!=null&&arr.length > 0){
  1031. for(let i=0;i<arr.length;i++){
  1032. total_one_price += arr[i].count * (arr[i].xt_drug_warehouse_info.price/min_number)
  1033. total += arr[i].count
  1034. }
  1035. }
  1036. if(arr2!=null && arr2.length>0){
  1037. for(let i=0;i<arr2.length;i++){
  1038. total_two_price +=arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
  1039. total_two +=arr2[i].count
  1040. }
  1041. }
  1042. if(arr3!=null && arr3.length>0){
  1043. for(let i=0;i<arr3.length;i++){
  1044. total_three_price +=arr3[i].count * arr3[i].xt_drug_warehouse_info.price/min_number
  1045. total_three +=arr3[i].count
  1046. }
  1047. }
  1048. total_price = total_one_price + total_two_price - total_three_price
  1049. if(total_price > 0){
  1050. return total_price.toFixed(2)
  1051. }else{
  1052. return "0.00"
  1053. }
  1054. },
  1055. getDrugOutSaleprice(arr,min_number,min_unit,max_unit,arr3,arr4){
  1056. var total_price = 0
  1057. var total_price_one = 0
  1058. var total_price_two = 0
  1059. var total_price_three = 0
  1060. if(arr!=null&&arr.length > 0){
  1061. for(let i=0;i<arr.length;i++){
  1062. total_price_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
  1063. }
  1064. }
  1065. if(arr3!=null && arr3.length >0){
  1066. for(let i=0;i<arr3.length;i++){
  1067. total_price_two +=arr3[i].count * arr3[i].xt_drug_warehouse_info.retail_price
  1068. }
  1069. }
  1070. if(arr4!=null && arr4.length >0){
  1071. for(let i=0;i<arr4.length;i++){
  1072. total_price_three +=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  1073. }
  1074. }
  1075. total_price = total_price_one + total_price_two - total_price_three
  1076. if(total_price > 0){
  1077. return total_price.toFixed(2)
  1078. }else{
  1079. return "0.00"
  1080. }
  1081. },
  1082. GetDrugStartFlow(total,min_number,min_unit,max_unit){
  1083. var min_str = ""
  1084. var max_str = ""
  1085. if (total < min_number) {
  1086. min_str = total + min_unit;
  1087. }
  1088. if (total == 0) {
  1089. min_str = "";
  1090. max_str = "";
  1091. }
  1092. if (total >= min_number) {
  1093. if (parseInt(total / min_number) != 0) {
  1094. max_str = parseInt(total / min_number) + max_unit;
  1095. }
  1096. if (total % min_number != 0) {
  1097. min_str = (total % min_number) + min_unit;
  1098. }
  1099. }
  1100. if(max_str == "" && min_str == ""){
  1101. return "0"
  1102. }else{
  1103. return max_str + min_str;
  1104. }
  1105. },
  1106. GetDrugEndFlow(total,min_number,min_unit,max_unit){
  1107. var min_str = ""
  1108. var max_str = ""
  1109. if (total < min_number) {
  1110. min_str = total + min_unit;
  1111. }
  1112. if (total == 0) {
  1113. min_str = "";
  1114. max_str = "";
  1115. }
  1116. if (total >= min_number) {
  1117. if (parseInt(total / min_number) != 0) {
  1118. max_str = parseInt(total / min_number) + max_unit;
  1119. }
  1120. if (total % min_number != 0) {
  1121. min_str = (total % min_number) + min_unit;
  1122. }
  1123. }
  1124. if(max_str == "" && min_str == ""){
  1125. return "0"
  1126. }else{
  1127. return max_str + min_str;
  1128. }
  1129. },
  1130. getDearName(id){
  1131. var dear_name = ""
  1132. for(let i=0;i<this.dealerList.length;i++){
  1133. if(id == this.dealerList[i].id){
  1134. dear_name = this.dealerList[i].dealer_name
  1135. }
  1136. }
  1137. return dear_name
  1138. },
  1139. GetDrugOver(totalone,totaltwo,totalthree,min_number,min_unit,max_unit){
  1140. var total = 0
  1141. var min_str = ""
  1142. var max_str = ""
  1143. total = totalone + totaltwo - totalthree
  1144. if (total < min_number) {
  1145. min_str = total + min_unit;
  1146. }
  1147. if (total == 0) {
  1148. min_str = "";
  1149. max_str = "";
  1150. }
  1151. if (total >= min_number) {
  1152. if (parseInt(total / min_number) != 0) {
  1153. max_str = parseInt(total / min_number) + max_unit;
  1154. }
  1155. if (total % min_number != 0) {
  1156. min_str = (total % min_number) + min_unit;
  1157. }
  1158. }
  1159. if(max_str == "" && min_str == ""){
  1160. return "0"
  1161. }else{
  1162. return max_str + min_str;
  1163. }
  1164. }
  1165. },
  1166. created(){
  1167. this.org_id = this.$store.getters.xt_user.org_id
  1168. var starttime = this.$route.query.start_time
  1169. this.start_time = starttime
  1170. var endtime = this.$route.query.end_time
  1171. this.end_time = endtime
  1172. var good_type = parseInt(this.$route.query.good_type)
  1173. this.good_type = good_type
  1174. var keyword = this.$route.query.keyword
  1175. this.keyword = keyword
  1176. this.page = parseInt(this.$route.query.page)
  1177. this.limit = parseInt(this.$route.query.limit)
  1178. this.getStorehouseList()
  1179. this.getlist()
  1180. }
  1181. }
  1182. </script>
  1183. <style rel="stylesheet/scss" lang="scss" scoped>
  1184. .print_main_content {
  1185. background-color: white;
  1186. max-width: 1500px;
  1187. margin: 0 auto;
  1188. padding: 0 0 20px 0;
  1189. .order_title_panl {
  1190. text-align: center;
  1191. .main_title {
  1192. font-size: 18px;
  1193. line-height: 40px;
  1194. font-weight: 500;
  1195. }
  1196. }
  1197. .table_panel {
  1198. .table {
  1199. width: 100%;
  1200. border: 1px solid;
  1201. border-collapse: collapse;
  1202. padding: 2px;
  1203. thead {
  1204. tr {
  1205. td {
  1206. border: 1px solid;
  1207. text-align: center;
  1208. font-size: 14px;
  1209. padding: 15px 5px;
  1210. }
  1211. }
  1212. }
  1213. tbody {
  1214. tr {
  1215. td {
  1216. border: 1px solid;
  1217. text-align: center;
  1218. font-size: 14px;
  1219. padding: 10px 5px;
  1220. white-space: pre-line;
  1221. .proj {
  1222. padding: 5px 0;
  1223. text-align: left;
  1224. .proj_title {
  1225. font-size: 16px;
  1226. font-weight: 500;
  1227. line-height: 25px;
  1228. }
  1229. .proj_item {
  1230. font-size: 15px;
  1231. line-height: 20px;
  1232. .zone_name {
  1233. font-weight: 500;
  1234. }
  1235. }
  1236. }
  1237. }
  1238. }
  1239. }
  1240. }
  1241. }
  1242. }
  1243. </style>