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

drugStockOutOrderEdit.vue 45KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389
  1. <template>
  2. <div class="main-contain">
  3. <div class="position">
  4. <bread-crumb
  5. v-if="this.$route.query.type == 1"
  6. :crumbs="crumbs"
  7. ></bread-crumb>
  8. <bread-crumb
  9. v-if="this.$route.query.type == 2"
  10. :crumbs="crumbs2"
  11. ></bread-crumb>
  12. <div style="float: right">
  13. <el-button size="small" @click="back()" class="filter-item">取 消</el-button>
  14. <el-button
  15. size="small"
  16. type="primary"
  17. @click="submit()"
  18. v-if="is_check == 2 && parseInt(this.$route.query.is_sys) == 0"
  19. class="filter-item"
  20. >保 存</el-button
  21. >
  22. <el-button
  23. size="small"
  24. type="primary"
  25. v-if="is_check == 2 && parseInt(this.$route.query.is_sys) == 0"
  26. class="filter-item"
  27. @click="toCheck"
  28. >审 核</el-button
  29. >
  30. <el-button
  31. size="small"
  32. type="primary"
  33. v-if="is_check == 1 && parseInt(this.$route.query.is_sys) == 0"
  34. @click="toReturnCheck"
  35. class="filter-item"
  36. >反 审 核</el-button
  37. >
  38. </div>
  39. </div>
  40. <div class="app-container">
  41. <drugs-stock-dialog
  42. ref="dialog"
  43. :propForm="propForm"
  44. :visibility="isVisibility"
  45. v-on:dialog-comfirm="comfirm"
  46. v-on:dialog-cancle="cancle"
  47. >
  48. </drugs-stock-dialog>
  49. <div class="cell clearfix">
  50. <label class="title"
  51. ><span class="name"><span style="color: red">*</span>仓库</span>
  52. :</label
  53. >
  54. <el-select
  55. size="small"
  56. v-model="storehouse_id"
  57. filterable
  58. placeholder="请选择仓库"
  59. style="width: 200px"
  60. :disabled="true"
  61. >
  62. <el-option
  63. v-for="(option, index) in houstList"
  64. :key="index"
  65. :label="option.storehouse_name"
  66. :value="option.id"
  67. >
  68. </el-option>
  69. </el-select>
  70. <label class="title"><span class="name">出库时间</span> : </label>
  71. <el-date-picker
  72. :disabled="drug_show"
  73. size="small"
  74. v-model="warehouse_out_time"
  75. prefix-icon="el-icon-date"
  76. :editable="false"
  77. style="width: 200px"
  78. type="date"
  79. placeholder="选择日期时间"
  80. align="right"
  81. format="yyyy-MM-dd"
  82. value-format="yyyy-MM-dd"
  83. ></el-date-picker>
  84. </div>
  85. <el-form :rules="tableRules" :model="recordInfo" ref="tableForm">
  86. <el-table
  87. :data="recordInfo.recordData"
  88. :class="signAndWeighBoxPatients"
  89. style="width: 100%"
  90. border
  91. max-height="450"
  92. :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
  93. >
  94. <el-table-column align="center" width="230">
  95. <template slot="header" slot-scope="scope">
  96. <span>药品名称<span style="color: red">*</span></span>
  97. </template>
  98. <template slot-scope="scope">
  99. <el-form-item style="padding-top: 15px">
  100. <el-autocomplete
  101. class="checkSearch"
  102. popper-class="my-autocomplete"
  103. v-model="scope.row.drug_name"
  104. :fetch-suggestions="querySearchAsync"
  105. :trigger-on-focus="true"
  106. placeholder="请输入药品名称"
  107. @select="handleSelect"
  108. @input="changeDrugName(scope.$index)"
  109. style="width: 210px !important"
  110. :disabled="drug_show"
  111. >
  112. <i class="el-icon-search el-input__icon" slot="suffix"></i>
  113. <template slot-scope="{ item }">
  114. <div class="name">
  115. {{
  116. item.drug_name +
  117. item.dose +
  118. item.dose_unit +
  119. "*" +
  120. item.min_number +
  121. item.min_unit +
  122. "/" +
  123. item.max_unit +
  124. " " +
  125. item.manufacturer
  126. }}
  127. </div>
  128. </template>
  129. </el-autocomplete>
  130. </el-form-item>
  131. </template>
  132. </el-table-column>
  133. <el-table-column align="center" width="140">
  134. <template slot="header" slot-scope="scope">
  135. <span>药品类型</span>
  136. </template>
  137. <template slot-scope="scope">
  138. <el-select
  139. v-model="scope.row.drug_type"
  140. filterable
  141. placeholder="请选择厂商"
  142. :disabled="drug_show"
  143. >
  144. <el-option
  145. v-for="(option, index) in drugTypeList"
  146. :key="index"
  147. :label="option.name"
  148. :value="option.id"
  149. >
  150. </el-option>
  151. </el-select>
  152. </template>
  153. </el-table-column>
  154. <el-table-column align="center" width="140">
  155. <template slot="header" slot-scope="scope">
  156. <span>规格&单位</span>
  157. </template>
  158. <template slot-scope="scope">
  159. <el-form-item style="padding-top: 20px">
  160. <el-input
  161. :disabled="true"
  162. placeholder="请输入规格&单位"
  163. v-model="scope.row.name"
  164. ></el-input>
  165. </el-form-item>
  166. </template>
  167. </el-table-column>
  168. <!-- <el-table-column align="center" width="150">
  169. <template slot="header" slot-scope="scope" >
  170. <span>批号</span>
  171. </template>
  172. <template slot-scope="scope">
  173. <el-form-item style="padding-top: 20px">
  174. <el-select v-model="scope.row.batch_number" filterable placeholder="请选择">
  175. <el-option
  176. v-for="(item,index) in numberList"
  177. :key="index"
  178. :label="item.batch_number"
  179. :value="item.id">
  180. </el-option>
  181. </el-select>
  182. </el-form-item>
  183. </template>
  184. </el-table-column> -->
  185. <el-table-column width="150" align="center">
  186. <template slot="header" slot-scope="scope">
  187. <span>剩余库存</span>
  188. </template>
  189. <template slot-scope="scope">
  190. <el-form-item
  191. :rules="tableRules.stock_count"
  192. style="padding-top: 20px"
  193. >
  194. <div>
  195. <el-input
  196. :disabled="true"
  197. style="width: 120px"
  198. placeholder="剩余库存"
  199. v-model="scope.row.stock_count"
  200. ></el-input>
  201. </div>
  202. </el-form-item>
  203. </template>
  204. </el-table-column>
  205. <el-table-column width="200" align="center">
  206. <template slot="header" slot-scope="scope">
  207. <span>出库数量<span style="color: red">*</span></span>
  208. </template>
  209. <template slot-scope="scope">
  210. <el-form-item
  211. :prop="'recordData.' + scope.$index + '.count'"
  212. :rules="tableRules.count"
  213. style="padding-top: 20px"
  214. >
  215. <div style="display: flex">
  216. <el-input
  217. oninput="value=value.replace(/\D|^0/g,'')"
  218. style="width: 100px"
  219. :disabled="drug_show"
  220. placeholder="请输入出库数量"
  221. type="number"
  222. v-model="scope.row.count"
  223. @input="
  224. getSupplyCount(
  225. scope.row.count,
  226. scope.row.max_unit,
  227. scope.row.min_number,
  228. scope.$index,
  229. scope.row.total_count,
  230. scope.row.max_unit_fisrt,
  231. scope.row.min_unit_fisrt
  232. )
  233. "
  234. ></el-input>
  235. <el-select
  236. v-model="scope.row.count_unit"
  237. filterable
  238. placeholder="请选择单位"
  239. style="width: 80px"
  240. :disabled="unitShow"
  241. >
  242. <el-option
  243. v-for="(option, index) in unitList"
  244. :key="index"
  245. :label="option.name"
  246. :value="option.name"
  247. >
  248. </el-option>
  249. </el-select>
  250. </div>
  251. </el-form-item>
  252. </template>
  253. </el-table-column>
  254. <el-table-column label="出库对象" width="140" align="center">
  255. <template slot-scope="scope">
  256. <el-select
  257. v-model="scope.row.admin_user_id"
  258. filterable
  259. placeholder="请选择厂商"
  260. :disabled="drug_show"
  261. >
  262. <el-option
  263. v-for="(option, index) in doctorList"
  264. :key="index"
  265. :label="option.user_name"
  266. :value="option.admin_user_id"
  267. >
  268. </el-option>
  269. </el-select>
  270. </template>
  271. </el-table-column>
  272. <el-table-column label="使用患者" width="140" align="center">
  273. <template slot-scope="scope">
  274. <el-select
  275. v-model="scope.row.patient_id"
  276. filterable
  277. placeholder="请选择使用患者"
  278. :disabled="drug_show"
  279. >
  280. <el-option
  281. v-for="(option, index) in patients"
  282. :key="index"
  283. :label="option.name"
  284. :value="option.id"
  285. >
  286. </el-option>
  287. </el-select>
  288. </template>
  289. </el-table-column>
  290. <!-- <el-table-column width="120" align="center">
  291. <template slot="header" slot-scope="scope">
  292. <span>进货价</span>
  293. </template>
  294. <template slot-scope="scope">
  295. <el-form-item
  296. :rules="tableRules.last_price"
  297. style="padding-top: 20px"
  298. >
  299. <el-input
  300. :disabled="true"
  301. placeholder="进货价"
  302. type="number"
  303. v-model="scope.row.last_price"
  304. ></el-input>
  305. </el-form-item>
  306. </template>
  307. </el-table-column> -->
  308. <el-table-column width="120" align="center">
  309. <template slot="header" slot-scope="scope">
  310. <span>出货价<span style="color: red">*</span></span>
  311. </template>
  312. <template slot-scope="scope">
  313. <el-form-item
  314. :prop="'recordData.' + scope.$index + '.price'"
  315. :rules="tableRules.price"
  316. style="padding-top: 20px"
  317. >
  318. <el-input
  319. :disabled="drug_show"
  320. placeholder="请输入出货价"
  321. type="number"
  322. v-model="scope.row.price"
  323. ></el-input>
  324. </el-form-item>
  325. </template>
  326. </el-table-column>
  327. <el-table-column label="总价" width="80" align="center">
  328. <template slot-scope="scope">
  329. {{ calculate(scope.row.price * scope.row.count) }}
  330. </template>
  331. </el-table-column>
  332. <el-table-column label="生产厂家" width="140" align="center">
  333. <template slot-scope="scope">
  334. <el-select
  335. v-model="scope.row.manufacturer"
  336. filterable
  337. placeholder="请选择厂商"
  338. :disabled="drug_show"
  339. >
  340. <el-option
  341. v-for="(option, index) in manufacturerList"
  342. :key="index"
  343. :label="option.manufacturer_name"
  344. :value="option.id"
  345. >
  346. </el-option>
  347. </el-select>
  348. </template>
  349. </el-table-column>
  350. <el-table-column label="生产日期" width="180" align="center">
  351. <template slot-scope="scope">
  352. <el-date-picker
  353. :disabled="drug_show"
  354. prefix-icon="el-icon-date"
  355. style="width: 145px"
  356. v-model="scope.row.product_date"
  357. type="date"
  358. placeholder="选择日期时间"
  359. format="yyyy-MM-dd"
  360. value-format="yyyy-MM-dd"
  361. ></el-date-picker>
  362. </template>
  363. </el-table-column>
  364. <el-table-column label="有效日期" width="180" align="center">
  365. <template slot-scope="scope">
  366. <el-date-picker
  367. :disabled="drug_show"
  368. prefix-icon="el-icon-date"
  369. style="width: 145px"
  370. v-model="scope.row.expiry_date"
  371. type="date"
  372. placeholder="选择日期时间"
  373. format="yyyy-MM-dd"
  374. value-format="yyyy-MM-dd"
  375. ></el-date-picker>
  376. </template>
  377. </el-table-column>
  378. <el-table-column label="经销商" width="140" align="center">
  379. <template slot-scope="scope">
  380. <el-select
  381. v-model="scope.row.dealer"
  382. filterable
  383. placeholder="请选择厂商"
  384. :disabled="drug_show"
  385. >
  386. <el-option
  387. v-for="(option, index) in dealerList"
  388. :key="index"
  389. :label="option.dealer_name"
  390. :value="option.id"
  391. >
  392. </el-option>
  393. </el-select>
  394. </template>
  395. </el-table-column>
  396. <el-table-column align="center" width="150" label="批准文号">
  397. <template slot-scope="scope">
  398. <el-form-item style="padding-top: 20px" :disabled="true">
  399. <el-input
  400. placeholder="请输入批准文号"
  401. v-model="scope.row.number"
  402. ></el-input>
  403. </el-form-item>
  404. </template>
  405. </el-table-column>
  406. <el-table-column label="备注" width="120" align="center">
  407. <template slot-scope="scope">
  408. <el-input
  409. v-model="scope.row.remark"
  410. :disabled="drug_show"
  411. ></el-input>
  412. </template>
  413. </el-table-column>
  414. <el-table-column
  415. label="操作"
  416. align="center"
  417. width="150"
  418. fixed="right"
  419. >
  420. <template slot-scope="scope">
  421. <el-tooltip
  422. class="item"
  423. effect="dark"
  424. content="新增"
  425. placement="top"
  426. >
  427. <el-button
  428. size="mini"
  429. type="primary"
  430. icon="el-icon-circle-plus-outline"
  431. @click="handleEdit(scope.$index, scope.row)"
  432. >
  433. </el-button>
  434. </el-tooltip>
  435. <el-tooltip
  436. class="item"
  437. effect="dark"
  438. content="删除"
  439. placement="top"
  440. >
  441. <el-button
  442. size="mini"
  443. type="danger"
  444. icon="el-icon-delete"
  445. @click="handleDelete(scope.$index, scope.row)"
  446. >
  447. </el-button>
  448. </el-tooltip>
  449. </template>
  450. </el-table-column>
  451. </el-table>
  452. </el-form>
  453. </div>
  454. </div>
  455. </template>
  456. <script>
  457. import { uParseTime } from "@/utils/tools";
  458. import {
  459. deleteDrugWarehouseOutInfo,
  460. editDrugWarehouseoutInfo,
  461. getDrugWarehouseOutInfo,
  462. GetAllConfigOne,
  463. GetAllDrugInfoByID,
  464. getDrugBatchNumber,
  465. toCheckDrugOut,
  466. toReturnCheck,
  467. } from "@/api/drug/drug_stock";
  468. import BreadCrumb from "../../components/bread-crumb";
  469. import DrugsStockDialog from "./drugsStockDialog/index";
  470. import { postSearchDrugList } from "@/api/data";
  471. import { getDictionaryDataConfig, getDataConfig } from "@/utils/data";
  472. export default {
  473. components: { DrugsStockDialog, BreadCrumb },
  474. name: "salesReturnEdit",
  475. data() {
  476. return {
  477. crumbs: [
  478. { path: false, name: "库存管理" },
  479. { path: false, name: "药品出库单" },
  480. { path: false, name: "编辑出库单" },
  481. ],
  482. crumbs2: [
  483. { path: false, name: "库存管理" },
  484. { path: false, name: "其他出库单" },
  485. { path: false, name: "编辑出库单" },
  486. ],
  487. signAndWeighBoxPatients: "sign-and-weigh-box-patients",
  488. adminUserOptions: null,
  489. currentIndex: 0,
  490. warehouse_out_time: "",
  491. recordInfo: {
  492. recordData: [],
  493. stock_in_code: "",
  494. current_index: "",
  495. },
  496. tableRules: {
  497. count: [{ required: true, message: "数量不能为空", trigger: "blur" }],
  498. price: [{ required: true, message: "单价不能为空", trigger: "blur" }],
  499. },
  500. ruleForm: {
  501. manufacturer: [
  502. { required: true, message: "请选择厂商", trigger: "change" },
  503. ],
  504. },
  505. // prop
  506. isVisibility: false,
  507. propForm: {
  508. goods: [],
  509. goodType: [],
  510. goodInfo: [],
  511. goodUnit: [],
  512. title: "入库",
  513. manufacturer: 0,
  514. dealer: 0,
  515. },
  516. form: {
  517. manufacturer: 0,
  518. dealer: 0,
  519. },
  520. warehouseInfoList: [],
  521. warehouseOut: {},
  522. manufacturer: [],
  523. dealer: [],
  524. goodType: [],
  525. goodInfo: [],
  526. drugTypeList: [],
  527. manufacturerList: [],
  528. drug_show: false,
  529. unitList: [],
  530. unitShow: true,
  531. numberList: [],
  532. houstList: [],
  533. storehouse_id: "",
  534. is_check:0,
  535. order_id:0,
  536. patients:[]
  537. };
  538. },
  539. methods: {
  540. comfirm: function (val) {
  541. this.$refs.dialog.hide();
  542. this.propForm.goodType = [];
  543. this.propForm.goods = [];
  544. if (val.selectedGoodInfo.length > 0) {
  545. for (let i = val.selectedGoodInfo.length - 1; i >= 0; i--) {
  546. if (i == 0) {
  547. this.recordInfo.recordData[this.currentIndex].drug_id =
  548. val.selectedGoodInfo[i].id;
  549. this.recordInfo.recordData[this.currentIndex].price =
  550. val.selectedGoodInfo[i].last_price.toString();
  551. this.recordInfo.recordData[this.currentIndex].retail_price =
  552. val.selectedGoodInfo[i].retail_price.toString();
  553. } else {
  554. const tempForm = {};
  555. tempForm["id"] = 0;
  556. tempForm["drug_id"] = val.selectedGoodInfo[i].id;
  557. tempForm["retail_price"] =
  558. val.selectedGoodInfo[i].retail_price.toString();
  559. tempForm["count"] = "";
  560. tempForm["price"] = val.selectedGoodInfo[i].last_price.toString();
  561. tempForm["remark"] = "";
  562. this.recordInfo.recordData.splice(
  563. this.currentIndex + 1,
  564. 0,
  565. tempForm
  566. );
  567. }
  568. }
  569. }
  570. this.currentIndex = -1;
  571. },
  572. cancle: function () {
  573. this.$refs.dialog.hide();
  574. this.propForm.goods = [];
  575. this.propForm.goodType = [];
  576. },
  577. GetConfigInfo: function () {
  578. const loading = this.$loading({
  579. lock: true,
  580. text: "Loading",
  581. spinner: "el-icon-loading",
  582. background: "rgba(0, 0, 0, 0.7)",
  583. });
  584. GetAllConfigOne().then((response) => {
  585. if (response.data.state == 0) {
  586. this.$message.error(response.data.msg);
  587. return false;
  588. } else {
  589. this.manufacturer = response.data.data.manufacturer;
  590. this.dealer = response.data.data.dealer;
  591. // for(let i = 0; i< response.data.data.drugs.length;i++){
  592. // this.goodType.push(response.data.data.drugs[i])
  593. // if(response.data.data.drugs[i].drug_specs != null) {
  594. // for (let b = 0; b < response.data.data.drugs[i].drug_specs.length; b++) {
  595. // this.goodInfo.push(response.data.data.drugs[i].drug_specs[b])
  596. // }
  597. // }
  598. // }
  599. this.manufacturer.splice(0, 0, { id: 0, manufacturer_name: "全部" });
  600. this.dealer.splice(0, 0, { id: 0, dealer_name: "全部" });
  601. }
  602. loading.close();
  603. });
  604. },
  605. typeName: function (drug_id) {
  606. let name = "";
  607. for (let i = 0; i < this.goodInfo.length; i++) {
  608. if (this.goodInfo[i].id == drug_id) {
  609. name = this.goodInfo[i].drug_name;
  610. }
  611. }
  612. return name;
  613. },
  614. specificationName: function (drug_id) {
  615. let name = "";
  616. for (let i = 0; i < this.goodInfo.length; i++) {
  617. if (this.goodInfo[i].id == drug_id) {
  618. name = this.goodInfo[i].drug_spec;
  619. }
  620. }
  621. return name;
  622. },
  623. handleEdit: function (index, row) {
  624. if (parseInt(this.$route.query.is_sys) == 12) {
  625. this.$message.error("调拨出库数据不能新增!");
  626. return;
  627. }
  628. if (parseInt(this.$route.query.is_sys) == 5) {
  629. this.$message.error("结算出库数据不能新增!");
  630. return;
  631. }
  632. if (row.supply_cancel_out_id > 0) {
  633. this.$message.error("采购出库数据不能新增!");
  634. return;
  635. }
  636. if(this.is_check == 1){
  637. this.$message.error("已审核的单据不能新增!");
  638. return;
  639. }
  640. this.unitShow = false;
  641. if (this.drug_show == true) {
  642. this.$message.error("自动出库数据不能编辑");
  643. return;
  644. }
  645. const tempObj = {};
  646. tempObj["id"] = 0;
  647. tempObj["drug_id"] = 0;
  648. tempObj["retail_price"] = "";
  649. tempObj["count"] = "";
  650. tempObj["max_unit"] = "";
  651. tempObj["min_unit"] = "";
  652. tempObj["price"] = 0;
  653. tempObj["remark"] = "";
  654. tempObj["batch_number"] = "";
  655. tempObj["number"] = "";
  656. tempObj["count_unit"] = "";
  657. tempObj["dealer"] = "";
  658. tempObj["manufacturer"] = "";
  659. tempObj["warehouse_info_id"] = 0;
  660. tempObj["admin_user_id"] = this.$store.getters.xt_user.user.user_name;
  661. tempObj["last_price"] = 0;
  662. tempObj["stock_count"] = "";
  663. tempObj["total_count"] = 0;
  664. tempObj["max_unit_fisrt"] = 0;
  665. tempObj["min_unit_fisrt"] = 0;
  666. tempObj["patient_id"] =0
  667. this.recordInfo.recordData.push(tempObj);
  668. },
  669. handleDelete: function (index, row) {
  670. if (parseInt(this.$route.query.is_sys) == 12) {
  671. this.$message.error("调拨出库数据不能删除!");
  672. return;
  673. }
  674. if (parseInt(this.$route.query.is_sys) == 5) {
  675. this.$message.error("结算出库数据不能删除!");
  676. return;
  677. }
  678. if(parseInt(this.$route.query.is_check) == 1){
  679. this.$message.error("已审核的单据不能删除!")
  680. return false
  681. }
  682. if (row.supply_cancel_out_id > 0) {
  683. this.$message.error("采购出库数据不能删除!");
  684. return;
  685. }
  686. if (this.drug_show == true) {
  687. this.$message.error("采购出库数据不能编辑");
  688. return;
  689. }
  690. if (this.is_checks == 2) {
  691. this.$message.error("已审核的单据不能删除!");
  692. return;
  693. }
  694. if (row.id == 0) {
  695. this.recordInfo.recordData.splice(index, 1);
  696. } else {
  697. const params = {
  698. id: row.id,
  699. };
  700. this.$confirm("确认删除该出库商品信息记录?", "删除出库商品信息记录", {
  701. confirmButtonText: "确定",
  702. cancelButtonText: "取消",
  703. type: "warning",
  704. })
  705. .then(() => {
  706. deleteDrugWarehouseOutInfo(params).then((response) => {
  707. if (response.data.state == 0) {
  708. this.$message.error(response.data.msg);
  709. return false;
  710. } else {
  711. this.$message.success("删除成功");
  712. this.recordInfo.recordData.splice(index, 1);
  713. }
  714. });
  715. })
  716. .catch(() => {});
  717. }
  718. },
  719. // getTime(val, temp) {
  720. // if (val != 0) {
  721. // return uParseTime(val, temp)
  722. // } else {
  723. // return ''
  724. // }
  725. // },
  726. getTime(val) {
  727. if (val < 0) {
  728. return "";
  729. }
  730. if (val == "") {
  731. return "";
  732. } else {
  733. return uParseTime(val, "{y}-{m}-{d}");
  734. }
  735. },
  736. showDialog(index, row) {
  737. this.currentIndex = index;
  738. const loading = this.$loading({
  739. lock: true,
  740. text: "Loading",
  741. spinner: "el-icon-loading",
  742. background: "rgba(0, 0, 0, 0.7)",
  743. });
  744. const params = {
  745. manufacturer_id: this.form.manufacturer,
  746. dealer_id: this.form.dealer,
  747. };
  748. GetAllDrugInfoByID(params).then((response) => {
  749. if (response.data.state == 0) {
  750. this.$message.error(response.data.msg);
  751. return false;
  752. } else {
  753. if (response.data.data.drugs.length <= 0) {
  754. this.$message.error("该厂商或经销商没有药品信息");
  755. return;
  756. }
  757. this.$refs.dialog.show();
  758. for (let i = 0; i < response.data.data.drugs.length; i++) {
  759. this.propForm.goods.push(response.data.data.drugs[i]);
  760. }
  761. const obj = {};
  762. this.propForm.goods = this.propForm.goods.reduce((cur, next) => {
  763. obj[next.id] ? "" : (obj[next.id] = true && cur.push(next));
  764. return cur;
  765. }, []); // 设置cur默认类型为数组,并且初始值为空的数组
  766. }
  767. for (let i = 0; i < this.propForm.goods.length; i++) {
  768. for (let a = 0; a < this.propForm.goods[i].drug_specs.length; a++) {
  769. var respObj = this.propForm.goods[i].drug_specs[a];
  770. respObj["isSelected"] = false;
  771. }
  772. }
  773. loading.close();
  774. });
  775. },
  776. back() {
  777. this.$router.go(-1);
  778. },
  779. submit() {
  780. this.$refs["tableForm"].validate((valid) => {
  781. if (valid) {
  782. const array = this.recordInfo.recordData;
  783. for (let i = 0; i < array.length; i++) {
  784. if (array[i].drug_id == 0) {
  785. this.$message.error("药品名称或者药品规格名称不能为空");
  786. return;
  787. }
  788. }
  789. for (let i = 0; i < this.recordInfo.recordData.length; i++) {
  790. this.recordInfo.recordData[i].price =
  791. this.recordInfo.recordData[i].price.toString();
  792. if (this.recordInfo.recordData[i].dealer == "") {
  793. this.recordInfo.recordData[i].dealer = 0;
  794. }
  795. for (let j = 0; j < this.manufacturerList.length; j++) {
  796. if (
  797. this.recordInfo.recordData[i].manufacturer ==
  798. this.manufacturerList[j].manufacturer_name
  799. ) {
  800. this.recordInfo.recordData[i].manufacturer =
  801. this.manufacturerList[j].id;
  802. }
  803. }
  804. for (let z = 0; z < this.dealerList.length; z++) {
  805. if (
  806. this.recordInfo.recordData[i].dealer ==
  807. this.dealerList[z].dealer_name
  808. ) {
  809. this.recordInfo.recordData[i].dealer = this.dealerList[z].id;
  810. }
  811. }
  812. for (let y = 0; y < this.numberList.length; y++) {
  813. if (
  814. this.recordInfo.recordData[i].batch_number ==
  815. this.numberList[y].id
  816. ) {
  817. this.recordInfo.recordData[i].batch_number =
  818. this.numberList[y].batch_number;
  819. this.recordInfo.recordData[i].warehouse_info_id =
  820. this.numberList[y].id;
  821. }
  822. if (
  823. this.recordInfo.recordData[i].batch_number ==
  824. this.numberList[y].batch_number
  825. ) {
  826. this.recordInfo.recordData[i].warehouse_info_id =
  827. this.numberList[y].id;
  828. }
  829. }
  830. for (let s = 0; s < this.doctorList.length; s++) {
  831. if (
  832. this.recordInfo.recordData[i].admin_user_id ==
  833. this.doctorList[s].user_name
  834. ) {
  835. this.recordInfo.recordData[i].admin_user_id =
  836. this.doctorList[s].admin_user_id;
  837. }
  838. }
  839. this.recordInfo.recordData[i].last_price =
  840. this.recordInfo.recordData[i].last_price.toString();
  841. this.recordInfo.recordData[i].stock_count =
  842. this.recordInfo.recordData[i].stock_count.toString();
  843. }
  844. const loading = this.$loading({
  845. lock: true,
  846. text: "Loading",
  847. spinner: "el-icon-loading",
  848. background: "rgba(0, 0, 0, 0.7)",
  849. });
  850. const params = {
  851. stockOut: this.recordInfo.recordData,
  852. };
  853. editDrugWarehouseoutInfo(
  854. params,
  855. this.warehouse_out_time,
  856. this.$route.query.id,
  857. this.$route.query.type,
  858. this.form.manufacturer,
  859. this.form.dealer,
  860. this.storehouse_id
  861. ).then((response) => {
  862. if (response.data.state == 0) {
  863. this.$message.error(response.data.msg);
  864. loading.close();
  865. return false;
  866. } else {
  867. var msg = response.data.data.msg;
  868. var drug_name = response.data.data.drug_name;
  869. var dose = response.data.data.dose;
  870. var dose_unit = response.data.data.dose_unit;
  871. var min_number = response.data.data.min_number;
  872. var min_unit = response.data.data.min_unit;
  873. var max_unit = response.data.data.max_unit;
  874. var str =
  875. drug_name +
  876. " " +
  877. dose +
  878. dose_unit +
  879. "*" +
  880. min_number +
  881. min_unit +
  882. "/" +
  883. max_unit;
  884. loading.close();
  885. if (msg == 1) {
  886. this.$message.error(str + "库存不足,请入库");
  887. loading.close();
  888. } else {
  889. this.$message.success("保存成功");
  890. this.recordInfo.recordData = [];
  891. loading.close();
  892. this.GetOrderDetail(this.order_id)
  893. }
  894. }
  895. });
  896. } else {
  897. return false;
  898. }
  899. });
  900. },
  901. GetOrderDetail: function (order_id) {
  902. const params = {
  903. id: order_id,
  904. };
  905. getDrugWarehouseOutInfo(params).then((response) => {
  906. if (response.data.state == 0) {
  907. this.$message.error(response.data.msg);
  908. return false;
  909. } else {
  910. this.recordInfo.recordData = []
  911. var manulist = response.data.data.manulist;
  912. this.manufacturerList = manulist;
  913. this.dealerList = response.data.data.dealerList;
  914. for (let i = 0; i < response.data.data.list.length; i++) {
  915. (response.data.data.list[i].drug_name =
  916. response.data.data.list[i].drug.drug_name),
  917. (response.data.data.list[i].drug_type =
  918. response.data.data.list[i].drug.drug_type);
  919. response.data.data.list[i].name =
  920. response.data.data.list[i].drug.dose +
  921. response.data.data.list[i].drug.dose_unit +
  922. "*" +
  923. response.data.data.list[i].drug.min_number +
  924. response.data.data.list[i].drug.min_unit +
  925. "/" +
  926. response.data.data.list[i].drug.max_unit;
  927. if (
  928. response.data.data.list[i].number == "0" ||
  929. response.data.data.list[i].number == 0
  930. ) {
  931. response.data.data.list[i].number = "";
  932. } else {
  933. response.data.data.list[i].number =
  934. response.data.data.list[i].number;
  935. }
  936. if (
  937. response.data.data.list[i].manufacturer == "0" ||
  938. response.data.data.list[i].manufacturer == 0
  939. ) {
  940. response.data.data.list[i].manufacturer = "";
  941. } else {
  942. response.data.data.list[i].manufacturer =
  943. response.data.data.list[i].drug.manufacturer;
  944. }
  945. response.data.data.list[i].price =
  946. response.data.data.list[i].price.toString();
  947. response.data.data.list[i].retail_price =
  948. response.data.data.list[i].price.toString();
  949. response.data.data.list[i].count =
  950. response.data.data.list[i].count.toString();
  951. if (
  952. response.data.data.list[i].dealer == "0" ||
  953. response.data.data.list[i].dealer == 0
  954. ) {
  955. response.data.data.list[i].dealer = "";
  956. } else {
  957. response.data.data.list[i].dealer =
  958. response.data.data.list[i].dealer;
  959. }
  960. response.data.data.list[i].product_date = this.getTime(
  961. response.data.data.list[i].product_date,
  962. "{y}-{h}-{d}"
  963. );
  964. response.data.data.list[i].expiry_date = this.getTime(
  965. response.data.data.list[i].expiry_date,
  966. "{y}-{h}-{d}"
  967. );
  968. response.data.data.list[i].stock_count =
  969. response.data.data.list[i].stock_count;
  970. response.data.data.list[i].last_price =
  971. response.data.data.list[i].last_price;
  972. this.recordInfo.recordData.push(response.data.data.list[i]);
  973. }
  974. for (let j = 0; j < this.recordInfo.recordData.length; j++) {
  975. for (let i = 0; i < manulist.length; i++) {
  976. if (
  977. this.recordInfo.recordData[j].manufacturer == manulist[i].id
  978. ) {
  979. this.recordInfo.recordData[j].manufacturer =
  980. manulist[i].manufacturer_name;
  981. }
  982. }
  983. for (let z = 0; z < this.dealerList.length; z++) {
  984. if (
  985. this.recordInfo.recordData[j].dealer == this.dealerList[z].id
  986. ) {
  987. this.recordInfo.recordData[j].dealer =
  988. this.dealerList[z].dealer_name;
  989. }
  990. }
  991. }
  992. console.log("wode 23232323232322323", this.recordInfo.recordData);
  993. this.warehouseOut = response.data.data.info;
  994. this.storehouse_id = response.data.data.info.storehouse_id;
  995. this.warehouse_out_time = this.getTime(
  996. this.warehouseOut.warehouse_out_time,
  997. "{y}-{m}-{d}"
  998. );
  999. this.houstList = response.data.data.houstList;
  1000. this.doctorList = response.data.data.doctorList;
  1001. var obj ={id:0,name:"系统"}
  1002. this.patients =[]
  1003. this.patients.push(obj)
  1004. if(response.data.data.patients!=null){
  1005. for(let i=0;i<response.data.data.patients.length;i++){
  1006. this.patients.push(response.data.data.patients[i])
  1007. }
  1008. }
  1009. }
  1010. if (this.recordInfo.recordData.length == 0) {
  1011. const tempObj = {};
  1012. tempObj["id"] = 0;
  1013. tempObj["drug_id"] = 0;
  1014. tempObj["retail_price"] = "";
  1015. tempObj["count"] = "";
  1016. tempObj["price"] = "";
  1017. tempObj["remark"] = "";
  1018. this.recordInfo.recordData.push(tempObj);
  1019. }
  1020. });
  1021. },
  1022. calculate: function (val) {
  1023. if (val == 0) {
  1024. return "";
  1025. }
  1026. return Math.round(parseFloat(val) * 100) / 100;
  1027. },
  1028. changeManufacturer(val) {
  1029. this.propForm.manufacturer = val;
  1030. },
  1031. changeDealer(val) {
  1032. this.propForm.dealer = val;
  1033. },
  1034. querySearchAsync(keyword, cb) {
  1035. let key = "";
  1036. if (keyword != undefined) {
  1037. key = keyword;
  1038. }
  1039. let searchArray = [];
  1040. postSearchDrugList(key, this.storehouse_id).then((response) => {
  1041. if (response.data.state == 1) {
  1042. searchArray = response.data.data.list;
  1043. var list = response.data.data.list;
  1044. this.drugList = list;
  1045. var manufacturerList = response.data.data.manufacturerList;
  1046. this.manufacturerList = manufacturerList;
  1047. for (let i = 0; i < this.drugList.length; i++) {
  1048. for (let j = 0; j < this.manufacturerList.length; j++) {
  1049. if (
  1050. this.drugList[i].manufacturer == this.manufacturerList[j].id
  1051. ) {
  1052. this.drugList[i].manufacturer =
  1053. this.manufacturerList[j].manufacturer_name;
  1054. }
  1055. }
  1056. }
  1057. cb(this.drugList);
  1058. } else {
  1059. cb([]);
  1060. }
  1061. });
  1062. },
  1063. changeDrugName(val) {
  1064. this.currentIndex = val;
  1065. },
  1066. handleSelect(val) {
  1067. var arr = [];
  1068. for (let i = 0; i < this.recordInfo.recordData.length; i++) {
  1069. arr.push(this.recordInfo.recordData[i].drug_id);
  1070. }
  1071. var str = arr.join(",");
  1072. if (str.indexOf(val.id) != -1) {
  1073. this.$message.error("该药品已存在列表中");
  1074. return;
  1075. }
  1076. this.getDrugBatchNumber(val.id);
  1077. var str_count = "";
  1078. var total_count = 0;
  1079. for (let i = 0; i < val.drug_warehouse_info.length; i++) {
  1080. if (val.max_unit == val.drug_warehouse_info[i].max_unit) {
  1081. val.drug_warehouse_info[i].stock_max_number =
  1082. val.drug_warehouse_info[i].stock_max_number * val.min_number;
  1083. }
  1084. }
  1085. str_count = this.getWarehoseInfo(
  1086. val.drug_warehouse_info,
  1087. val.max_unit,
  1088. val.min_unit,
  1089. val.min_number
  1090. );
  1091. total_count = this.getWarehoseInfoTwo(val.drug_warehouse_info);
  1092. for (let i = 0; i < this.recordInfo.recordData.length; i++) {
  1093. if (i == this.currentIndex) {
  1094. this.recordInfo.recordData[i].drug_id = val.id;
  1095. this.recordInfo.recordData[i].drug_name = val.drug_name;
  1096. this.recordInfo.recordData[i].drug_type = val.drug_type;
  1097. this.recordInfo.recordData[i].name =
  1098. val.dose +
  1099. val.dose_unit +
  1100. "*" +
  1101. val.min_number +
  1102. val.min_unit +
  1103. "/" +
  1104. val.max_unit;
  1105. this.recordInfo.recordData[i].price = val.retail_price;
  1106. this.recordInfo.recordData[i].manufacturer = val.manufacturer;
  1107. this.recordInfo.recordData[i].number = val.number;
  1108. this.recordInfo.recordData[i].max_unit = val.max_unit;
  1109. this.recordInfo.recordData[i].min_unit = val.min_unit;
  1110. this.recordInfo.recordData[i].last_price = val.last_price;
  1111. this.recordInfo.recordData[i].stock_count = str_count;
  1112. this.recordInfo.recordData[i].total_count = total_count;
  1113. this.recordInfo.recordData[i].max_unit_fisrt = val.max_unit;
  1114. this.recordInfo.recordData[i].min_unit_fisrt = val.min_unit;
  1115. this.recordInfo.recordData[i].count_unit = val.max_unit;
  1116. if(val.first_drug_warehouse_info!=null&&val.first_drug_warehouse_info.expiry_date >0){
  1117. this.recordInfo.recordData[i].expiry_date = this.getTime(val.first_drug_warehouse_info.expiry_date)
  1118. }else{
  1119. this.recordInfo.recordData[i].expiry_date = ""
  1120. }
  1121. if(val.first_drug_warehouse_info!=null&&val.first_drug_warehouse_info.product_date >0){
  1122. this.recordInfo.recordData[i].product_date = this.getTime(val.first_drug_warehouse_info.product_date)
  1123. }else{
  1124. this.recordInfo.recordData[i].product_date=""
  1125. }
  1126. if (val.dealer == 0) {
  1127. this.recordInfo.recordData[i].dealer = "";
  1128. } else {
  1129. this.recordInfo.recordData[i].dealer = val.dealer;
  1130. }
  1131. }
  1132. }
  1133. },
  1134. getDictionaryDataConfig(module, filed_name) {
  1135. return getDictionaryDataConfig(module, filed_name);
  1136. },
  1137. getDataConfig(module, filed_name) {
  1138. return getDataConfig(module, filed_name);
  1139. },
  1140. getDrugBatchNumber(id) {
  1141. var params = {
  1142. id: id,
  1143. };
  1144. getDrugBatchNumber(params).then((response) => {
  1145. if (response.data.state == 1) {
  1146. var list = response.data.data.list;
  1147. this.numberList = list;
  1148. }
  1149. });
  1150. },
  1151. getWarehoseInfo(arr, max_unit, min_unit, min_number) {
  1152. var total = 0;
  1153. var max_str = "";
  1154. var min_str = "";
  1155. if (arr.length > 0) {
  1156. for (let i = 0; i < arr.length; i++) {
  1157. total += parseInt(arr[i].stock_max_number + arr[i].stock_min_number);
  1158. }
  1159. }
  1160. if (total < min_number) {
  1161. min_str = total + min_unit;
  1162. }
  1163. if (total == 0) {
  1164. min_str = "";
  1165. max_str = "";
  1166. }
  1167. if (total >= min_number) {
  1168. if (parseInt(total / min_number) != 0) {
  1169. max_str = parseInt(total / min_number) + max_unit;
  1170. }
  1171. if (total % min_number != 0) {
  1172. min_str = (total % min_number) + min_unit;
  1173. }
  1174. }
  1175. return max_str + min_str;
  1176. },
  1177. getWarehoseInfoTwo(arr) {
  1178. var total = 0;
  1179. if (arr.length > 0) {
  1180. for (let i = 0; i < arr.length; i++) {
  1181. total += parseInt(arr[i].stock_max_number + arr[i].stock_min_number);
  1182. }
  1183. }
  1184. return total;
  1185. },
  1186. getSupplyCount(
  1187. count,
  1188. max_unit,
  1189. min_number,
  1190. index,
  1191. total_count,
  1192. max_unit_fisrt,
  1193. min_unit_fisrt
  1194. ) {
  1195. var count_total = 0;
  1196. if (max_unit == max_unit_fisrt) {
  1197. count_total = count * min_number;
  1198. }
  1199. if (max_unit == min_unit_fisrt) {
  1200. count_total = count;
  1201. }
  1202. if (count_total > total_count) {
  1203. this.$message.error("出库数量不能大于剩余库存");
  1204. for (let i = 0; i < this.recordInfo.recordData.length; i++) {
  1205. if (index == i) {
  1206. this.recordInfo.recordData[i].count = "";
  1207. }
  1208. }
  1209. } else {
  1210. for (let i = 0; i < this.recordInfo.recordData.length; i++) {
  1211. if (index == i) {
  1212. this.recordInfo.recordData[i].count = count;
  1213. }
  1214. }
  1215. }
  1216. console.log("count_toal23233232", count_total);
  1217. },
  1218. toCheck(){
  1219. const loading = this.$loading({
  1220. lock: true,
  1221. text: "Loading",
  1222. spinner: "el-icon-loading",
  1223. background: "rgba(0, 0, 0, 0.7)",
  1224. });
  1225. var params = {
  1226. warehouse_out_id:parseInt(this.$route.query.id)
  1227. }
  1228. toCheckDrugOut(params).then(response=>{
  1229. if(response.data.state == 1){
  1230. var warehousingOutInfoList = response.data.data.warehousingOutInfoList
  1231. var msg =response.data.data.msg
  1232. if(msg == 1){
  1233. this.$message.success("审核成功!")
  1234. this.showCheck = false
  1235. this.showReturnCheck = true
  1236. this.$router.back(-1)
  1237. }
  1238. if(msg == 2){
  1239. var drug_name = response.data.data.drug_name
  1240. var dose = response.data.data.dose
  1241. var dose_unit = response.data.data.dose_unit
  1242. var min_number = response.data.data.min_number
  1243. var min_unit = response.data.data.min_unit
  1244. var max_unit = response.data.data.max_unit
  1245. var str = drug_name +" " +dose +dose_unit +"*" + min_number + min_unit +"/" + max_unit;
  1246. this.$message.error(str+"库存不足,审核失败!")
  1247. }
  1248. loading.close()
  1249. }
  1250. })
  1251. },
  1252. toReturnCheck(){
  1253. const loading = this.$loading({
  1254. lock: true,
  1255. text: "Loading",
  1256. spinner: "el-icon-loading",
  1257. background: "rgba(0, 0, 0, 0.7)",
  1258. });
  1259. var params = {
  1260. warehouse_out_id:parseInt(this.$route.query.id)
  1261. }
  1262. toReturnCheck(params).then(response=>{
  1263. if(response.data.state == 1){
  1264. var out = response.data.data.out
  1265. this.$message.success("反审核成功!")
  1266. this.showCheck = true
  1267. this.showReturnCheck = false
  1268. loading.close()
  1269. this.$router.back(-1)
  1270. }else{
  1271. this.$message.error("审核失败!")
  1272. loading.close()
  1273. this.$router.back(-1)
  1274. }
  1275. })
  1276. }
  1277. },
  1278. created() {
  1279. this.drugTypeList = getDictionaryDataConfig("system", "drug_type");
  1280. this.propForm.goodUnit = this.$store.getters.good_unit;
  1281. const order_id = this.$route.query.id;
  1282. this.order_id = order_id
  1283. this.GetOrderDetail(order_id);
  1284. var sys = this.$route.query.is_sys;
  1285. if (sys == 0) {
  1286. this.drug_show = false;
  1287. }
  1288. if (sys == 1) {
  1289. this.drug_show = true;
  1290. }
  1291. if (sys == 12 || sys==5) {
  1292. this.drug_show = true;
  1293. }
  1294. if (parseInt(this.$route.query.supply_cancel_out_id) > 0 || parseInt(this.$route.query.is_check) == 1) {
  1295. this.drug_show = true;
  1296. }
  1297. this.is_check = parseInt(this.$route.query.is_check)
  1298. this.unitList = getDataConfig("hemodialysis", "units");
  1299. },
  1300. };
  1301. </script>
  1302. <style rel="stylesheet/css" lang="scss" scoped>
  1303. .information {
  1304. border: 1px #dcdfe6 solid;
  1305. padding: 30px 20px 30px 20px;
  1306. .border {
  1307. border-bottom: 1px #dcdfe6 solid;
  1308. margin: 0px 0 20px 0;
  1309. }
  1310. }
  1311. .edit_separater {
  1312. border-top: 1px solid rgb(233, 233, 233);
  1313. margin-top: 15px;
  1314. margin-bottom: 15px;
  1315. }
  1316. </style>
  1317. <style>
  1318. .sign-and-weigh-box .sign-and-weigh-box-patients .cell {
  1319. font-size: 12px;
  1320. }
  1321. .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
  1322. background: #6fb5fa;
  1323. }
  1324. .el-autocomplete-suggestion{
  1325. width: 400px !important;
  1326. }
  1327. </style>