123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068 |
- <template>
- <div class="main-contain">
- <div class="position">
- <bread-crumb :crumbs="crumbs"></bread-crumb>
- <div>
- <el-button type="primary" @click="submit">保存</el-button>
- <el-button type="warning" @click="examine" v-if="is_check == 2"
- >审核</el-button
- >
- <el-button type="warning" @click="approval" v-if="is_check == 1"
- >反审核</el-button
- >
- </div>
- </div>
- <div class="app-container" v-loading="loading">
- <div
- style="
- justify-content: flex-start;
- margin: 0px 0 12px 0;
- display: flex;
- align-items: center;
- "
- >
- <el-form :inline="true" :model="formInline" class="demo-form-inline">
- <el-form-item label="单据日期:">
- <el-date-picker
- :disabled="store_disabled"
- v-model="warehousing_time"
- type="date"
- format="yyyy-MM-dd"
- value-format="yyyy-MM-dd"
- placeholder="选择日期"
- ></el-date-picker>
- </el-form-item>
- <span style="display: inline-block; margin-top: 8px; font-size: 14px"
- ><span style="color: red; font-size: 14px">*</span>调出仓库:</span
- >
- <el-form-item prop="storehouse_out_id">
- <el-select
- size="small"
- v-model="storehouse_out_id"
- filterable
- placeholder="请选择调出仓库"
- :disabled="store_disabled"
- @change="changeHouseList"
- >
- <el-option
- v-for="(option, index) in houseList"
- :key="index"
- :label="option.storehouse_name"
- :value="option.id"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <span style="display: inline-block; margin-top: 8px; font-size: 14px"
- ><span style="color: red; font-size: 14px">*</span>调入仓库:</span
- >
- <el-form-item prop="storehouse_in_id">
- <el-select
- size="small"
- v-model="storehouse_in_id"
- filterable
- placeholder="请选择调入仓库"
- :disabled="store_disabled"
- @change="changeHouseInfoList"
- >
- <el-option
- v-for="(option, index) in houseList"
- :key="index"
- :label="option.storehouse_name"
- :value="option.id"
- >
- </el-option>
- </el-select>
- </el-form-item>
- </el-form>
- </div>
- <el-form :rules="tableRules" :model="recordInfo" ref="tableForm">
- <el-table
- :header-cell-style="{
- backgroundColor: 'rgb(245, 247, 250)',
- color: '#606266',
- }"
- :data="recordInfo.recordData"
- border
- >
- >
-
- <el-table-column align="center" width="230">
- <template slot="header" slot-scope="scope">
- 商品名称<span style="color: red">*</span>
- </template>
- <template slot-scope="scope">
- <el-form-item
- :prop="'recordData.' + scope.$index + '.name'"
- :rules="tableRules.name"
- >
- <el-select
- v-model="scope.row.name"
- style="width: 200"
- filterable
- placeholder="请选择商品"
- @change="changeName"
- @input="changeGoodName(scope.$index)"
- :disabled="store_disabled"
- >
- <el-option
- v-for="(item, index) in tabList"
- :key="index"
- :label="item.project_name"
- :value="item"
- >
- </el-option>
- </el-select>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column align="center" width="200">
- <template slot="header" slot-scope="scope">
- <span>商品类型<span style="color: red">*</span></span>
- </template>
-
- <template slot-scope="scope">
- <el-form-item style="padding-top: 20px">
- <el-input
- v-model="scope.row.project_type"
- :disabled="true"
- style="width: 180px"
- ></el-input>
- <div style="height: 20px;visibility: hidden">/</div>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column align="center" width="100">
- <template slot="header" slot-scope="scope">
- 国家编码
- </template>
- <template slot-scope="scope">
- {{ scope.row.medical_insurance_number? scope.row.medical_insurance_number:"" }}
- </template>
- </el-table-column>
- <el-table-column align="center" width="250">
- <template slot="header" slot-scope="scope">
- <span>规格<span style="color: red">*</span></span>
- </template>
- <template slot-scope="scope">
- <el-form-item style="padding-top: 20px">
- <el-input
- v-model="scope.row.second_specification_name"
- style="width: 200px"
- :disabled="true"
- ></el-input>
- <div style="height: 20px;visibility: hidden">/</div>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column align="center" width="250">
- <template slot="header" slot-scope="scope">
- <span>调拨数量<span style="color: red">*</span></span>
- </template>
- <template slot-scope="scope">
- <el-form-item
- style="padding-top: 20px"
- :prop="'recordData.' + scope.$index + '.count'"
- oninput="value=value.replace(/\D|^0/g,'')"
- :rules="tableRules.count"
- >
- <el-input
- v-model="scope.row.count"
- style="width: 100px"
- :disabled="store_disabled"
- @input="
- selectCount(
- scope.row.project_id,
- scope.row.sencond_unit,
- scope.row.is_source,
- scope.row.count,
- scope.$index
- )
- "
- ></el-input>
- <el-select
- :disabled="store_disabled"
- v-model="scope.row.sencond_unit"
- style="width: 100px"
- filterable
- placeholder="请选择"
- >
- <el-option
- v-for="(item, index) in scope.row.unitList"
- :key="index"
- :label="item.name"
- :value="item.name"
- >
- </el-option>
- </el-select>
- <div style="height: 20px;visibility: hidden">/</div>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column label="库存总数" align="center" width="200">
- <template slot="header" slot-scope="scope">
- <span>库存总数<span style="color: red">*</span></span>
- </template>
- <template slot-scope="scope">
- <el-form-item style="padding-top: 20px">
- <el-input
- v-model="scope.row.second_total"
- style="width: 150px"
- :disabled="true"
- ></el-input>
- <div style="height: 20px;visibility: hidden">/</div>
- </el-form-item>
- </template>
- </el-table-column>
-
- <el-table-column label="备注" align="center" width="200">
- <template slot-scope="scope">
- <el-input
- v-model="scope.row.remake"
- style="width: 160px"
- :disabled="store_disabled"
- ></el-input>
- <div style="height: 20px;visibility: hidden">/</div>
- </template>
- </el-table-column>
-
- <el-table-column label="操作" align="center" width="190px">
- <template slot-scope="scope">
- <el-tooltip class="item" content="新增" placement="top-start">
- <el-button
- icon="el-icon-plus"
- size="small"
- type="primary"
- @click="toAdd(scope.row)"
- >
- </el-button>
- </el-tooltip>
-
- <el-tooltip class="item" content="删除" placement="top-start">
- <el-button
- icon="el-icon-delete"
- size="small"
- type="danger"
- @click="toDelete(scope.row, scope.$index)"
- >
- </el-button>
- </el-tooltip>
- </template>
- </el-table-column>
- </el-table>
- </el-form>
- </div>
- </div>
- </template>
-
- <script>
- import BreadCrumb from "@/xt_pages/components/bread-crumb";
- import { uParseTime } from "@/utils/tools";
- import {
- getSencondeGoodList,
- updateSencondOrder,
- getSencondOrderDetail,
- returnCheckSecondOrder,
- getSumSecondeCount,
- checkSecondOrder,
- getStoreHouseGoodList,
- deleteSecondeOrderInfo,
- } from "@/api/seconde";
- export default {
- components: {
- BreadCrumb,
- },
- data() {
- return {
- crumbs: [
- { path: false, name: "库房管理" },
- { path: "/stock/warehousequery", name: "编辑调拨" },
- ],
- value1: "",
- total: 0,
- page: 1,
- limit: 10,
- tableData: [{}, {}],
- formInline: {
- user: "",
- region: "",
- },
- currentIndex: 0,
- tableRules: {
- name: [
- { required: true, message: "商品名称不能为空", trigger: "blur" },
- ],
- count: [
- { required: true, message: "调拨数量不能为空", trigger: "blur" },
- ],
- },
- goodType: [],
- manufacturerList: [],
- goodList: [],
- loading: false,
- list: [],
- configlist: {},
- recordInfo: {
- recordData: [],
- },
- drugList: [],
- goodTypeList: [],
- drugTypeList: [],
- houseList: [],
- tabList: [],
- disabled: false,
- storehouse_out_id: "",
- storehouse_in_id: "",
- is_check: 0,
- store_disabled: false,
- loading: false,
- warehousing_time: "",
- };
- },
-
- methods: {
- // 初始化数据
- init() {},
-
- // 反审核
-
- // 反审核
- approval() {
- this.loading = true;
- var id = this.$route.query.id;
- var array = [];
- array.push(id);
- var ids = array.join(",");
- returnCheckSecondOrder(ids).then((response) => {
- if (response.data.state == 1) {
- this.loading = false;
- var msg = response.data.data.msg;
- if (msg == 0) {
- this.$message.success("反审核失败!");
- this.getlist();
- }
- if (msg == 1) {
- this.$message.success("反审核成功!");
- this.getlist();
- }
- if (msg == 2) {
- var good_name = response.data.data.good_name;
- var specification_name = response.data.data.specification_name;
- var storehose_name = response.data.data.storehose_name;
-
- this.$message.error(
- storehose_name +
- " " +
- good_name +
- "*" +
- specification_name +
- "库存不足,无法调拨,请修改调拨数量!"
- );
- }
- if (msg == 3) {
- var drug_name = response.data.data.drug_name;
- var dose = response.data.data.dose;
- var dose_unit = response.data.data.dose_unit;
- var min_number = response.data.data.min_number;
- var min_unit = response.data.data.min_unit;
- var max_unit = response.data.data.max_unit;
- var str =
- drug_name +
- " " +
- dose +
- dose_unit +
- "*" +
- min_number +
- min_unit +
- "/" +
- max_unit;
- var storehose_name = response.data.data.storehose_name;
- this.$message.error(
- storehose_name + " " + str + "库存不足,无法调拨,请修改调拨数量!"
- );
- }
- }
- });
- },
- // 审核
- examine() {
- this.loading = true;
- var array = [];
- var id = parseInt(this.$route.query.id);
- array.push(id);
- var ids = array.join(",");
- console.log("ids233232232332", array);
- checkSecondOrder(ids).then((response) => {
- if (response.data.state == 1) {
- var msg = response.data.data.msg;
- this.loading = false;
- if (msg == 1) {
- this.$message.success("审核成功!");
- this.$router.push({ path: "/stock/inventoryTransfer" });
- }
- if (msg == 2) {
- var good_name = response.data.data.good_name;
- var specification_name = response.data.data.specification_name;
- var storehose_name = response.data.data.storehose_name;
-
- this.$message.error(
- storehose_name +
- " " +
- good_name +
- "*" +
- specification_name +
- "库存不足,无法调拨,请修改调拨数量!"
- );
- }
- if (msg == 3) {
- var drug_name = response.data.data.drug_name;
- var dose = response.data.data.dose;
- var dose_unit = response.data.data.dose_unit;
- var min_number = response.data.data.min_number;
- var min_unit = response.data.data.min_unit;
- var max_unit = response.data.data.max_unit;
- var str =
- drug_name +
- " " +
- dose +
- dose_unit +
- "*" +
- min_number +
- min_unit +
- "/" +
- max_unit;
- var storehose_name = response.data.data.storehose_name;
- this.$message.error(
- storehose_name + " " + str + "库存不足,无法调拨,请修改调拨数量!"
- );
- }
- }
- });
- },
-
- // 表单添加
- toAdd() {
- if (this.is_check == 1) {
- this.$message.error("已审核的数据不能新增!");
- return;
- }
- const tempObj = {};
- tempObj["id"] = 0;
- tempObj["name"] = "";
- tempObj["project_name"] = "";
- tempObj["project_type"] = "";
- tempObj["second_specification_name"] = "";
- tempObj["sencond_unit"] = "";
- tempObj["count"] = "";
- tempObj["second_total"] = "";
- tempObj["is_source"] = 0;
- tempObj["remake"] = "";
- tempObj["project_id"] = 0;
- tempObj["min_price"] = 0;
- tempObj["medical_insurance_number"] = ""
- this.recordInfo.recordData.push(tempObj);
- },
-
- // 删除
- toDelete(val, index) {
- if (this.is_check == 1) {
- this.$message.error("已审核的数据不能删除!");
- return;
- }
- if (this.recordInfo.recordData.length <= 1) {
- this.$message.error("只有一条记录的时候无法删除");
- return;
- }
- this.$confirm("确认删除吗?", "删除", {
- confirmButtonText: "确 定",
- cancelButtonText: "取 消",
- type: "warning",
- })
- .then(() => {
- deleteSecondeOrderInfo(val.id).then((response) => {
- if (response.data.state == 1) {
- var msg = response.data.data.msg;
- this.$message.success("删除成功");
- this.recordInfo.recordData.splice(index, 1);
- } else {
- this.$message.error("删除失败");
- }
- });
- })
- .catch(() => {});
- },
-
- // 详情查看
- toDetails() {},
-
- // 表单全选
- handleSelectionChange() {},
-
- // 页表操作
- handleSizeChange(val) {
- this.limit = val;
- this.init();
- },
- handleCurrentChange(val) {
- this.page = val;
- this.init();
- },
-
- // 表格样式
- changColor({ rowIndex }) {
- if (rowIndex % 2 == 1) {
- return {
- backgroundColor: "#C4E1FF",
- color: "#303133",
- };
- } else {
- return {
- backgroundColor: "#ACD6FF",
- color: "#303133",
- };
- }
- },
- //获取基本数据信息
- getlist() {
- getSencondeGoodList().then((response) => {
- if (response.data.state == 1) {
- var houseList = response.data.data.houseList;
- this.houseList = houseList;
- }
- });
- },
- getTime(val, temp) {
- if (val != 0) {
- return uParseTime(val, temp);
- } else {
- return "";
- }
- },
- changeGoodName(val) {
- this.currentIndex = val;
- },
- changeName(val) {
- for (let i = 0; i < this.recordInfo.recordData.length; i++) {
- if (this.currentIndex == i) {
- this.recordInfo.recordData[i].project_id = val.id;
- this.recordInfo.recordData[i].is_source = val.is_source;
- this.recordInfo.recordData[i].name = val.name;
- this.recordInfo.recordData[i].project_name = val.project_name;
- this.recordInfo.recordData[i].project_type = val.project_type;
- this.recordInfo.recordData[i].second_specification_name =
- val.second_specification_name;
- this.recordInfo.recordData[i].second_total = val.second_total;
- this.recordInfo.recordData[i].sencond_unit = val.sencond_unit;
- this.recordInfo.recordData[i].min_price = val.min_price;
- if (val.count == NaN) {
- this.recordInfo.recordData[i].count = "";
- } else {
- this.recordInfo.recordData[i].count = val.count ? val.count : "";
- }
- this.recordInfo.recordData[i].unitList = val.unitList;
- }
- }
- },
- getWarehoseInfo(arr, max_unit, min_unit, min_number) {
- var total = 0;
- var max_str = "";
- var min_str = "";
- if (arr.length > 0) {
- for (let i = 0; i < arr.length; i++) {
- total += parseInt(arr[i].stock_max_number + arr[i].stock_min_number);
- }
- }
- if (total < min_number) {
- min_str = total + min_unit;
- }
- if (total == 0) {
- min_str = "";
- max_str = "";
- }
- if (total >= min_number) {
- if (parseInt(total / min_number) != 0) {
- max_str = parseInt(total / min_number) + max_unit;
- }
- if (total % min_number != 0) {
- min_str = (total % min_number) + min_unit;
- }
- }
- return max_str + min_str;
- },
- getTotalStockCount(arr) {
- var total_count = 0;
- for (let i = 0; i < arr.length; i++) {
- total_count += arr[i].stock_count;
- }
- return total_count;
- },
- getSencondOrderDetail() {
- var id = parseInt(this.$route.query.id);
- getSencondOrderDetail(id).then((response) => {
- if (response.data.state == 1) {
- var warehouse = response.data.data.warehouse;
- this.storehouse_in_id = warehouse.storehouse_in_id;
- this.storehouse_out_id = warehouse.storehouse_out_id;
- this.is_check = warehouse.is_check;
-
- if (warehouse.is_check == 1) {
- this.store_disabled = true;
- }
- if (warehouse.is_check == 2) {
- this.store_disabled = false;
- }
- var list = response.data.data.list;
- for (let i = 0; i < list.length; i++) {
- list[i].id = list[i].id;
- list[i].name = list[i].project_name;
- }
- this.recordInfo.recordData = list;
- this.warehousing_time = this.getTime(
- warehouse.record_date,
- "{y}-{m}-{d}"
- );
- var drugList = response.data.data.drugList;
- this.drugList = drugList;
- var goodList = response.data.data.goodList;
- this.goodList = goodList;
- var manufactuerList = response.data.data.manufacturerList;
- console.log("manufactuerList233232", manufactuerList);
- var goodTypeList = response.data.data.goodTypeList;
- this.goodTypeList = goodTypeList;
- var drugTypeList = response.data.data.drugTypeList;
- this.drugTypeList = drugTypeList;
-
- for (let i = 0; i < drugList.length; i++) {
- for (let j = 0; j < manufactuerList.length; j++) {
- if (drugList[i].manufacturer == manufactuerList[j].id) {
- drugList[i].manufacturer = manufactuerList[j].manufacturer_name;
- }
- }
- for (let z = 0; z < drugList[i].drug_warehouse_info.length; z++) {
- if (
- drugList[i].max_unit ==
- drugList[i].drug_warehouse_info[z].max_unit
- ) {
- drugList[i].drug_warehouse_info[z].stock_max_number =
- drugList[i].drug_warehouse_info[z].stock_max_number *
- drugList[i].min_number;
- }
- }
- for (let y = 0; y < this.drugTypeList.length; y++) {
- if (drugList[i].drug_type == this.drugTypeList[y].value) {
- drugList[i].drug_type = this.drugTypeList[y].name;
- }
- }
- drugList[i].name = drugList[i].drug_name;
- drugList[i].project_name =
- drugList[i].drug_name +
- " " +
- drugList[i].dose +
- drugList[i].dose_unit +
- "*" +
- drugList[i].min_number +
- drugList[i].min_unit +
- "/" +
- drugList[i].max_unit +
- " " +
- drugList[i].manufacturer;
- drugList[i].project_type = drugList[i].drug_type;
- drugList[i].second_specification_name =
- drugList[i].dose +
- drugList[i].dose_unit +
- "*" +
- drugList[i].min_number +
- drugList[i].min_unit +
- "/" +
- drugList[i].max_unit;
- drugList[i].second_total = this.getWarehoseInfo(
- drugList[i].drug_warehouse_info,
- drugList[i].max_unit,
- drugList[i].min_unit,
- drugList[i].min_number
- );
- drugList[i].is_source = 1;
- drugList[i].count = "";
- drugList[i].remake = "";
- drugList[i].min_price = drugList[i].min_price;
- if (drugList[i].max_unit != drugList[i].min_unit) {
- drugList[i].unitList = [
- { id: 1, name: "" },
- { id: 2, name: "" },
- ];
- }
- if (drugList[i].max_unit == drugList[i].min_unit) {
- drugList[i].unitList = [{ id: 1, name: "" }];
- }
-
- drugList[i].sencond_unit = drugList[i].max_unit;
- drugList[i].medical_insurance_number = drugList[i].medical_insurance_number
- for (let j = 0; j < drugList[i].unitList.length; j++) {
- if (drugList[i].max_unit != drugList[i].min_unit) {
- drugList[i].unitList[0].name = drugList[i].max_unit;
- drugList[i].unitList[1].name = drugList[i].min_unit;
- }
- if (drugList[i].max_unit == drugList[i].min_unit) {
- drugList[i].unitList[0].name = drugList[i].max_unit;
- }
- }
- this.tabList.push(drugList[i]);
- }
-
- for (let i = 0; i < goodList.length; i++) {
- for (let j = 0; j < manufactuerList.length; j++) {
- if (goodList[i].manufacturer == manufactuerList[j].id) {
- goodList[i].manufacturer = manufactuerList[j].manufacturer_name;
- }
- }
- for (let y = 0; y < this.goodTypeList.length; y++) {
- if (goodList[i].good_type_id == this.goodTypeList[y].id) {
- goodList[i].good_type_id = this.goodTypeList[y].type_name;
- }
- }
- goodList[i].name = goodList[i].good_name;
- goodList[i].project_name =
- goodList[i].good_name +
- " " +
- goodList[i].specification_name +
- " " +
- goodList[i].manufacturer;
- goodList[i].project_type = goodList[i].good_type_id;
- goodList[i].second_specification_name =
- goodList[i].specification_name;
- goodList[i].second_total = this.getTotalStockCount(
- goodList[i].good_warehouse_info
- );
- goodList[i].count = "";
- goodList[i].is_source = 2;
- goodList[i].name = goodList[i].good_name;
- goodList[i].unitList = [{ id: 1, name: "" }];
- goodList[i].sencond_unit = goodList[i].packing_unit;
- goodList[i].remake = "";
- goodList[i].min_price = goodList[i].retail_price;
- goodList[i].medical_insurance_number = goodList[i].medical_insurance_number
- for (let j = 0; j < goodList[i].unitList.length; j++) {
- goodList[i].unitList[0].name = goodList[i].packing_unit;
- }
-
- this.tabList.push(goodList[i]);
- }
- }
- });
- },
- submit() {
- this.$refs["tableForm"].validate((valid) => {
- if (valid) {
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- this.loading = true;
- const array = this.recordInfo.recordData;
- if(array!=null && array.length ==0){
- this.$message.error("请新增药品或者耗材")
- return false
- }
- if (this.storehouse_in_id <= 0) {
- this.$message.error("调入仓库不能为空!");
- this.loading = false;
- loading.close();
- return;
- }
- if (this.storehouse_out_id <= 0) {
- this.$message.error("调出仓库不能为空!");
- this.loading = false;
- loading.close();
- return;
- }
- for (let i = 0; i < array.length; i++) {
- array[i].count = parseInt(array[i].count);
- array[i].second_total = array[i].second_total.toString();
- }
-
- const params = {
- stockIn: this.recordInfo.recordData,
- };
- var storehouse_in_id = parseInt(this.storehouse_in_id);
- var storehouse_out_id = parseInt(this.storehouse_out_id);
- var id = parseInt(this.$route.query.id);
- var warehouse_time = this.warehousing_time;
-
- updateSencondOrder(
- params,
- warehouse_time,
- storehouse_in_id,
- storehouse_out_id,
- id
- ).then((response) => {
- if (response.data.state == 1) {
- var warehousingInfo = response.data.data.warehousingInfo;
- this.$message.success("保存成功");
- this.loading = false;
- loading.close();
- this.$router.push({ path: "/stock/inventoryTransfer" });
- } else {
- this.$message.error("保存失败");
- loading.close();
- this.loading = false;
- }
- });
- } else {
- return false;
- }
- });
- },
- selectCount(project_id, sencond_unit, is_source, count, index) {
- var params = {
- project_id: project_id,
- sencond_unit: sencond_unit,
- is_source: parseInt(is_source),
- count: parseInt(count),
- storehouse_out_id: this.storehouse_out_id,
- };
- console.log("params23323232", params);
- getSumSecondeCount(params).then((response) => {
- if (response.data.state == 1) {
- var msg = response.data.data.msg;
- if (msg == 2) {
- this.$message.error("调拨数量不能大于库存总量!");
- for (let i = 0; i < this.recordInfo.recordData.length; i++) {
- if (index == i) {
- this.recordInfo.recordData[i].count = "";
- }
- }
- }
- }
- });
- },
- changeHouseInfoList(){
- if(this.storehouse_in_id == this.storehouse_out_id){
- this.$message.error("调出仓库和调入仓库不能是同一个仓库!")
- this.storehouse_in_id = ""
- return false
- }
- },
-
- changeHouseList() {
- const tempObj = {};
- tempObj["id"] = 0;
- tempObj["name"] = "";
- tempObj["project_name"] = "";
- tempObj["project_type"] = "";
- tempObj["second_specification_name"] = "";
- tempObj["sencond_unit"] = "";
- tempObj["count"] = "";
- tempObj["second_total"] = "";
- tempObj["is_source"] = 0;
- tempObj["remake"] = "";
- tempObj["project_id"] = 0;
- tempObj["min_price"] = 0;
- tempObj["medical_insurance_number"] = ""
- if(this.storehouse_in_id == this.storehouse_out_id){
- this.$message.error("调出仓库和调入仓库不能是同一个仓库!")
- this.storehouse_out_id = ""
- return false
- }
- var params = {
- storehouse_out_id: this.storehouse_out_id,
- };
- console.log("para323232233223", params);
- getStoreHouseGoodList(params).then((response) => {
- var drugList = response.data.data.drugList;
- this.drugList = [];
- this.drugList = drugList;
- var goodList = response.data.data.goodList;
- this.goodList = [];
- this.goodList = goodList;
- var goodTypeList = response.data.data.goodTypeList;
- this.goodTypeList = [];
- this.goodTypeList = goodTypeList;
- var drugTypeList = response.data.data.drugTypeList;
- this.drugTypeList = [];
- this.drugTypeList = drugTypeList;
- this.tabList = [];
- var manufactuerList = response.data.data.manufacturerList;
- console.log("manufactuerList23323232", manufactuerList);
- for (let i = 0; i < drugList.length; i++) {
- for (let j = 0; j < manufactuerList.length; j++) {
- if (drugList[i].manufacturer == manufactuerList[j].id) {
- drugList[i].manufacturer = manufactuerList[j].manufacturer_name;
- }
- }
- for (let z = 0; z < drugList[i].drug_warehouse_info.length; z++) {
- if (
- drugList[i].max_unit ==
- drugList[i].drug_warehouse_info[z].max_unit
- ) {
- drugList[i].drug_warehouse_info[z].stock_max_number =
- drugList[i].drug_warehouse_info[z].stock_max_number *
- drugList[i].min_number;
- }
- }
- for (let y = 0; y < this.drugTypeList.length; y++) {
- if (drugList[i].drug_type == this.drugTypeList[y].value) {
- drugList[i].drug_type = this.drugTypeList[y].name;
- }
- }
- drugList[i].name = drugList[i].drug_name;
- drugList[i].project_name =
- drugList[i].drug_name +
- " " +
- drugList[i].dose +
- drugList[i].dose_unit +
- "*" +
- drugList[i].min_number +
- drugList[i].min_unit +
- "/" +
- drugList[i].max_unit +
- " " +
- drugList[i].manufacturer;
- drugList[i].project_type = drugList[i].drug_type;
- drugList[i].second_specification_name =
- drugList[i].dose +
- drugList[i].dose_unit +
- "*" +
- drugList[i].min_number +
- drugList[i].min_unit +
- "/" +
- drugList[i].max_unit;
- drugList[i].second_total = this.getWarehoseInfo(
- drugList[i].drug_warehouse_info,
- drugList[i].max_unit,
- drugList[i].min_unit,
- drugList[i].min_number
- );
- drugList[i].is_source = 1;
- drugList[i].count = "";
- drugList[i].remake = "";
- drugList[i].min_price = drugList[i].min_price;
- drugList[i].medical_insurance_number = drugList[i].medical_insurance_number
- if (drugList[i].max_unit != drugList[i].min_unit) {
- drugList[i].unitList = [
- { id: 1, name: "" },
- { id: 2, name: "" },
- ];
- }
- if (drugList[i].max_unit == drugList[i].min_unit) {
- drugList[i].unitList = [{ id: 1, name: "" }];
- }
-
- drugList[i].sencond_unit = drugList[i].max_unit;
- for (let j = 0; j < drugList[i].unitList.length; j++) {
- if (drugList[i].max_unit != drugList[i].min_unit) {
- drugList[i].unitList[0].name = drugList[i].max_unit;
- drugList[i].unitList[1].name = drugList[i].min_unit;
- }
- if (drugList[i].max_unit == drugList[i].min_unit) {
- drugList[i].unitList[0].name = drugList[i].max_unit;
- }
- }
- this.tabList.push(drugList[i]);
- }
-
- for (let i = 0; i < goodList.length; i++) {
- for (let j = 0; j < manufactuerList.length; j++) {
- if (goodList[i].manufacturer == manufactuerList[j].id) {
- goodList[i].manufacturer = manufactuerList[j].manufacturer_name;
- }
- }
- for (let y = 0; y < this.goodTypeList.length; y++) {
- if (goodList[i].good_type_id == this.goodTypeList[y].id) {
- goodList[i].good_type_id = this.goodTypeList[y].type_name;
- }
- }
- goodList[i].name = goodList[i].good_name;
- goodList[i].project_name =
- goodList[i].good_name +
- " " +
- goodList[i].specification_name +
- " " +
- goodList[i].manufacturer;
- goodList[i].project_type = goodList[i].good_type_id;
- goodList[i].second_specification_name =
- goodList[i].specification_name;
- goodList[i].second_total = this.getTotalStockCount(
- goodList[i].good_warehouse_info
- );
- goodList[i].count = "";
- goodList[i].is_source = 2;
- goodList[i].name = goodList[i].good_name;
- goodList[i].unitList = [{ id: 1, name: "" }];
- goodList[i].sencond_unit = goodList[i].packing_unit;
- goodList[i].remake = "";
- goodList[i].min_price = goodList[i].retail_price;
- goodList[i].medical_insurance_number= goodList[i].medical_insurance_number
- for (let j = 0; j < goodList[i].unitList.length; j++) {
- goodList[i].unitList[0].name = goodList[i].packing_unit;
- }
- this.tabList.push(goodList[i]);
- }
- });
- },
- },
- created() {
- // var nowDate = new Date()
- // var nowYear = nowDate.getFullYear()
- // var nowMonth = nowDate.getMonth() + 1
- // var nowDay = nowDate.getDate()
- // this.warehousing_time =
- // nowYear +
- // '-' +
- // (nowMonth < 10 ? '0' + nowMonth : nowMonth) +
- // '-' +
- // (nowDay < 10 ? '0' + nowDay : nowDay)
- const tempObj = {};
- tempObj["id"] = 0;
- tempObj["name"] = "";
- tempObj["project_name"] = "";
- tempObj["project_type"] = "";
- tempObj["second_specification_name"] = "";
- tempObj["sencond_unit"] = "";
- tempObj["count"] = "";
- tempObj["second_total"] = "";
- tempObj["remake"] = "";
- tempObj["is_source"] = 0;
- tempObj["project_id"] = 0;
- tempObj["min_price"] = 0;
- tempObj["medical_insurance_number"] = ""
- this.recordInfo.recordData.push(tempObj);
- this.getlist();
- this.getSencondOrderDetail();
- },
- };
- </script>
-
- <style rel="stylesheet/css" lang="scss" scoped>
- </style>
-
- <style scoped>
- /deep/ .el-table__body {
- width: 100% !important;
- }
- /deep/ .el-table__header {
- width: 100% !important;
- }
-
- /deep/ .el-table--scrollable-x .el-table__body-wrapper {
- overflow: auto;
- }
- /deep/ .gutter {
- width: 15px !important;
- display: inline-block !important;
- }
- /deep/ .el-table__fixed-right-patch {
- width: 15px !important;
- }
-
- /deep/ .el-table__fixed-right {
- bottom: 0 !important;
- left: auto;
- right: 0;
- }
- /deep/ .el-table__body-wrapper::-webkit-scrollbar {
- width: 15px !important;
- height: 15px !important;
- }
- </style>
|