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

purchaseDrugQuery.vue 42KB

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