purchaseNewDrugQuery.vue 52KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631
  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. :picker-options="pickerOptions"
  21. :clearable="false"
  22. ></el-date-picker>
  23. <span>-</span>
  24. <el-date-picker
  25. size="small"
  26. v-model="end_time"
  27. prefix-icon="el-icon-date"
  28. :editable="false"
  29. style="width: 150px;"
  30. type="date"
  31. placeholder="选择日期时间"
  32. align="right"
  33. format="yyyy-MM-dd"
  34. value-format="yyyy-MM-dd"
  35. :picker-options="pickerOptions"
  36. :clearable="false"
  37. ></el-date-picker>
  38. <el-button type="primary" icon="el-icon-search" @click="getDrugQuery">查询</el-button>
  39. <span style="font-size:14px;color:#606266">药品类型:</span>
  40. <el-select v-model="good_type" style="width:200px;margin-right:10px;" placeholder="请选择"
  41. filterable
  42. @change="changeGoodTypeName">
  43. <el-option
  44. v-for="item in drugTypeList"
  45. :key="item.value"
  46. :label="item.name"
  47. :value="item.value">
  48. </el-option>
  49. </el-select>
  50. <el-input v-model="keyword" style="width:200px" placeholder="请输入药品名称或生产厂商" ></el-input>
  51. <el-button type="primary" icon="el-icon-search" @click="seach">搜索</el-button>
  52. </div>
  53. <div>
  54. <!-- <el-button type="primary" @click="toOverCount">调试</el-button> -->
  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,300,400,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,getPurchaseNewDrugQuery,getDrugOverCount } 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() < 1667491200000
  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. getPurchaseNewDrugQuery(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. if(this.org_id !=10210 && this.org_id!=0 && this.org_id !=10402 && this.org_id !=10215){
  347. // 新版
  348. if(list[i].new_drug_in_flow_info!=null && list[i].new_drug_in_flow_info.length>0){
  349. for(let j=0;j<list[i].new_drug_in_flow_info.length;j++){
  350. if(list[i].max_unit == list[i].new_drug_in_flow_info[j].max_unit){
  351. list[i].new_drug_in_flow_info[j].count = list[i].new_drug_in_flow_info[j].count * list[i].min_number
  352. }
  353. }
  354. }
  355. if(list[i].new_drug_cancel_flow_info!=null && list[i].new_drug_cancel_flow_info.length>0){
  356. for(let j=0;j<list[i].new_drug_cancel_flow_info.length;j++){
  357. if(list[i].max_unit == list[i].new_drug_cancel_flow_info[j].max_unit){
  358. list[i].new_drug_cancel_flow_info[j].count = list[i].new_drug_cancel_flow_info[j].count * list[i].min_number
  359. }
  360. }
  361. }
  362. if(list[i].new_drug_no_profit_flow_info!=null && list[i].new_drug_no_profit_flow_info.length>0){
  363. for(let j=0;j<list[i].new_drug_no_profit_flow_info.length;j++){
  364. if(list[i].max_unit == list[i].new_drug_no_profit_flow_info[j].max_unit){
  365. list[i].new_drug_no_profit_flow_info[j].count = list[i].new_drug_no_profit_flow_info[j].count * list[i].min_number
  366. }
  367. }
  368. }
  369. if(list[i].new_drug_out_flow_info!=null && list[i].new_drug_out_flow_info.length>0){
  370. for(let j=0;j<list[i].new_drug_out_flow_info.length;j++){
  371. if(list[i].max_unit == list[i].new_drug_out_flow_info[j].max_unit){
  372. list[i].new_drug_out_flow_info[j].count = list[i].new_drug_out_flow_info[j].count * list[i].min_number
  373. }
  374. }
  375. }
  376. if(list[i].new_drug_profit_flow_info!=null && list[i].new_drug_profit_flow_info.length>0){
  377. for(let j=0;j<list[i].new_drug_profit_flow_info.length;j++){
  378. if(list[i].max_unit == list[i].new_drug_profit_flow_info[j].max_unit){
  379. list[i].new_drug_profit_flow_info[j].count = list[i].new_drug_profit_flow_info[j].count * list[i].min_number
  380. }
  381. }
  382. }
  383. }
  384. }
  385. console.log("list23323223322332232323322323wode",list)
  386. for(let i=0;i<list.length;i++){
  387. list[i].last_price_in = 0
  388. list[i].drugAddOne= 0
  389. list[i].drugOutOne =0
  390. if(this.org_id ==10210 || this.org_id ==10402 || this.org_id ==10215 || this.org_id == 0 || this.org_id ==10191){
  391. list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
  392. }else{
  393. list[i].drugIn = this.GetInitStartFlow(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
  394. }
  395. list[i].over_count_one = this.GetInitStartFlowOne(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
  396. list[i].drugInMoney = list[i].last_price
  397. if(this.org_id == 0 || this.org_id == 10697){
  398. list[i].drugSaleMoney = (list[i].over_count_one * list[i].last_price).toFixed(2)
  399. }else{
  400. list[i].drugSaleMoney = "/"
  401. }
  402. list[i].drugAdd = this.drugAddInfo(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
  403. list[i].drugAddOne = this.drugAddInfoOne(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
  404. if(this.org_id == 0 || this.org_id == 10697){
  405. list[i].drugAddPrice = list[i].last_price
  406. list[i].drugAddSalePrice = (list[i].last_price *list[i].drugAddOne).toFixed(2)
  407. }else{
  408. list[i].drugAddPrice = "/"
  409. list[i].drugAddSalePrice = "/"
  410. }
  411. 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)
  412. 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)
  413. if(this.org_id == 0 || this.org_id == 10697){
  414. list[i].drugOutPrice = list[i].retail_price
  415. list[i].drugOutSalePrice = (list[i].drugOutOne * list[i].retail_price).toFixed(2)
  416. }else{
  417. list[i].drugOutPrice = "/"
  418. list[i].drugOutSalePrice = "/"
  419. }
  420. if(this.org_id == 10265 || this.org_id ==10210 || this.org_id==10402 || this.org_id ==10215){
  421. list[i].overDrug = this.GetDrugEndFlow(list[i].DrugEndFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
  422. }else{
  423. list[i].overDrug = this.GetDrugOver(list[i].over_count_one,list[i].drugAddOne,list[i].drugOutOne,list[i].min_number,list[i].min_unit,list[i].max_unit)
  424. }
  425. list[i].overDrugOne = this.GetDrugOverOne(list[i].over_count_one,list[i].drugAddOne,list[i].drugOutOne,list[i].min_number,list[i].min_unit,list[i].max_unit)
  426. if(this.org_id == 0 || this.org_id == 10697){
  427. list[i].overDrugPrice = list[i].retail_price
  428. list[i].oveDrugSaleMoney = (list[i].overDrugOne * list[i].retail_price).toFixed(2)
  429. }else{
  430. list[i].overDrugPrice = "/"
  431. list[i].oveDrugSaleMoney = "/"
  432. }
  433. }
  434. this.tableList = list;
  435. this.total = response.data.data.total
  436. this.manufacturerList = response.data.data.manufacturerList
  437. var drugTypeList = response.data.data.drugTypeList
  438. var obj = {value:0,name:"全部"}
  439. this.drugTypeList.push(obj)
  440. for(let i=0;i<drugTypeList.length;i++){
  441. this.drugTypeList.push(drugTypeList[i])
  442. }
  443. }
  444. })
  445. },
  446. getManufacturName(id){
  447. var manufacturer_name = ""
  448. for(let i=0;i<this.manufacturerList.length;i++){
  449. if(id == this.manufacturerList[i].id){
  450. manufacturer_name = this.manufacturerList[i].manufacturer_name
  451. }
  452. }
  453. return manufacturer_name
  454. },
  455. handleSizeChange(val) {
  456. this.drugTypeList = []
  457. this.limit = val;
  458. this.getlist()
  459. },
  460. handleCurrentChange(val) {
  461. this.page = val;
  462. this.drugTypeList = []
  463. this.getlist()
  464. },
  465. seach(){
  466. this.drugTypeList = []
  467. this.houseList= []
  468. this.getlist()
  469. },
  470. getDrugTypeName(id){
  471. var type_name = ""
  472. for(let i=0;i<this.drugTypeList.length;i++){
  473. if(id == this.drugTypeList[i].value){
  474. type_name = this.drugTypeList[i].name
  475. }
  476. }
  477. return type_name
  478. },
  479. getHouseName(id){
  480. var storehouse_name = ""
  481. for(let i=0;i<this.houseList.length;i++){
  482. if(id == this.houseList[i].id){
  483. storehouse_name = this.houseList[i].storehouse_name
  484. }
  485. }
  486. return storehouse_name
  487. },
  488. getTime(val) {
  489. if(val < 0){
  490. return ""
  491. }
  492. if(val == ""){
  493. return ""
  494. }else {
  495. return uParseTime(val, '{y}-{m}-{d}')
  496. }
  497. },
  498. getName(id){
  499. var name = ""
  500. for(let i=0;i<this.patientList.length;i++){
  501. if(id == this.patientList[i].id){
  502. name = this.patientList[i].name
  503. }
  504. }
  505. return name
  506. },
  507. endTimeChange(){
  508. this.drugTypeList = []
  509. this.getlist()
  510. },
  511. startTimeChange(){
  512. this.drugTypeList = []
  513. this.getlist()
  514. },
  515. getDrugWarehouseInfoOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
  516. var total = 0
  517. var totalOne =0
  518. var totalTwo = 0
  519. var totalthree= 0
  520. var totalfour = 0
  521. var totalfive = 0
  522. var max_str = "";
  523. var min_str = "";
  524. if(arr!=null && arr.length > 0){
  525. for(let i=0;i<arr.length;i++){
  526. totalOne += arr[i].count
  527. }
  528. }
  529. if(arr2!=null && arr2.length > 0){
  530. for(let i=0;i<arr2.length;i++){
  531. totalTwo += arr2[i].count
  532. }
  533. }
  534. if(arr3!=null && arr3.length > 0){
  535. for(let i=0;i<arr3.length;i++){
  536. totalthree += arr3[i].count
  537. }
  538. }
  539. if(arr4!=null && arr4.length > 0){
  540. for(let i=0;i<arr4.length;i++){
  541. totalfour += arr4[i].count
  542. }
  543. }
  544. if(arr5!=null && arr5.length > 0){
  545. for(let i=0;i<arr5.length;i++){
  546. totalfive += arr5[i].count
  547. }
  548. }
  549. // console.log("totalONE223323232323232",totalOne)
  550. // console.log("totalTwo2oo2o32o3o32o23",totalTwo)
  551. // console.log("totalfive",totalfive)
  552. // console.log("00-------------------------")
  553. total = totalOne - totalTwo + totalthree - totalfour + totalfive
  554. if (total < min_number) {
  555. min_str = total + min_unit;
  556. }
  557. if (total == 0) {
  558. min_str = "";
  559. max_str = "";
  560. }
  561. if (total >= min_number) {
  562. if (parseInt(total / min_number) != 0) {
  563. max_str = parseInt(total / min_number) + max_unit;
  564. }
  565. if (total % min_number != 0) {
  566. min_str = (total % min_number) + min_unit;
  567. }
  568. }
  569. console.log("max_str",max_str)
  570. console.log("min_str",min_str)
  571. if(max_str == "" && min_str == ""){
  572. return "0"
  573. }else{
  574. return max_str + min_str
  575. }
  576. },
  577. getDrugWarehouseInfo(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
  578. var total = 0
  579. var total_one= 0
  580. var total_two = 0
  581. var total_three = 0
  582. var total_four = 0
  583. var total_five = 0
  584. var max_str = "";
  585. var min_str = "";
  586. if(arr!=null && arr.length > 0){
  587. for(let i=0;i<arr.length;i++){
  588. total_one += arr[i].count
  589. }
  590. }
  591. if(arr4!=null && arr4.length > 0){
  592. for(let i=0;i<arr4.length;i++){
  593. total_four += arr4[i].count
  594. }
  595. }
  596. if(arr2!=null && arr2.length > 0){
  597. for(let i=0;i<arr2.length;i++){
  598. total_two+= arr2[i].count
  599. }
  600. }
  601. if(arr3!=null && arr3.length >0){
  602. for(let i=0;i<arr3.length;i++){
  603. total_three +=arr3[i].count
  604. }
  605. }
  606. if(arr5!=null && arr5.length >0){
  607. for(let i=0;i<arr5.length;i++){
  608. total_five +=arr5[i].count
  609. }
  610. }
  611. total = total_one - total_four +total_two - total_three + total_five
  612. if(total < 0){
  613. total = 0
  614. }
  615. if (total < min_number) {
  616. min_str = total + min_unit;
  617. }
  618. if (total == 0) {
  619. min_str = "";
  620. max_str = "";
  621. }
  622. if (total >= min_number) {
  623. if (parseInt(total / min_number) != 0) {
  624. max_str = parseInt(total / min_number) + max_unit;
  625. }
  626. if (total % min_number != 0) {
  627. min_str = (total % min_number) + min_unit;
  628. }
  629. }
  630. if(max_str == "" && min_str == ""){
  631. return "0"
  632. }else{
  633. return max_str + min_str;
  634. }
  635. },
  636. getDrugWarehouseInfoStart(arr,min_number,min_unit,max_unit,outArr){
  637. var total = 0
  638. var add_total = 0
  639. var out_total = 0
  640. var max_str = "";
  641. var min_str = "";
  642. if(arr!=null &&arr.length > 0){
  643. for(let i=0;i<arr.length;i++){
  644. add_total += arr[i].warehousing_count
  645. }
  646. }
  647. if(outArr.length > 0){
  648. for(let i=0;i<outArr.length;i++){
  649. out_total+= outArr[i].count
  650. }
  651. }
  652. total = add_total - out_total
  653. if (total < min_number) {
  654. min_str = total + min_unit;
  655. }
  656. if (total == 0) {
  657. min_str = "";
  658. max_str = "";
  659. }
  660. if (total >= min_number) {
  661. if (parseInt(total / min_number) != 0) {
  662. max_str = parseInt(total / min_number) + max_unit;
  663. }
  664. if (total % min_number != 0) {
  665. min_str = (total % min_number) + min_unit;
  666. }
  667. }
  668. return max_str + min_str;
  669. },
  670. getDrugWarehouseInfoMoneyStart(arr,min_number,min_unit,max_unit,last_price,outArr){
  671. var total = 0
  672. var min_str = 0
  673. var max_str = 0
  674. var addTotal = 0
  675. var outTotal = 0
  676. var total_price = 0
  677. if(arr.length > 0){
  678. for(let i=0;i<arr.length;i++){
  679. addTotal += arr[i].warehousing_count
  680. }
  681. }
  682. if(outArr.length > 0){
  683. for(let i=0;i<outArr.length;i++){
  684. outTotal += outArr[i].count
  685. }
  686. }
  687. total = addTotal - outTotal
  688. if (total < min_number) {
  689. min_str = total
  690. }
  691. if (total >= min_number) {
  692. if (parseInt(total / min_number) != 0) {
  693. max_str = parseInt(total / min_number);
  694. }
  695. if (total % min_number != 0) {
  696. min_str = (total % min_number);
  697. }
  698. }
  699. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  700. return total_price
  701. },
  702. getDrugWarehouseInfoMoney(arr,min_number,min_unit,max_unit,last_price){
  703. var total = 0
  704. var min_str = 0
  705. var max_str = 0
  706. var total_price = 0
  707. if(arr.length > 0){
  708. for(let i=0;i<arr.length;i++){
  709. total += arr[i].stock_max_number + arr[i].stock_min_number
  710. }
  711. }
  712. if (total < min_number) {
  713. min_str = total
  714. }
  715. if (total >= min_number) {
  716. if (parseInt(total / min_number) != 0) {
  717. max_str = parseInt(total / min_number);
  718. }
  719. if (total % min_number != 0) {
  720. min_str = (total % min_number);
  721. }
  722. }
  723. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  724. return total_price
  725. },
  726. getDrugWarehouseInfoStockAdd(arr,min_number,min_unit,max_unit){
  727. var total = 0
  728. var max_str = "";
  729. var min_str = "";
  730. if(arr.length > 0){
  731. for(let i=0;i<arr.length;i++){
  732. total += arr[i].warehousing_count
  733. }
  734. }
  735. if (total < min_number) {
  736. min_str = total + min_unit;
  737. }
  738. if (total == 0) {
  739. min_str = "";
  740. max_str = "";
  741. }
  742. if (total >= min_number) {
  743. if (parseInt(total / min_number) != 0) {
  744. max_str = parseInt(total / min_number) + max_unit;
  745. }
  746. if (total % min_number != 0) {
  747. min_str = (total % min_number) + min_unit;
  748. }
  749. }
  750. return max_str + min_str;
  751. },
  752. getDrugWarehouseInfoaddMoney(arr,min_number,min_unit,max_unit,last_price){
  753. var total = 0
  754. var min_str = 0
  755. var max_str = 0
  756. var total_price = 0
  757. if(arr.length > 0){
  758. for(let i=0;i<arr.length;i++){
  759. total += arr[i].warehousing_count
  760. }
  761. }
  762. if (total < min_number) {
  763. min_str = total
  764. }
  765. if (total >= min_number) {
  766. if (parseInt(total / min_number) != 0) {
  767. max_str = parseInt(total / min_number);
  768. }
  769. if (total % min_number != 0) {
  770. min_str = (total % min_number);
  771. }
  772. }
  773. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  774. return total_price
  775. },
  776. getDrugInMoneyOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
  777. var totalOne = 0
  778. var totalTwo =0
  779. var total_three = 0
  780. var total_four = 0
  781. var totalFive = 0
  782. var total_price = 0
  783. if(arr!=null&&arr.length > 0){
  784. for(let i=0;i<arr.length;i++){
  785. totalOne += (arr[i].count/min_number*arr[i].price) + arr[i].count*(arr[i].price%min_number)
  786. }
  787. }
  788. if(arr2!=null&&arr2.length > 0){
  789. for(let i=0;i<arr2.length;i++){
  790. totalTwo += ((arr2[i].count/min_number) * arr2[i].price) + ((arr2[i].count%min_number)*(arr2[i].price/min_number))
  791. }
  792. }
  793. if(arr3!=null&&arr3.length > 0){
  794. for(let i=0;i<arr3.length;i++){
  795. total_three+=arr3[i].count* arr3[i].xt_drug_warehouse_info.retail_price
  796. }
  797. }
  798. if(arr4!=null&&arr4.length > 0){
  799. for(let i=0;i<arr4.length;i++){
  800. total_four+=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  801. }
  802. }
  803. if(arr5!=null&&arr5.length > 0){
  804. for(let i=0;i<arr5.length;i++){
  805. totalFive += ((arr5[i].count/min_number) * arr5[i].price) + ((arr5[i].count%min_number)*(arr5[i].price/min_number))
  806. }
  807. }
  808. total_price =(totalOne - totalTwo + total_three - total_four + totalFive).toFixed(2)
  809. if(total_price >0){
  810. return total_price
  811. }else{
  812. return "0.00"
  813. }
  814. },
  815. getDrugInMoney(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
  816. var total_price = 0
  817. var total_one_price = 0
  818. var total_two_price = 0
  819. var total_four_price =0
  820. var total_three_price = 0
  821. var total_five_price = 0
  822. if(arr!=null&&arr.length > 0){
  823. for(let i=0;i<arr.length;i++){
  824. total_one_price += arr[i].count * (arr[i].price/min_number) + arr[i].count * (arr[i].price%min_number)
  825. }
  826. }
  827. if(arr4!=null && arr4.length > 0){
  828. for(let i=0;i<arr4.length;i++){
  829. // total_four_price +=arr4[i].count * arr4[i].xt_drug_warehouse_info.price/min_number
  830. total_four_price+= ((arr4[i].count/min_number) * arr4[i].price) + ((arr4[i].count%min_number)*(arr4[i].price/min_number))
  831. }
  832. }
  833. if(arr2!=null && arr2.length > 0){
  834. for(let i=0;i<arr2.length;i++){
  835. total_two_price += arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
  836. }
  837. }
  838. if(arr3!=null && arr3.length > 0){
  839. for(let i=0;i<arr3.length;i++){
  840. total_three_price += arr3[i].count * arr3[i].xt_drug_warehouse_info.price/min_number
  841. }
  842. }
  843. if(arr5!=null && arr5.length > 0){
  844. for(let i=0;i<arr5.length;i++){
  845. total_five_price += arr5[i].count * arr5[i].xt_drug_warehouse_info.price/min_number
  846. }
  847. }
  848. total_price = total_one_price - total_four_price + total_two_price - total_three_price + total_five_price
  849. if(total_price > 0){
  850. return total_price.toFixed(2)
  851. }else{
  852. return "0.00"
  853. }
  854. },
  855. getSaleMoney(arr,arr4,min_number,min_unit,max_unit,arr2,arr3,arr5){
  856. var total_price = 0
  857. var total_price_one = 0
  858. var total_price_two = 0
  859. var total_price_four = 0
  860. var total_price_three =0
  861. var total_price_five = 0
  862. if(arr!=null&&arr.length > 0){
  863. for(let i=0;i<arr.length;i++){
  864. total_price_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
  865. }
  866. }
  867. if(arr4!=null && arr4.length>0){
  868. for(let i=0;i<arr4.length > 0;i++){
  869. total_price_four += arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  870. }
  871. }
  872. if(arr2!=null && arr2.length > 0){
  873. for(let i=0;i<arr2.length;i++){
  874. total_price_two += arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
  875. }
  876. }
  877. if(arr3!=null && arr3.length > 0){
  878. for(let i=0;i<arr3.length;i++){
  879. total_price_three += arr3[i].count * arr3[i].xt_drug_warehouse_info.retail_price
  880. }
  881. }
  882. if(arr5!=null && arr5.length > 0){
  883. for(let i=0;i<arr5.length;i++){
  884. total_price_five += arr5[i].count * arr5[i].xt_drug_warehouse_info.retail_price
  885. }
  886. }
  887. total_price = total_price_one - total_price_four + total_price_two - total_price_three + total_price_five
  888. if(total_price >0){
  889. return total_price.toFixed(2)
  890. }else{
  891. return "0.00"
  892. }
  893. },
  894. getSaleMoneyOne(arr,min_number,min_unit,max_unit,arr2,arr3,arr4,arr5){
  895. var totalOne = 0
  896. var totalTwo =0
  897. var total_price = 0
  898. var total_three= 0
  899. var total_four = 0
  900. var total_five = 0
  901. if(arr!=null&&arr.length > 0){
  902. for(let i=0;i<arr.length;i++){
  903. totalOne += arr[i].count*arr[i].xt_drug_warehouse_info.retail_price
  904. }
  905. }
  906. if(arr2!=null&&arr2.length > 0){
  907. for(let i=0;i<arr2.length;i++){
  908. totalTwo += arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
  909. }
  910. }
  911. if(arr3!=null&&arr3.length > 0){
  912. for(let i=0;i<arr3.length;i++){
  913. total_three+=arr3[i].count* arr3[i].xt_drug_warehouse_info.retail_price
  914. }
  915. }
  916. if(arr4!=null&&arr4.length > 0){
  917. for(let i=0;i<arr4.length;i++){
  918. total_four+=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  919. }
  920. }
  921. if(arr5!=null&&arr5.length > 0){
  922. for(let i=0;i<arr5.length;i++){
  923. total_five+=arr5[i].count * arr5[i].xt_drug_warehouse_info.retail_price
  924. }
  925. }
  926. // console.log("total_one",totalOne)
  927. // console.log("totalTwo",totalTwo)
  928. // console.log("total_three",total_three)
  929. // console.log("total_four",total_four)
  930. // console.log("total_pricewode",(totalOne - totalTwo+total_three - total_four).toFixed(2))
  931. total_price =(totalOne - totalTwo+total_three - total_four + total_five).toFixed(2)
  932. if(total_price > 0){
  933. return total_price
  934. }else{
  935. return "0.00"
  936. }
  937. },
  938. getDrugWarehouseOutInfo(arr,min_number,min_unit,max_unit){
  939. var total = 0
  940. var max_str = "";
  941. var min_str = "";
  942. if(arr.length > 0){
  943. for(let i=0;i<arr.length;i++){
  944. total += arr[i].count
  945. }
  946. }
  947. if (total < min_number) {
  948. min_str = total + min_unit;
  949. }
  950. if (total == 0) {
  951. min_str = "";
  952. max_str = "";
  953. }
  954. if (total >= min_number) {
  955. if (parseInt(total / min_number) != 0) {
  956. max_str = parseInt(total / min_number) + max_unit;
  957. }
  958. if (total % min_number != 0) {
  959. min_str = (total % min_number) + min_unit;
  960. }
  961. }
  962. return max_str + min_str;
  963. },
  964. getDrugWarehouseOutMoney(arr,min_number,min_unit,max_unit,last_price){
  965. var total = 0
  966. var min_str = 0
  967. var max_str = 0
  968. var total_price = 0
  969. if(arr.length > 0){
  970. for(let i=0;i<arr.length;i++){
  971. total += arr[i].count
  972. }
  973. }
  974. if (total < min_number) {
  975. min_str = total
  976. }
  977. if (total >= min_number) {
  978. if (parseInt(total / min_number) != 0) {
  979. max_str = parseInt(total / min_number);
  980. }
  981. if (total % min_number != 0) {
  982. min_str = (total % min_number);
  983. }
  984. total_price = (max_str * last_price + min_str*(last_price/min_number)).toFixed(2)
  985. return total_price
  986. }
  987. },
  988. open(){
  989. // this.start_time = moment().year(2022).month(10).date(4).format('YYYY-MM-DD')
  990. this.start_time = moment().startOf('month').format('YYYY-MM-DD')
  991. this.end_time = moment(new Date()).add('year',0).format("YYYY-MM-DD")
  992. this.houseList= []
  993. this.drugTypeList = []
  994. this.getStorehouseList()
  995. this.getlist()
  996. },
  997. drugAddInfo(arr,min_number,min_unit,max_unit,arr2){
  998. var total = 0
  999. var totalone = 0
  1000. var totaltwo = 0
  1001. var max_str = "";
  1002. var min_str = "";
  1003. if(arr!=null && arr.length > 0){
  1004. for(let i=0;i<arr.length;i++){
  1005. totalone += arr[i].count
  1006. }
  1007. }
  1008. if(arr2!=null && arr2.length >0){
  1009. for(let i=0;i<arr2.length;i++){
  1010. totaltwo += arr2[i].count
  1011. }
  1012. }
  1013. total = totalone + totaltwo
  1014. if (total < min_number) {
  1015. min_str = total + min_unit;
  1016. }
  1017. if (total == 0) {
  1018. min_str = "";
  1019. max_str = "";
  1020. }
  1021. if (total >= min_number) {
  1022. if (parseInt(total / min_number) != 0) {
  1023. max_str = parseInt(total / min_number) + max_unit;
  1024. }
  1025. if (total % min_number != 0) {
  1026. min_str = (total % min_number) + min_unit;
  1027. }
  1028. }
  1029. if(max_str == "" && min_str == ""){
  1030. return "0"
  1031. }else{
  1032. return max_str + min_str
  1033. }
  1034. },
  1035. drugAddInfoOne(arr,min_number,min_unit,max_unit,arr2){
  1036. var total = 0
  1037. var totalone = 0
  1038. var totaltwo = 0
  1039. var max_str = "";
  1040. var min_str = "";
  1041. if(arr!=null && arr.length > 0){
  1042. for(let i=0;i<arr.length;i++){
  1043. totalone += arr[i].count
  1044. }
  1045. }
  1046. if(arr2!=null && arr2.length >0){
  1047. for(let i=0;i<arr2.length;i++){
  1048. totaltwo += arr2[i].count
  1049. }
  1050. }
  1051. total = totalone + totaltwo
  1052. return total
  1053. },
  1054. getdrugAddPrice(arr,min_number,min_unit,max_unit,arr2){
  1055. var total = 0
  1056. var totalone =0
  1057. var totaltwo = 0
  1058. var total_price = 0
  1059. if(arr!=null&&arr.length > 0){
  1060. for(let i=0;i<arr.length;i++){
  1061. totalone += arr[i].count * arr[i].xt_drug_warehouse_info.price/min_number
  1062. }
  1063. }
  1064. if(arr2!=null && arr2.length > 0){
  1065. for(let i=0;i<arr2.length;i++){
  1066. totaltwo +=arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
  1067. }
  1068. }
  1069. total = totalone + totaltwo
  1070. total_price =total.toFixed(2)
  1071. return total_price
  1072. },
  1073. drugAddSalePrice(arr,min_number,min_unit,max_unit,arr2){
  1074. var total = 0
  1075. var total_one = 0
  1076. var total_two = 0
  1077. var total_price = 0
  1078. if(arr!=null&&arr.length > 0){
  1079. for(let i=0;i<arr.length;i++){
  1080. total_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
  1081. }
  1082. }
  1083. if(arr2!=null&&arr2.length > 0){
  1084. for(let i=0;i<arr2.length;i++){
  1085. total_two +=arr2[i].count * arr2[i].xt_drug_warehouse_info.retail_price
  1086. }
  1087. }
  1088. total = total_one + total_two
  1089. total_price = total.toFixed(2)
  1090. return total_price
  1091. },
  1092. getDrugOut(arr,min_number,min_unit,max_unit,arr2,arr3){
  1093. var total = 0
  1094. var totalone = 0
  1095. var totaltwo = 0
  1096. var totalthree = 0
  1097. var min_str = ""
  1098. var max_str = ""
  1099. if(arr!=null&&arr.length > 0){
  1100. for(let i=0;i<arr.length;i++){
  1101. totalone +=arr[i].count
  1102. }
  1103. }
  1104. if(arr2!=null && arr2.length>0){
  1105. for(let i=0;i<arr2.length;i++){
  1106. totaltwo +=arr2[i].count
  1107. }
  1108. }
  1109. if(arr3!=null && arr3.length>0){
  1110. for(let i=0;i<arr3.length;i++){
  1111. totalthree +=arr3[i].count
  1112. }
  1113. }
  1114. console.log("出库ssssssssssssssss",totalone)
  1115. console.log("盘亏",totaltwo)
  1116. console.log("退库22222222222",totalthree)
  1117. total = totalone + totaltwo - totalthree
  1118. console.log("剩余阿道夫阿道夫阿道夫",total)
  1119. if (total < min_number) {
  1120. min_str = total + min_unit;
  1121. }
  1122. if (total == 0) {
  1123. min_str = "";
  1124. max_str = "";
  1125. }
  1126. if (total >= min_number) {
  1127. if (parseInt(total / min_number) != 0) {
  1128. max_str = parseInt(total / min_number) + max_unit;
  1129. }
  1130. if (total % min_number != 0) {
  1131. min_str = (total % min_number) + min_unit;
  1132. }
  1133. }
  1134. if(max_str == "" && min_str == ""){
  1135. return "0"
  1136. }else{
  1137. return max_str + min_str;
  1138. }
  1139. },
  1140. getDrugOutOne(arr,min_number,min_unit,max_unit,arr2,arr3){
  1141. var total = 0
  1142. var totalone = 0
  1143. var totaltwo = 0
  1144. var totalthree = 0
  1145. var min_str = ""
  1146. var max_str = ""
  1147. if(arr!=null&&arr.length > 0){
  1148. for(let i=0;i<arr.length;i++){
  1149. totalone +=arr[i].count
  1150. }
  1151. }
  1152. if(arr2!=null && arr2.length>0){
  1153. for(let i=0;i<arr2.length;i++){
  1154. totaltwo +=arr2[i].count
  1155. }
  1156. }
  1157. if(arr3!=null && arr3.length>0){
  1158. for(let i=0;i<arr3.length;i++){
  1159. totalthree +=arr3[i].count
  1160. }
  1161. }
  1162. total = totalone + totaltwo - totalthree
  1163. return total
  1164. },
  1165. getDrugOutPrice(arr,min_number,min_unit,max_unit,arr2,arr3){
  1166. var total_price = 0
  1167. var total_one_price =0
  1168. var total_two_price = 0
  1169. var total_three_price = 0
  1170. var total = 0
  1171. var total_two = 0
  1172. var total_three = 0
  1173. if(arr!=null&&arr.length > 0){
  1174. for(let i=0;i<arr.length;i++){
  1175. total_one_price += arr[i].count * (arr[i].xt_drug_warehouse_info.price/min_number)
  1176. total += arr[i].count
  1177. }
  1178. }
  1179. if(arr2!=null && arr2.length>0){
  1180. for(let i=0;i<arr2.length;i++){
  1181. total_two_price +=arr2[i].count * arr2[i].xt_drug_warehouse_info.price/min_number
  1182. total_two +=arr2[i].count
  1183. }
  1184. }
  1185. if(arr3!=null && arr3.length>0){
  1186. for(let i=0;i<arr3.length;i++){
  1187. total_three_price +=arr3[i].count * arr3[i].xt_drug_warehouse_info.price/min_number
  1188. total_three +=arr3[i].count
  1189. }
  1190. }
  1191. total_price = total_one_price + total_two_price - total_three_price
  1192. if(total_price > 0){
  1193. return total_price.toFixed(2)
  1194. }else{
  1195. return "0.00"
  1196. }
  1197. },
  1198. getDrugOutSaleprice(arr,min_number,min_unit,max_unit,arr3,arr4){
  1199. var total_price = 0
  1200. var total_price_one = 0
  1201. var total_price_two = 0
  1202. var total_price_three = 0
  1203. if(arr!=null&&arr.length > 0){
  1204. for(let i=0;i<arr.length;i++){
  1205. total_price_one += arr[i].count * arr[i].xt_drug_warehouse_info.retail_price
  1206. }
  1207. }
  1208. if(arr3!=null && arr3.length >0){
  1209. for(let i=0;i<arr3.length;i++){
  1210. total_price_two +=arr3[i].count * arr3[i].xt_drug_warehouse_info.retail_price
  1211. }
  1212. }
  1213. if(arr4!=null && arr4.length >0){
  1214. for(let i=0;i<arr4.length;i++){
  1215. total_price_three +=arr4[i].count * arr4[i].xt_drug_warehouse_info.retail_price
  1216. }
  1217. }
  1218. total_price = total_price_one + total_price_two - total_price_three
  1219. if(total_price > 0){
  1220. return total_price.toFixed(2)
  1221. }else{
  1222. return "0.00"
  1223. }
  1224. },
  1225. toPrint(){
  1226. this.$router.push({path:"/drugs/purchase/new/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})
  1227. },
  1228. exportList: function() {
  1229. for(let i=0;i<this.tableList.length;i++){
  1230. this.tableList[i].index = i+1
  1231. this.tableList[i].query_date = this.start_time+"~"+this.end_time
  1232. this.tableList[i].good_type = this.getDrugTypeName(this.tableList[i].drug_type)
  1233. this.tableList[i].manufacturer_name = this.getManufacturName(this.tableList[i].manufacturer)
  1234. this.tableList[i].dealer_name = this.getDearName(this.tableList[i].dealer)
  1235. 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
  1236. // this.tableList[i].drugInMoney = this.tableList[i].last_price
  1237. }
  1238. import('@/vendor/Export2Excel').then(excel => {
  1239. const multiHeader = [['序号', '查询日期',' 药品类型','药品名称','规格&单位','生产产商','经销商', '期初结余' , '', '', '本期增加', '', '', '本期减少' , '', '', '期末结余' , '', '']]
  1240. const header = ['', '','','','','','', '数量', '进货金额', '销售金额', '数量', '进货金额', '销售金额', '数量', '进货金额', '销售金额', '数量', '进货金额', '销售金额']
  1241. const merges = ['A1:A2', 'B1:B2','C1:C2','D1:D2','E1:E2','F1:F2','G1:G2','H1:J1', 'K1:M1', 'N1:P1', 'Q1:S1']
  1242. 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']
  1243. const data = this.formatJson(filterVal, this.tableList)
  1244. const filename = '药品进销存查询'
  1245. excel.export_json_to_excel({
  1246. multiHeader,
  1247. header,
  1248. merges,
  1249. data,
  1250. filename
  1251. })
  1252. })
  1253. },
  1254. formatJson(filterVal, jsonData) {
  1255. return jsonData.map(v => filterVal.map(j => v[j]));
  1256. },
  1257. GetDrugStartFlow(total,min_number,min_unit,max_unit){
  1258. var min_str = ""
  1259. var max_str = ""
  1260. if (total < min_number) {
  1261. min_str = total + min_unit;
  1262. }
  1263. if (total == 0) {
  1264. min_str = "";
  1265. max_str = "";
  1266. }
  1267. if (total >= min_number) {
  1268. if (parseInt(total / min_number) != 0) {
  1269. max_str = parseInt(total / min_number) + max_unit;
  1270. }
  1271. if (total % min_number != 0) {
  1272. min_str = (total % min_number) + min_unit;
  1273. }
  1274. }
  1275. if(max_str == "" && min_str == ""){
  1276. return "0"
  1277. }else{
  1278. return max_str + min_str;
  1279. }
  1280. },
  1281. GetDrugEndFlow(total,min_number,min_unit,max_unit){
  1282. var min_str = ""
  1283. var max_str = ""
  1284. if (total < min_number) {
  1285. min_str = total + min_unit;
  1286. }
  1287. if (total == 0) {
  1288. min_str = "";
  1289. max_str = "";
  1290. }
  1291. if (total >= min_number) {
  1292. if (parseInt(total / min_number) != 0) {
  1293. max_str = parseInt(total / min_number) + max_unit;
  1294. }
  1295. if (total % min_number != 0) {
  1296. min_str = (total % min_number) + min_unit;
  1297. }
  1298. }
  1299. if(max_str == "" && min_str == ""){
  1300. return "0"
  1301. }else{
  1302. return max_str + min_str;
  1303. }
  1304. },
  1305. toOverCount(){
  1306. getDrugOverCount().then(response=>{
  1307. if(response.data.state == 1){
  1308. var msg = response.data.data.msg
  1309. this.$message.success("调试成功")
  1310. }
  1311. })
  1312. },
  1313. getDearName(id){
  1314. var dear_name = ""
  1315. for(let i=0;i<this.dealerList.length;i++){
  1316. if(id == this.dealerList[i].id){
  1317. dear_name = this.dealerList[i].dealer_name
  1318. }
  1319. }
  1320. return dear_name
  1321. },
  1322. GetDrugOver(totalone,totaltwo,totalthree,min_number,min_unit,max_unit){
  1323. var total = 0
  1324. var min_str = ""
  1325. var max_str = ""
  1326. total = totalone + totaltwo - totalthree
  1327. // console.log("totoalone---------------",totalone)
  1328. // console.log("totaltwo------------",totaltwo)
  1329. // console.log("totalthree----------",totalthree)
  1330. if (total < min_number) {
  1331. min_str = total + min_unit;
  1332. }
  1333. if (total == 0) {
  1334. min_str = "";
  1335. max_str = "";
  1336. }
  1337. if (total >= min_number) {
  1338. if (parseInt(total / min_number) != 0) {
  1339. max_str = parseInt(total / min_number) + max_unit;
  1340. }
  1341. if (total % min_number != 0) {
  1342. min_str = (total % min_number) + min_unit;
  1343. }
  1344. }
  1345. if(max_str == "" && min_str == ""){
  1346. return "0"
  1347. }else{
  1348. return max_str + min_str;
  1349. }
  1350. },
  1351. GetDrugOverOne(totalone,totaltwo,totalthree,min_number,min_unit,max_unit){
  1352. var total = 0
  1353. total = totalone + totaltwo - totalthree
  1354. return total
  1355. },
  1356. GetInitStartFlow(val1,val2,val3,val4,val5,min_number,min_unit,max_unit){
  1357. var total_one =0
  1358. var total_two = 0
  1359. var total_three =0
  1360. var total_four =0
  1361. var total_five = 0
  1362. var total =0
  1363. var min_str = ""
  1364. var max_str = ""
  1365. if(val1!=null && val1.length>0){
  1366. for(let i=0;i<val1.length;i++){
  1367. total_one +=val1[i].count
  1368. }
  1369. }
  1370. if(val2!=null && val2.length>0){
  1371. for(let i=0;i<val2.length;i++){
  1372. total_two +=val2[i].count
  1373. }
  1374. }
  1375. console.log("val3",val3)
  1376. if(val3!=null && val3.length>0){
  1377. for(let i=0;i<val3.length;i++){
  1378. total_three +=val3[i].count
  1379. }
  1380. }
  1381. if(val4!=null && val4.length>0){
  1382. for(let i=0;i<val4.length;i++){
  1383. total_four +=val4[i].count
  1384. }
  1385. }
  1386. if(val5!=null && val5.length>0){
  1387. for(let i=0;i<val5.length;i++){
  1388. total_five +=val5[i].count
  1389. }
  1390. }
  1391. console.log("入库",total_one)
  1392. console.log("盘盈",total_two)
  1393. console.log("出库",total_three)
  1394. console.log("盘亏",total_four)
  1395. console.log("退库",total_five)
  1396. var total = total_one + total_two -total_three-total_four + total_five
  1397. if (total <=0) {
  1398. return 0
  1399. }else{
  1400. if (total < min_number) {
  1401. min_str = total + min_unit;
  1402. }
  1403. if (total == 0) {
  1404. min_str = "";
  1405. max_str = "";
  1406. }
  1407. if (total >= min_number) {
  1408. if (parseInt(total / min_number) != 0) {
  1409. max_str = parseInt(total / min_number) + max_unit;
  1410. }
  1411. if (total % min_number != 0) {
  1412. min_str = (total % min_number) + min_unit;
  1413. }
  1414. }
  1415. if(max_str == "" && min_str == ""){
  1416. return "0"
  1417. }else{
  1418. return max_str + min_str;
  1419. }
  1420. }
  1421. },
  1422. GetInitStartFlowOne(val1,val2,val3,val4,val5,min_number,min_unit,max_unit){
  1423. var total_one =0
  1424. var total_two = 0
  1425. var total_three =0
  1426. var total_four =0
  1427. var total_five = 0
  1428. var total =0
  1429. var min_str = ""
  1430. var max_str = ""
  1431. if(val1!=null && val1.length>0){
  1432. for(let i=0;i<val1.length;i++){
  1433. total_one +=val1[i].count
  1434. }
  1435. }
  1436. if(val2!=null && val2.length>0){
  1437. for(let i=0;i<val2.length;i++){
  1438. total_two +=val2[i].count
  1439. }
  1440. }
  1441. console.log("val3",val3)
  1442. if(val3!=null && val3.length>0){
  1443. for(let i=0;i<val3.length;i++){
  1444. total_three +=val3[i].count
  1445. }
  1446. }
  1447. if(val4!=null && val4.length>0){
  1448. for(let i=0;i<val4.length;i++){
  1449. total_four +=val4[i].count
  1450. }
  1451. }
  1452. if(val5!=null && val5.length>0){
  1453. for(let i=0;i<val5.length;i++){
  1454. total_five +=val5[i].count
  1455. }
  1456. }
  1457. console.log("入库",total_one)
  1458. console.log("盘盈",total_two)
  1459. console.log("出库",total_three)
  1460. console.log("盘亏",total_four)
  1461. console.log("退库",total_five)
  1462. var total = total_one + total_two -total_three-total_four + total_five
  1463. if(total>0){
  1464. return total
  1465. }else{
  1466. return 0
  1467. }
  1468. },
  1469. getDrugQuery(){
  1470. this.getlist()
  1471. }
  1472. }
  1473. }
  1474. </script>