|
|
|
@ -18,13 +18,13 @@
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="创建时间:" prop="createTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
:disabled="true"
|
|
|
|
|
v-model="formData.createTime"
|
|
|
|
|
type="datetime"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
:clearable="false"
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
|
:disabled="true"
|
|
|
|
|
v-model="formData.createTime"
|
|
|
|
|
type="datetime"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
:clearable="false"
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -45,12 +45,12 @@
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="到货截止:" prop="arrivalTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="formData.arrivalTime"
|
|
|
|
|
type="datetime"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
:clearable="false"
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
|
v-model="formData.arrivalTime"
|
|
|
|
|
type="datetime"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
:clearable="false"
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -64,10 +64,10 @@
|
|
|
|
|
<el-select v-model="formData.invCode" @change="setDeptCode" placeholder="采购仓库信息" style="width: 100%"
|
|
|
|
|
clearable>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in invCodeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.code">
|
|
|
|
|
v-for="item in invCodeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.code">
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.warehouseName }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
@ -77,25 +77,25 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item
|
|
|
|
|
prop="supId"
|
|
|
|
|
label="供应商:"
|
|
|
|
|
prop="supId"
|
|
|
|
|
label="供应商:"
|
|
|
|
|
>
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="formData.supId"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
:disabled="corpOrderIdDisabled"
|
|
|
|
|
clearable
|
|
|
|
|
reserve-keyword
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
placeholder="请选择供应商"
|
|
|
|
|
:remote-method="findMethod"
|
|
|
|
|
v-model="formData.supId"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
:disabled="corpOrderIdDisabled"
|
|
|
|
|
clearable
|
|
|
|
|
reserve-keyword
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
placeholder="请选择供应商"
|
|
|
|
|
:remote-method="findMethod"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in fromOptions"
|
|
|
|
|
:key="item.erpId"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.erpId"
|
|
|
|
|
v-for="item in fromOptions"
|
|
|
|
|
:key="item.erpId"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.erpId"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
@ -127,7 +127,8 @@
|
|
|
|
|
<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="selectProductFunction()" :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>-->
|
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
|
@ -154,7 +155,21 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh"></el-table-column>
|
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory"></el-table-column>
|
|
|
|
|
<el-table-column label="供应商" prop="supName"></el-table-column>
|
|
|
|
|
<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="请选择">
|
|
|
|
|
<el-option v-for="item in suppliers"
|
|
|
|
|
:key="item.erpId"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.name">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true"
|
|
|
|
@ -170,36 +185,36 @@
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="物资录入"
|
|
|
|
|
:visible.sync="selectProductVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="80%"
|
|
|
|
|
v-if="selectProductVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
title="物资录入"
|
|
|
|
|
:visible.sync="selectProductVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="80%"
|
|
|
|
|
v-if="selectProductVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
>
|
|
|
|
|
<purOrderProducts
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
:purType="1"
|
|
|
|
|
:pId="pId"
|
|
|
|
|
:supId="formData.supId"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
:purType="1"
|
|
|
|
|
:pId="pId"
|
|
|
|
|
:supId="formData.supId"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
></purOrderProducts>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="采购计划单据选入"
|
|
|
|
|
:visible.sync="selectApplyVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="80%"
|
|
|
|
|
append-to-body
|
|
|
|
|
v-if="selectApplyVisible"
|
|
|
|
|
title="采购计划单据选入"
|
|
|
|
|
:visible.sync="selectApplyVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="80%"
|
|
|
|
|
append-to-body
|
|
|
|
|
v-if="selectApplyVisible"
|
|
|
|
|
>
|
|
|
|
|
<select-plan-list-dialog
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:pId="pId"
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:pId="pId"
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
></select-plan-list-dialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</div>
|
|
|
|
@ -214,7 +229,8 @@ import {
|
|
|
|
|
listOrderDetail,
|
|
|
|
|
addOrderId,
|
|
|
|
|
selectOrderDetail,
|
|
|
|
|
updateDetail
|
|
|
|
|
updateDetail,
|
|
|
|
|
filterSupList
|
|
|
|
|
} from "@/api/purchase/purOrder";
|
|
|
|
|
import {filterSubByInv} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import SelectPlanListDialog from "@/views/purchase/purPlan/selectPlanListDialog";
|
|
|
|
@ -267,6 +283,7 @@ export default {
|
|
|
|
|
formVisible: false,
|
|
|
|
|
deleteLoading: false,
|
|
|
|
|
orderNo: null,
|
|
|
|
|
suppliers: [],
|
|
|
|
|
statusMap: {
|
|
|
|
|
1: "草稿",
|
|
|
|
|
2: "未审核",
|
|
|
|
@ -364,18 +381,18 @@ export default {
|
|
|
|
|
type: 1,
|
|
|
|
|
}
|
|
|
|
|
inserThrOrderWeb(tQuery)
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success(tMessage + "成功");
|
|
|
|
|
this.closeDialog(true);
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success(tMessage + "成功");
|
|
|
|
|
this.closeDialog(true);
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
selectProductFunction() {
|
|
|
|
|
if (this.$isBlank(this.formData.supId)) {
|
|
|
|
@ -405,23 +422,30 @@ export default {
|
|
|
|
|
orderIdFk: this.pId
|
|
|
|
|
}
|
|
|
|
|
selectOrderDetail(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
if (this.total > 0) {
|
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
|
}
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.list = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
if (this.total > 0) {
|
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
|
}
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.list = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
rowChange(val) {
|
|
|
|
|
this.currentRow = val;
|
|
|
|
|
this.selectedIndex = val.index;
|
|
|
|
|
filterSupList({productId:val.productId}) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.suppliers = response.data.list || [];
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
tableCountChange(row) {
|
|
|
|
|
if (this.$isNotBlank(row)) {
|
|
|
|
@ -457,19 +481,19 @@ export default {
|
|
|
|
|
let delIds = [];
|
|
|
|
|
delIds.push(row.id)
|
|
|
|
|
delOrderDetail(delIds)
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success(response.data);
|
|
|
|
|
// this.getStockOrderDetailList();
|
|
|
|
|
this.codeArray.splice(index, 1);
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
})
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success(response.data);
|
|
|
|
|
// this.getStockOrderDetailList();
|
|
|
|
|
this.codeArray.splice(index, 1);
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.success('删除成功');
|
|
|
|
|
this.codeArray.splice(index, 1);
|
|
|
|
@ -485,17 +509,17 @@ export default {
|
|
|
|
|
getStockOrderDetailList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
listOrderDetail(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.list = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.list = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
findSubInvs() {
|
|
|
|
|
this.invCodeList = [];
|
|
|
|
@ -503,14 +527,14 @@ export default {
|
|
|
|
|
filter: 3
|
|
|
|
|
};
|
|
|
|
|
filterSubByInv(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.invCodeList = response.data || [];
|
|
|
|
|
if (this.invCodeList != null && this.invCodeList.length == 1) {
|
|
|
|
|
this.formData.invCode = this.invCodeList[0].code;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.invCodeList = response.data || [];
|
|
|
|
|
if (this.invCodeList != null && this.invCodeList.length == 1) {
|
|
|
|
|
this.formData.invCode = this.invCodeList[0].code;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
selectApply() {
|
|
|
|
|
this.selectApplyVisible = true;
|
|
|
|
@ -538,13 +562,13 @@ export default {
|
|
|
|
|
limit: 20,
|
|
|
|
|
};
|
|
|
|
|
getBasicUnitMaintains(cQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.fromOptions = response.data.list || [];
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.fromOptions = response.data.list || [];
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
@ -577,8 +601,8 @@ export default {
|
|
|
|
|
deptCode: null,
|
|
|
|
|
incCode: null,
|
|
|
|
|
createTime: parseTime(
|
|
|
|
|
date,
|
|
|
|
|
"{y}-{m}-{d} {h}:{i}:{s}"
|
|
|
|
|
date,
|
|
|
|
|
"{y}-{m}-{d} {h}:{i}:{s}"
|
|
|
|
|
),
|
|
|
|
|
};
|
|
|
|
|
this.orderEditor = false;
|
|
|
|
|