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

stockOutOrderEdit.vue 38KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  1. <template>
  2. <div class="main-contain">
  3. <div class="position">
  4. <bread-crumb v-if="this.$route.query.type == 1" :crumbs='crumbs'></bread-crumb>
  5. <bread-crumb v-if="this.$route.query.type == 2" :crumbs='crumbs2'></bread-crumb>
  6. <div style="float:right;">
  7. <el-button size="small" @click="back()" class="filter-item">取 消</el-button>
  8. <el-button size="small" type="primary" v-loading="loading" @click="submit()" class="filter-item" v-if="is_check == 2 && parseInt(this.$route.query.is_sys) == 0">保 存</el-button>
  9. <el-button size="small" type="primary" @click="toCheck()" v-if="is_check == 2 && parseInt(this.$route.query.is_sys) == 0" class="filter-item">审 核</el-button>
  10. <el-button size="small" type="primary" @click="toReturnCheck()" v-if="is_check == 1 && parseInt(this.$route.query.is_sys) == 0" class="filter-item">反 审 核</el-button>
  11. </div>
  12. </div>
  13. <div class="app-container">
  14. <stock-in-dialog
  15. ref="dialog"
  16. :propForm="propForm"
  17. :visibility="isVisibility"
  18. v-on:dialog-comfirm="comfirm"
  19. v-on:dialog-cancle="cancle"
  20. >
  21. </stock-in-dialog>
  22. <div class="cell clearfix">
  23. <label class="title"><span class="name"><span style="color:red">*</span>仓库</span> :</label>
  24. <el-select size="small" v-model="storehouse_id" filterable placeholder="请选择仓库" style="width:200px" :disabled="true">
  25. <el-option
  26. v-for="(option, index) in storelist"
  27. :key="index"
  28. :label="option.storehouse_name"
  29. :value="option.id">
  30. </el-option>
  31. </el-select>
  32. <label class="title"><span class="name">出库时间</span> : </label>
  33. <el-date-picker size="small" v-model="warehouse_out_time" prefix-icon="el-icon-date" :disabled="stockShow"
  34. style="width: 200px;"
  35. type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
  36. value-format="yyyy-MM-dd"></el-date-picker>
  37. </div>
  38. <el-form :rules="tableRules" :model="recordInfo" ref="tableForm">
  39. <el-table :data="recordInfo.recordData" :class="signAndWeighBoxPatients" style="width: 100%" border
  40. max-height="450" :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}"
  41. >
  42. <el-table-column width="200" align="center">
  43. <template slot="header" slot-scope="scope">
  44. <span>耗材名称</span>
  45. </template>
  46. <template slot-scope="scope">
  47. <el-form-item style="padding-top: 20px">
  48. <el-autocomplete
  49. class="checkSearch"
  50. popper-class="my-autocomplete"
  51. v-model="scope.row.good_name"
  52. :fetch-suggestions="querySearchAsync"
  53. :trigger-on-focus="true"
  54. placeholder="请输入耗材名称"
  55. @select="handleSelect"
  56. @input="changeGoodName(scope.$index)"
  57. style="width:150px;"
  58. :disabled="stockShow"
  59. >
  60. <i class="el-icon-search el-input__icon" slot="suffix"></i>
  61. <template slot-scope="{ item }">
  62. <div class="name">{{item.good_name +" " +item.specification_name + " "+ item.manufacturer}}</div>
  63. </template>
  64. </el-autocomplete>
  65. </el-form-item>
  66. </template>
  67. </el-table-column>
  68. <el-table-column width="140" align="center">
  69. <template slot="header" slot-scope="scope">
  70. <span>耗材类型<span style="color: red">*</span></span>
  71. </template>
  72. <template slot-scope="scope">
  73. <el-form-item style="padding-top: 20px">
  74. <el-input
  75. :disabled="stockShow"
  76. placeholder="请输入商品类型"
  77. v-model="scope.row.good_type_id"
  78. :value="typeName(scope.row.good_type_id)"
  79. ></el-input>
  80. </el-form-item>
  81. </template>
  82. </el-table-column>
  83. <el-table-column width="140" align="center">
  84. <template slot="header" slot-scope="scope">
  85. <span>规格&单位<span style="color: red">*</span></span>
  86. </template>
  87. <template slot-scope="scope">
  88. <el-form-item style="padding-top: 20px">
  89. <el-input v-model="scope.row.name" :disabled="stockShow"></el-input>
  90. </el-form-item>
  91. </template>
  92. </el-table-column>
  93. <!-- <el-table-column width="140" align="center">
  94. <template slot="header" slot-scope="scope">
  95. <span>批号<span style="color: red"></span></span>
  96. </template>
  97. <template slot-scope="scope">
  98. <el-form-item style="padding-top: 20px">
  99. <el-select v-model="scope.row.number" filterable placeholder="请选择" :disabled="stockTrue" @change="changeNumberList(scope.row,scope.$index)">
  100. <el-option
  101. v-for="(item,index) in numberList"
  102. :key="index"
  103. :label="item.number"
  104. :value="item.id">
  105. </el-option>
  106. </el-select>
  107. </el-form-item>
  108. </template>
  109. </el-table-column> -->
  110. <!-- <el-table-column width="150" align="center">
  111. <template slot="header" slot-scope="scope">
  112. <span>进货价</span>
  113. </template>
  114. <template slot-scope="scope">
  115. <el-form-item
  116. :prop="'recordData.' + scope.$index + '.buy_price'"
  117. :rules="tableRules.buy_price"
  118. style="padding-top: 20px"
  119. >
  120. <el-input
  121. :disabled="true"
  122. placeholder="进货价"
  123. type="number"
  124. v-model="scope.row.buy_price"
  125. ></el-input>
  126. </el-form-item>
  127. </template>
  128. </el-table-column> -->
  129. <el-table-column width="150" align="center">
  130. <template slot="header" slot-scope="scope">
  131. <span>单价<span style="color: red">*</span></span>
  132. </template>
  133. <template slot-scope="scope">
  134. <el-form-item :prop="'recordData.' + scope.$index + '.price'" :rules='tableRules.price'
  135. style="padding-top: 17px">
  136. <el-input type="number" v-model="scope.row.price" :disabled="stockShow"></el-input>
  137. </el-form-item>
  138. </template>
  139. </el-table-column>
  140. <el-table-column width="150" align="center">
  141. <template slot="header" slot-scope="scope">
  142. <span>剩余库存</span>
  143. </template>
  144. <template slot-scope="scope">
  145. <el-form-item
  146. :rules="tableRules.count"
  147. style="padding-top: 17px"
  148. >
  149. <el-input
  150. :disabled="true"
  151. placeholder="剩余库存"
  152. type="number"
  153. v-model="scope.row.stock_count"
  154. ></el-input>
  155. </el-form-item>
  156. </template>
  157. </el-table-column>
  158. <el-table-column width="150" align="center">
  159. <template slot="header" slot-scope="scope">
  160. <span>出库数量<span style="color: red">*</span></span>
  161. </template>
  162. <template slot-scope="scope">
  163. <el-form-item :prop="'recordData.' + scope.$index + '.count'" :rules='tableRules.count'
  164. style="padding-top: 17px">
  165. <el-input type="number" v-model="scope.row.count" :disabled="stockShow" oninput="value=value.replace(/\D|^0/g,'')" @input="getSupplyCount(scope.row.count,scope.row.stock_count,scope.$index)"></el-input>
  166. </el-form-item>
  167. </template>
  168. </el-table-column>
  169. <el-table-column label="出库对象" width="150" align="center">
  170. <template slot-scope="scope">
  171. <el-select size="small" v-model="scope.row.admin_user_id" filterable placeholder="请选择厂商" :disabled="stockShow">
  172. <el-option
  173. v-for="(option, index) in doctorList"
  174. :key="index"
  175. :label="option.user_name"
  176. :value="option.admin_user_id">
  177. </el-option>
  178. </el-select>
  179. </template>
  180. </el-table-column>
  181. <el-table-column label="总价" width="150" align="center">
  182. <template slot-scope="scope">
  183. {{calculate(scope.row.price*scope.row.count)}}
  184. </template>
  185. </el-table-column>
  186. <el-table-column label="生产厂商" width="150" align="center">
  187. <template slot-scope="scope">
  188. <el-select size="small" v-model="scope.row.manufacturer" filterable placeholder="请选择厂商" :disabled="stockShow">
  189. <el-option
  190. v-for="(option, index) in manufacturerList"
  191. :key="index"
  192. :label="option.manufacturer_name"
  193. :value="option.id">
  194. </el-option>
  195. </el-select>
  196. </template>
  197. </el-table-column>
  198. <el-table-column label="生产日期" width="150" align="center">
  199. <template slot-scope="scope">
  200. <el-date-picker
  201. :disabled="stockShow"
  202. prefix-icon="el-icon-date"
  203. style="width: 145px"
  204. v-model="scope.row.product_date"
  205. type="date"
  206. placeholder="选择日期时间"
  207. format="yyyy-MM-dd"
  208. value-format="yyyy-MM-dd"
  209. ></el-date-picker>
  210. </template>
  211. </el-table-column>
  212. <el-table-column label="有效期" width="150" align="center">
  213. <template slot-scope="scope">
  214. <el-date-picker
  215. :disabled="stockShow"
  216. prefix-icon="el-icon-date"
  217. style="width: 145px"
  218. v-model="scope.row.expiry_date"
  219. type="date"
  220. placeholder="选择日期时间"
  221. format="yyyy-MM-dd"
  222. value-format="yyyy-MM-dd"
  223. ></el-date-picker>
  224. </template>
  225. </el-table-column>
  226. <el-table-column width="150" align="center">
  227. <template slot="header" slot-scope="scope">
  228. <span>批准文号<span style="color: red"></span></span>
  229. </template>
  230. <template slot-scope="scope">
  231. <el-input placeholder="请输入批准文号" v-model="scope.row.license_number" :disabled="stockShow"></el-input>
  232. </template>
  233. </el-table-column>
  234. <el-table-column align="center" width="150">
  235. <template slot="header" slot-scope="scope">
  236. <span>注册编码</span>
  237. </template>
  238. <template slot-scope="scope">
  239. <el-form-item style="padding-top: 20px">
  240. <el-input placeholder="请输入注册编码" v-model="scope.row.register_number" ></el-input>
  241. </el-form-item>
  242. </template>
  243. </el-table-column>
  244. <el-table-column label="经销商" width="150" align="center">
  245. <template slot-scope="scope">
  246. <el-select size="small" v-model="scope.row.dealer" filterable placeholder="请选择厂商" :disabled="stockShow">
  247. <el-option
  248. v-for="(option, index) in dealerList"
  249. :key="index"
  250. :label="option.dealer_name"
  251. :value="option.id">
  252. </el-option>
  253. </el-select>
  254. </template>
  255. </el-table-column>
  256. <el-table-column label="备注" width="150" align="center">
  257. <template slot-scope="scope">
  258. <el-input v-model="scope.row.remark" :disabled="stockShow"></el-input>
  259. </template>
  260. </el-table-column>
  261. <el-table-column label="操作" align="center" width="150" fixed="right">
  262. <template slot-scope="scope">
  263. <el-tooltip class="item" effect="dark" content="新增" placement="top">
  264. <el-button
  265. size="mini"
  266. type="primary"
  267. icon="el-icon-circle-plus-outline"
  268. @click="handleEdit(scope.$index, scope.row)">
  269. </el-button>
  270. </el-tooltip>
  271. <el-tooltip class="item" effect="dark" content="删除" placement="top">
  272. <el-button
  273. size="mini"
  274. type="danger"
  275. icon="el-icon-delete"
  276. @click="handleDelete(scope.$index, scope.row)">
  277. </el-button>
  278. </el-tooltip>
  279. </template>
  280. </el-table-column>
  281. </el-table>
  282. </el-form>
  283. </div>
  284. </div>
  285. </template>
  286. <script>
  287. import { uParseTime } from '@/utils/tools'
  288. import { deleteWarehouseOutInfo, editWarehouseoutInfo,GetAllConfig,GetAllGoodInfoByID,postSearchGoodList,getSingleOutOrderDetail,getStockBatchNumber,checkWarehouseOut,returnCheckWarehouseOut } from '@/api/stock'
  289. import BreadCrumb from '../components/bread-crumb'
  290. import StockInDialog from './Dialog/stockInDialog'
  291. export default {
  292. components: { StockInDialog, BreadCrumb},
  293. name: 'stockOutOrderEdit',
  294. data() {
  295. return {
  296. crumbs: [
  297. { path: false, name: '库存管理' },
  298. { path: false, name: '耗材出库单' },
  299. { path: false, name: '编辑出库单' }
  300. ],
  301. crumbs2: [
  302. { path: false, name: '库存管理' },
  303. { path: false, name: '其他出库单' },
  304. { path: false, name: '编辑出库单' }
  305. ],
  306. signAndWeighBoxPatients: 'sign-and-weigh-box-patients',
  307. adminUserOptions: null,
  308. currentIndex: 0,
  309. warehouse_out_time: '',
  310. recordInfo: {
  311. recordData: [],
  312. stock_in_code: '',
  313. current_index: ''
  314. },
  315. tableRules: {
  316. count: [
  317. { required: true, message: '数量不能为空', trigge: 'blur' }
  318. ],
  319. price: [
  320. { required: true, message: '单价不能为空', trigger: 'blur' }
  321. ]
  322. },
  323. ruleForm: {
  324. manufacturer: [
  325. { required: true, message: '请选择厂商', trigger: 'change' }
  326. ]
  327. },
  328. // prop
  329. isVisibility: false,
  330. propForm: {
  331. goods:[],
  332. goodType: [],
  333. goodInfo: [],
  334. goodUnit: [],
  335. title: '入库',
  336. manufacturer: 0,
  337. dealer: 0
  338. },
  339. form: {
  340. manufacturer: 0,
  341. dealer: 0
  342. },
  343. warehouseInfoList: [],
  344. warehouseOut: {},
  345. manufacturer: [],
  346. dealer: [],
  347. goodType: [],
  348. goodInfo:[],
  349. numberList:[],
  350. stockShow:false,
  351. stockTrue:true,
  352. storelist:[],
  353. storehouse_id:"",
  354. doctorList:[],
  355. showCheck:false,
  356. showReturnCheck:false,
  357. loading:false,
  358. }
  359. },
  360. methods: {
  361. comfirm: function(val) {
  362. this.$refs.dialog.hide();
  363. this.propForm.goodType = [];
  364. this.propForm.goods = [];
  365. if (val.selectedGoodInfo.length > 0) {
  366. for (let i = val.selectedGoodInfo.length - 1; ; i--) {
  367. if (i == 0) {
  368. this.recordInfo.recordData[this.currentIndex].good_type_id =
  369. val.selectedGoodInfo[i].good_type_id;
  370. this.recordInfo.recordData[this.currentIndex].good_id =
  371. val.selectedGoodInfo[i].id;
  372. this.recordInfo.recordData[
  373. this.currentIndex
  374. ].price = val.selectedGoodInfo[i].buy_price.toString();
  375. } else {
  376. const tempForm = {};
  377. tempForm["id"] = 0;
  378. tempForm["good_type_id"] = val.selectedGoodInfo[i].good_type_id;
  379. tempForm["good_id"] = val.selectedGoodInfo[i].id;
  380. tempForm["count"] = "";
  381. tempForm["price"] = val.selectedGoodInfo[i].buy_price.toString();
  382. tempForm["remark"] = "";
  383. this.recordInfo.recordData.splice(
  384. this.currentIndex + 1,
  385. 0,
  386. tempForm
  387. );
  388. }
  389. }
  390. }
  391. this.currentIndex = -1;
  392. },
  393. cancle: function() {
  394. this.$refs.dialog.hide()
  395. this.propForm.goods = [];
  396. this.propForm.goodType = [];
  397. },
  398. GetConfigInfo: function() {
  399. const loading = this.$loading({
  400. lock: true,
  401. text: "Loading",
  402. spinner: "el-icon-loading",
  403. background: "rgba(0, 0, 0, 0.7)"
  404. });
  405. GetAllConfig().then(response => {
  406. if (response.data.state == 0) {
  407. this.$message.error(response.data.msg);
  408. return false;
  409. } else {
  410. this.manufacturerList = response.data.data.manufacturer;
  411. this.dealer = response.data.data.dealer;
  412. this.goodType = response.data.data.goodType;
  413. this.goodInfo = response.data.data.goodInfo;
  414. }
  415. loading.close();
  416. });
  417. }, typeName: function(good_type_id) {
  418. let name = "";
  419. for (let i = 0; i < this.goodType.length; i++) {
  420. if (this.goodType[i].id == good_type_id) {
  421. name = this.goodType[i].type_name;
  422. }
  423. }
  424. return name;
  425. }, specificationName: function(good_info_id) {
  426. let name = "";
  427. for (let i = 0; i < this.goodInfo.length; i++) {
  428. if (this.goodInfo[i].id == good_info_id) {
  429. name = this.goodInfo[i].specification_name;
  430. }
  431. }
  432. return name;
  433. },
  434. handleEdit: function(index, row) {
  435. if(parseInt(this.$route.query.is_sys) == 5){
  436. this.$message.error("结算出库数据不能新增!")
  437. return
  438. }
  439. if(parseInt(this.$route.query.is_sys) == 12){
  440. this.$message.error("调拨出库数据不能新增!")
  441. return
  442. }
  443. if(row.supply_cancel_out_id >0){
  444. this.$message.error("采购出库数据不能新增!")
  445. return
  446. }
  447. if(this.is_check == 1){
  448. this.$message.error("已审核的数据不能新增")
  449. return
  450. }
  451. this.stockTrue = false
  452. if(this.stockShow == true){
  453. this.$message.error("自动出库数据无法编辑")
  454. return
  455. }
  456. const tempObj = {}
  457. tempObj['id'] = 0
  458. tempObj['good_type_id'] = 0
  459. tempObj['good_id'] = 0
  460. tempObj['count'] = ''
  461. tempObj['price'] = ''
  462. tempObj['remark'] = ''
  463. tempObj['number'] = ""
  464. tempObj['license_number'] = ""
  465. tempObj['dealer'] = ""
  466. tempObj['manufacturer'] = ""
  467. tempObj["admin_user_id"] = this.$store.getters.xt_user.user.user_name
  468. tempObj["buy_price"]= ""
  469. tempObj["stock_count"] = ""
  470. tempObj['register_number'] = ''
  471. this.recordInfo.recordData.push(tempObj)
  472. },
  473. handleDelete: function(index, row) {
  474. if(parseInt(this.$route.query.is_sys) == 12){
  475. this.$message.error("调拨出库数据不能删除!")
  476. return
  477. }
  478. if(parseInt(this.$route.query.is_sys) == 5){
  479. this.$message.error("结算出库数据不能删除!")
  480. return
  481. }
  482. if(row.supply_cancel_out_id >0){
  483. this.$message.error("采购出库数据不能删除!")
  484. return
  485. }
  486. if(this.is_check == 1){
  487. this.$message.error("已审核的数据不能删除!")
  488. return
  489. }
  490. if(this.stockShow == true){
  491. this.$message.error("自动出库数据无法删除")
  492. return
  493. }
  494. if (row.id == 0) {
  495. this.recordInfo.recordData.splice(index, 1)
  496. } else {
  497. const params = {
  498. id: row.id
  499. }
  500. this.$confirm('确认删除该出库耗材信息记录?', '删除出库耗材信息记录', {
  501. confirmButtonText: '确定',
  502. cancelButtonText: '取消',
  503. type: 'warning'
  504. }).then(() => {
  505. deleteWarehouseOutInfo(params).then(response => {
  506. if (response.data.state == 0) {
  507. this.$message.error(response.data.msg)
  508. return false
  509. } else {
  510. this.$message.success('删除成功')
  511. this.recordInfo.recordData.splice(index, 1)
  512. }
  513. })
  514. }).catch(() => {
  515. })
  516. }
  517. }, getTime(val, temp) {
  518. if (val != 0) {
  519. return uParseTime(val, temp)
  520. } else {
  521. return ''
  522. }
  523. },
  524. showDialog(index, row) {
  525. this.currentIndex = index;
  526. const loading = this.$loading({
  527. lock: true,
  528. text: "Loading",
  529. spinner: "el-icon-loading",
  530. background: "rgba(0, 0, 0, 0.7)"
  531. });
  532. const params = {
  533. manufacturer_id: this.form.manufacturer,
  534. dealer_id: this.form.dealer
  535. };
  536. this.propForm.goods = []
  537. GetAllGoodInfoByID(params).then(response => {
  538. if (response.data.state == 0) {
  539. this.$message.error(response.data.msg);
  540. return false;
  541. } else {
  542. if (response.data.data.goodInfo.length <= 0) {
  543. this.$message.error("该厂商或经销商没有物品信息");
  544. return;
  545. }
  546. this.$refs.dialog.show();
  547. for (let i = 0; i < response.data.data.goodInfo.length; i++) {
  548. this.propForm.goodType.push(
  549. response.data.data.goodInfo[i].type
  550. );
  551. }
  552. const obj = {};
  553. this.propForm.goodType = this.propForm.goodType.reduce(
  554. (cur, next) => {
  555. obj[next.id] ? "" : (obj[next.id] = true && cur.push(next));
  556. return cur;
  557. },
  558. []
  559. ); // 设置cur默认类型为数组,并且初始值为空的数组
  560. }
  561. for (let i = 0; i < this.propForm.goodType.length; i++) {
  562. let goodInfo = [];
  563. let goodObj = {};
  564. for (let a = 0; a < response.data.data.goodInfo.length; a++) {
  565. var respObj = response.data.data.goodInfo[a];
  566. respObj["isSelected"] = false;
  567. if (respObj.type.id == this.propForm.goodType[i].id) {
  568. goodInfo.push(respObj);
  569. }
  570. }
  571. const obj = {};
  572. goodInfo = goodInfo.reduce((cur, next) => {
  573. obj[next.id] ? "" : (obj[next.id] = true && cur.push(next));
  574. return cur;
  575. }, []); // 设置cur默认类型为数组,并且初始值为空的数组
  576. this.$set(goodObj, this.propForm.goodType[i].id, goodInfo);
  577. this.propForm.goods.push(goodObj);
  578. }
  579. loading.close();
  580. });
  581. },
  582. back() {
  583. this.$router.go(-1)
  584. },
  585. submit() {
  586. this.loading = true
  587. this.$refs['tableForm'].validate((valid) => {
  588. if (valid) {
  589. const array = this.recordInfo.recordData
  590. for (let i = 0; i < array.length; i++) {
  591. if (array[i].good_type_id == 0) {
  592. this.$message.error('商品类型不能为空')
  593. return
  594. }
  595. if (array[i].good_id == 0) {
  596. this.$message.error('规格名称不能为空')
  597. return
  598. }
  599. }
  600. for(let i=0;i<this.recordInfo.recordData.length;i++){
  601. if(this.recordInfo.recordData[i].dealer == ""){
  602. this.recordInfo.recordData[i].dealer = 0
  603. }
  604. if(this.recordInfo.recordData[i].expiry_date == "" || this.recordInfo.recordData[i].expiry_date == undefined){
  605. this.recordInfo.recordData[i].expiry_date = ""
  606. }
  607. if(this.recordInfo.recordData[i].product_date == "" || this.recordInfo.recordData[i].product_date == undefined){
  608. this.recordInfo.recordData[i].product_date = ""
  609. }
  610. this.recordInfo.recordData[i].price = this.recordInfo.recordData[i].price.toString()
  611. this.recordInfo.recordData[i].buy_price = this.recordInfo.recordData[i].buy_price.toString()
  612. this.recordInfo.recordData[i].stock_count = this.recordInfo.recordData[i].stock_count.toString()
  613. for(let j=0;j<this.manufacturerList.length;j++){
  614. if(this.recordInfo.recordData[i].manufacturer == this.manufacturerList[j].manufacturer_name){
  615. this.recordInfo.recordData[i].manufacturer = this.manufacturerList[j].id
  616. }
  617. }
  618. for(let z=0;z<this.dealerList.length;z++){
  619. if(this.recordInfo.recordData[i].dealer == this.dealerList[z].dealer_name){
  620. this.recordInfo.recordData[i].dealer = this.dealerList[z].id
  621. }
  622. }
  623. for(let y=0;y<this.numberList.length;y++){
  624. if(this.recordInfo.recordData[i].number == this.numberList[y].id){
  625. this.recordInfo.recordData[i].number = this.numberList[y].number
  626. }
  627. }
  628. for(let s=0;s<this.doctorList.length;s++){
  629. if(this.recordInfo.recordData[i].admin_user_id == this.doctorList[s].user_name){
  630. this.recordInfo.recordData[i].admin_user_id = this.doctorList[s].admin_user_id
  631. }
  632. }
  633. }
  634. const loading = this.$loading({
  635. lock: true,
  636. text: 'Loading',
  637. spinner: 'el-icon-loading',
  638. background: 'rgba(0, 0, 0, 0.7)'
  639. })
  640. const params = {
  641. 'warehouse_out_time':this.warehouse_out_time,
  642. 'stockOut': this.recordInfo.recordData,
  643. "warehout_id":parseInt(this.$route.query.id),
  644. "storehouse_id":parseInt(this.storehouse_id),
  645. }
  646. var warehout_id = parseInt(this.$route.query.id)
  647. editWarehouseoutInfo(params, this.warehouse_out_time, warehout_id, this.$route.query.type, this.form.manufacturer, this.form.dealer,this.storehouse_id).then(response => {
  648. if (response.data.state == 0) {
  649. this.$message.error(response.data.msg)
  650. loading.close()
  651. return false
  652. } else {
  653. this.loading = false
  654. if(response.data.data.msg == 1){
  655. this.$message.success('保存成功')
  656. // this.$router.back(-1)
  657. loading.close()
  658. const order_id = this.$route.query.id
  659. this.getSingleOutOrderDetail(order_id)
  660. }
  661. if(response.data.data.msg == 5){
  662. this.$message.error("该耗材无库存,请入库")
  663. }
  664. var msg = response.data.data.msg
  665. var good_name = response.data.data.good_name
  666. var specification_name = response.data.data.specification_name
  667. var str = good_name +"*" + specification_name +"无库存,请入库"
  668. if(msg == 7){
  669. this.$message.error(str)
  670. }
  671. if(response.data.data.msg == 6){
  672. this.$message.error("该耗材的出库数量大于入库数量,无法出库")
  673. }
  674. loading.close()
  675. }
  676. })
  677. } else {
  678. return false
  679. }
  680. })
  681. },
  682. calculate: function(val) {
  683. if (val == 0) {
  684. return ''
  685. }
  686. return Math.round(parseFloat(val) * 100) / 100
  687. }, changeManufacturer(val) {
  688. this.propForm.manufacturer = val
  689. }, changeDealer(val) {
  690. this.propForm.dealer = val
  691. },
  692. querySearchAsync(keyword, cb) {
  693. let key = '';
  694. if (keyword != undefined) {
  695. key = keyword
  696. }
  697. postSearchGoodList(key,this.storehouse_id).then(response => {
  698. if (response.data.state == 1) {
  699. var list = response.data.data.list
  700. this.goodList = list
  701. var manufacturerList = response.data.data.manufacturerList
  702. this.manufacturerList = manufacturerList
  703. for(let i=0;i<this.goodList.length;i++){
  704. for(let j=0;j<this.manufacturerList.length;j++){
  705. if(this.goodList[i].manufacturer == this.manufacturerList[j].id){
  706. this.goodList[i].manufacturer = this.manufacturerList[j].manufacturer_name
  707. }
  708. }
  709. for(let z=0;z<this.dealerList.length;z++){
  710. if(this.goodList[i].dealer == this.dealerList[z].id){
  711. this.goodList[i].dealer = this.dealerList[z].dealer_name
  712. }
  713. }
  714. }
  715. cb(this.goodList)
  716. } else {
  717. cb([])
  718. }
  719. })
  720. },
  721. changeGoodName(val){
  722. this.currentIndex = val
  723. },
  724. handleSelect(val){
  725. var arr = []
  726. for(let i=0;i<this.recordInfo.recordData.length;i++){
  727. arr.push(this.recordInfo.recordData[i].good_id)
  728. }
  729. var str = arr.join(",")
  730. if(str.indexOf(val.id)!=-1){
  731. this.$message.error("该耗材已存在列表中")
  732. return
  733. }
  734. this.getStockBatchNumber(val.id)
  735. var total_count = 0
  736. for(let i=0;i<val.xt_warehouse_info.length;i++){
  737. total_count += val.xt_warehouse_info[i].stock_count
  738. }
  739. for(let i=0;i<this.recordInfo.recordData.length;i++){
  740. if(this.currentIndex == i){
  741. this.recordInfo.recordData[i].good_type_id = val.id
  742. this.recordInfo.recordData[i].good_name = val.good_name
  743. this.recordInfo.recordData[i].good_type_id = val.good_type_id
  744. this.recordInfo.recordData[i].name = val.specification_name +"/"+val.packing_unit
  745. this.recordInfo.recordData[i].manufacturer = val.manufacturer
  746. this.recordInfo.recordData[i].remark = val.remark
  747. this.recordInfo.recordData[i].license_number = val.number
  748. this.recordInfo.recordData[i].warehouse_info_id = 0
  749. this.recordInfo.recordData[i].buy_price = val.buy_price
  750. this.recordInfo.recordData[i].stock_count = total_count
  751. if(val.packing_price == 0){
  752. this.recordInfo.recordData[i].price = ""
  753. }else{
  754. this.recordInfo.recordData[i].price = val.packing_price
  755. }
  756. this.recordInfo.recordData[i].specification_name = val.specification_name
  757. this.recordInfo.recordData[i].good_id = val.id
  758. if(val.dealer == 0){
  759. this.recordInfo.recordData[i].dealer = ""
  760. }else{
  761. this.recordInfo.recordData[i].dealer = val.dealer
  762. }
  763. }
  764. }
  765. },
  766. getSingleOutOrderDetail(order_id){
  767. this.recordInfo.recordData = []
  768. const loading = this.$loading({
  769. lock: true,
  770. text: "Loading",
  771. spinner: "el-icon-loading",
  772. background: "rgba(0, 0, 0, 0.7)"
  773. });
  774. const params = {
  775. 'id': order_id
  776. }
  777. getSingleOutOrderDetail(params).then(response=>{
  778. if(response.data.state == 1){
  779. var dealerList = response.data.data.dealerList
  780. this.dealerList = dealerList
  781. var manufacturerList = response.data.data.manufacturerList
  782. this.manufacturerList = manufacturerList
  783. this.goodType = response.data.data.goodType
  784. this.doctorList = response.data.data.doctorlist
  785. for (let i = 0; i < response.data.data.list.length; i++) {
  786. response.data.data.list[i].price = response.data.data.list[i].price.toString()
  787. response.data.data.list[i].count = response.data.data.list[i].count.toString()
  788. response.data.data.list[i].good_name = response.data.data.list[i].good_name
  789. response.data.data.list[i].name = response.data.data.list[i].specification_name + "/" + response.data.data.list[i].packing_unit
  790. response.data.data.list[i].good_type_id = response.data.data.list[i].good_type_id
  791. response.data.data.list[i].expiry_date = this.getTime(response.data.data.list[i].expiry_date,"{y}-{m}-{d}")
  792. response.data.data.list[i].product_date = this.getTime(response.data.data.list[i].product_date,"{y}-{m}-{d}")
  793. response.data.data.list[i].remark = response.data.data.list[i].remark
  794. response.data.data.list[i].buy_price = response.data.data.list[i].buy_price.toString()
  795. response.data.data.list[i].stock_count = response.data.data.list[i].stock_count.toString()
  796. if(response.data.data.list[i].dealer == 0){
  797. response.data.data.list[i].dealer = ""
  798. }
  799. if(response.data.data.list[i].manufacturer ==0 ){
  800. response.data.data.list[i].manufacturer = ""
  801. }
  802. this.recordInfo.recordData.push(response.data.data.list[i])
  803. }
  804. this.storelist = response.data.data.storelist
  805. this.warehouse_out_time = this.getTime(response.data.data.out.warehouse_out_time,"{y}-{m}-{d}")
  806. this.storehouse_id = response.data.data.out.storehouse_id
  807. loading.close();
  808. }
  809. })
  810. },
  811. getStockBatchNumber(id){
  812. var params = {
  813. id:id
  814. }
  815. getStockBatchNumber(params).then(response=>{
  816. if(response.data.state == 1){
  817. var list = response.data.data.list
  818. this.numberList = list
  819. }
  820. })
  821. },
  822. changeNumberList(val,index){
  823. for(let i=0;i<this.recordInfo.recordData.length;i++){
  824. if(index == i){
  825. this.recordInfo.recordData[i].warehouse_info_id = val.number
  826. }
  827. }
  828. },
  829. getSupplyCount(count,sum_count,index){
  830. if(sum_count < count){
  831. this.$message.error("出库数量不能大于剩余库存")
  832. for(let i=0;i<this.recordInfo.recordData.length;i++){
  833. if(index == i){
  834. this.recordInfo.recordData[i].count = ""
  835. }
  836. return
  837. }
  838. }else{
  839. for(let i=0;i<this.recordInfo.recordData.length;i++){
  840. if(index == i){
  841. this.recordInfo.recordData[i].count = count
  842. }
  843. return
  844. }
  845. }
  846. },
  847. toCheck(){
  848. const loading = this.$loading({
  849. lock: true,
  850. text: "Loading",
  851. spinner: "el-icon-loading",
  852. background: "rgba(0, 0, 0, 0.7)"
  853. });
  854. var params = {
  855. id:parseInt(this.$route.query.id)
  856. }
  857. checkWarehouseOut(params).then(response=>{
  858. if(response.data.state == 1){
  859. var msg = response.data.data.msg
  860. var good_name = response.data.data.good_name
  861. var specification_name = response.data.data.specification_name
  862. var storehose_name = response.data.data.storehose_name
  863. var str = storehose_name + " " + good_name +"*" + specification_name +"库存不足,请入库"
  864. if(msg == 1){
  865. this.$message.error(str)
  866. loading.close()
  867. }
  868. if(msg == 2){
  869. this.$message.success("审核成功!")
  870. this.recordInfo.recordData = [];
  871. this.is_check = 1
  872. this.$router.back(-1);
  873. loading.close()
  874. }
  875. }else{
  876. this.$message.error("审核失败!")
  877. loading.close()
  878. }
  879. })
  880. },
  881. toReturnCheck(){
  882. const loading = this.$loading({
  883. lock: true,
  884. text: "Loading",
  885. spinner: "el-icon-loading",
  886. background: "rgba(0, 0, 0, 0.7)"
  887. });
  888. var params = {
  889. id:parseInt(this.$route.query.id),
  890. }
  891. returnCheckWarehouseOut(params).then(response=>{
  892. if(response.data.state == 1){
  893. var list = response.data.data.list
  894. this.$message.success("反审核成功")
  895. this.is_check = 2
  896. this.$router.back(-1);
  897. loading.close()
  898. }else{
  899. this.$message.error("反审核失败!")
  900. loading.close()
  901. }
  902. })
  903. }
  904. },
  905. created() {
  906. // var nowDate = new Date();
  907. // var nowYear = nowDate.getFullYear();
  908. // var nowMonth = nowDate.getMonth() + 1;
  909. // var nowDay = nowDate.getDate();
  910. // this.warehouse_out_time =
  911. // nowYear +
  912. // "-" +
  913. // (nowMonth < 10 ? "0" + nowMonth : nowMonth) +
  914. // "-" +
  915. // (nowDay < 10 ? "0" + nowDay : nowDay);
  916. this.is_check = parseInt(this.$route.query.is_check)
  917. this.propForm.goodUnit = this.$store.getters.good_unit
  918. const order_id = this.$route.query.id
  919. this.getSingleOutOrderDetail(order_id)
  920. var is_sys = this.$route.query.is_sys
  921. if(is_sys == 0){
  922. this.stockShow = false
  923. }
  924. if(is_sys == 1 || this.is_check == 1){
  925. this.stockShow = true
  926. }
  927. if(is_sys == 12){
  928. this.stockShow = true
  929. }
  930. if(parseInt(this.$route.query.supply_cancel_out_id) >0){
  931. this.stockShow = true
  932. }
  933. }
  934. }
  935. </script>
  936. <style rel="stylesheet/css" lang="scss" scoped>
  937. .information {
  938. border: 1px #dcdfe6 solid;
  939. padding: 30px 20px 30px 20px;
  940. .border {
  941. border-bottom: 1px #dcdfe6 solid;
  942. margin: 0px 0 20px 0;
  943. }
  944. }
  945. .edit_separater {
  946. border-top: 1px solid rgb(233, 233, 233);
  947. margin-top: 15px;
  948. margin-bottom: 15px;
  949. }
  950. </style>
  951. <style>
  952. .sign-and-weigh-box .sign-and-weigh-box-patients .cell {
  953. font-size: 12px;
  954. }
  955. .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
  956. background: #6fb5fa;
  957. }
  958. .el-autocomplete-suggestion{
  959. width: 400px !important;
  960. }
  961. </style>