|
|
|
@ -127,6 +127,12 @@
|
|
|
|
|
<el-row type="flex" justify="end">
|
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
|
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px">
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
@click.native.stop="selectWarlockBagFunction()"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
>术士套包录入
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="primary" @click.native.stop="selectProductFunction()" :loading="loading">产品录入
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button type="primary" :loading="loading" @click.native.stop="selectApply()">选入采购单</el-button>-->
|
|
|
|
@ -148,7 +154,6 @@
|
|
|
|
|
<el-input size="small" v-model="scope.row.count"
|
|
|
|
|
placeholder="请输入数量" style="width: 80%"
|
|
|
|
|
type='number'
|
|
|
|
|
@change="tableCountChange(scope.row)"
|
|
|
|
|
:disabled="scope.row.index !== selectedIndex"
|
|
|
|
|
oninput="value=value.replace(/[^\d]/g,'')"></el-input>
|
|
|
|
|
</template>
|
|
|
|
@ -158,7 +163,6 @@
|
|
|
|
|
<el-table-column label="供应商" prop="supName">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-select size="mini"
|
|
|
|
|
@change='tableCountChange(scope.row)'
|
|
|
|
|
v-model="scope.row.supName" clearable
|
|
|
|
|
:disabled="scope.row.index !== selectedIndex"
|
|
|
|
|
placeholder="请选择">
|
|
|
|
@ -175,6 +179,9 @@
|
|
|
|
|
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true"
|
|
|
|
|
@click.native="rowChange(scope.row)">编辑
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="text" size="small" :disabled="scope.row.index !== selectedIndex" @click.stop="true"
|
|
|
|
|
@click.native="tableCountChange(scope.row)">保存
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="text" size="small" @click.stop="true"
|
|
|
|
|
@click.native="deleteCodeArray(scope.$index, scope.row)">删除
|
|
|
|
|
</el-button>
|
|
|
|
@ -184,6 +191,23 @@
|
|
|
|
|
</el-card>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="术士套包录入"
|
|
|
|
|
:visible.sync="selectWarlockBagVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectWarlockBagVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
>
|
|
|
|
|
<selectWarlockBag
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:codeArray="codeArray"
|
|
|
|
|
:pId="pId"
|
|
|
|
|
:type="5"
|
|
|
|
|
></selectWarlockBag>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="物资录入"
|
|
|
|
|
:visible.sync="selectProductVisible"
|
|
|
|
@ -236,6 +260,7 @@ import {filterSubByInv} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import SelectPlanListDialog from "@/views/purchase/purPlan/selectPlanListDialog";
|
|
|
|
|
import {parseTime} from "@/utils/coTools";
|
|
|
|
|
import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain";
|
|
|
|
|
import selectWarlockBag from "@/views/basic/destiny/warlockBagModel";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "idQuery",
|
|
|
|
@ -302,6 +327,7 @@ export default {
|
|
|
|
|
currentRow: {},
|
|
|
|
|
selectedIndex: "",
|
|
|
|
|
selectProductVisible: false,
|
|
|
|
|
selectWarlockBagVisible: false,
|
|
|
|
|
thisData: {},
|
|
|
|
|
storageList: [],
|
|
|
|
|
invCodeList: [],
|
|
|
|
@ -319,7 +345,8 @@ export default {
|
|
|
|
|
components: {
|
|
|
|
|
draggable,
|
|
|
|
|
purOrderProducts,
|
|
|
|
|
SelectPlanListDialog
|
|
|
|
|
SelectPlanListDialog,
|
|
|
|
|
selectWarlockBag
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
saveOrder(status) {
|
|
|
|
@ -331,7 +358,6 @@ export default {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (status === '2') {
|
|
|
|
|
|
|
|
|
|
if (this.formData.createTime == "" || this.formData.createTime == null) {
|
|
|
|
|
return this.$message.error("单据日期不能为空!");
|
|
|
|
|
}
|
|
|
|
@ -357,6 +383,26 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (status == "1") {
|
|
|
|
|
if (this.formData.createTime == "" || this.formData.createTime == null) {
|
|
|
|
|
return this.$message.error("单据日期不能为空!");
|
|
|
|
|
}
|
|
|
|
|
if (this.formData.invCode == "" || this.formData.invCode == null) {
|
|
|
|
|
return this.$message.error("采购仓库不能为空!");
|
|
|
|
|
}
|
|
|
|
|
if (this.formData.emergency == "" || this.formData.emergency == null) {
|
|
|
|
|
return this.$message.error("紧急程度不能为空!");
|
|
|
|
|
}
|
|
|
|
|
if (this.formData.arrivalTime == "" || this.formData.arrivalTime == null) {
|
|
|
|
|
return this.$message.error("到货时间不能为空!");
|
|
|
|
|
}
|
|
|
|
|
for (let i = 0; i < this.codeArray.length; i++) {
|
|
|
|
|
if (this.$isBlank(this.codeArray[i].count) || this.codeArray[i].count == "0") {
|
|
|
|
|
return this.$message.error('单据数量不能为0');
|
|
|
|
|
}
|
|
|
|
|
if (this.$isBlank(this.codeArray[i].supName)) {
|
|
|
|
|
return this.$message.error('请选择产品对应供应商');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.submitFunction(status);
|
|
|
|
|
} else {
|
|
|
|
|
let tip = "是否确定提交订单?";
|
|
|
|
@ -411,11 +457,26 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.thisData.stockOrderLists = this.codeArray;
|
|
|
|
|
},
|
|
|
|
|
selectWarlockBagFunction() {
|
|
|
|
|
this.selectWarlockBagVisible = true;
|
|
|
|
|
//当父id为空的时候生成id
|
|
|
|
|
if (this.pId == null) {
|
|
|
|
|
addOrderId().then(response => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.pId = response.data
|
|
|
|
|
}
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
this.thisData.stockOrderLists = this.codeArray;
|
|
|
|
|
},
|
|
|
|
|
setDeptCode(obj) {
|
|
|
|
|
this.formData.deptCode = this.invCodeList.find(item => item.code == obj).parentId;
|
|
|
|
|
},
|
|
|
|
|
closeDialogC2() {
|
|
|
|
|
this.selectProductVisible = false;
|
|
|
|
|
this.selectWarlockBagVisible = false;
|
|
|
|
|
this.selectApplyVisible = false;
|
|
|
|
|
this.query = {
|
|
|
|
|
orderIdFk: this.pId
|
|
|
|
@ -433,6 +494,9 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
rowChange(val) {
|
|
|
|
|
if (this.currentRow != null){
|
|
|
|
|
updateDetail(this.currentRow);
|
|
|
|
|
}
|
|
|
|
|
this.currentRow = val;
|
|
|
|
|
this.selectedIndex = val.index;
|
|
|
|
|
filterSupList({productId: val.productId}) //查找该单号下的所有条码
|
|
|
|
@ -447,6 +511,7 @@ export default {
|
|
|
|
|
if (this.$isNotBlank(row)) {
|
|
|
|
|
this.currentRow.supId= this.suppliers.find(item => item.name == row.supName).erpId
|
|
|
|
|
updateDetail(this.currentRow);
|
|
|
|
|
this.selectedIndex = ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
tableRowClassName({row, rowIndex}) {
|
|
|
|
|