|
|
|
@ -11,14 +11,40 @@
|
|
|
|
|
<el-card style="margin-top: -5px;">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="单据号:" prop="billNo">
|
|
|
|
|
<el-form-item label="采购单号:" prop="billNo">
|
|
|
|
|
<el-input v-model="formData.billNo" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="单据时间:" prop="billdate">
|
|
|
|
|
<el-form-item label="创建时间:" prop="createTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="formData.billDate"
|
|
|
|
|
: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>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row style="margin-top: -10px">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="紧急程度:" prop="emergency">
|
|
|
|
|
<el-select v-model="formData.emergency" placeholder="请选择紧急程度" style="width: 100%" clearable>
|
|
|
|
|
<el-option label="正常" :value=1></el-option>
|
|
|
|
|
<el-option label="较急" :value=2></el-option>
|
|
|
|
|
<el-option label="特急" :value=3></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="到货截止:" prop="arrivalTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="formData.arrivalTime"
|
|
|
|
|
type="datetime"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
style="width: 100%"
|
|
|
|
@ -53,31 +79,6 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row style="margin-top: -10px">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="紧急程度:" prop="emergency">
|
|
|
|
|
<el-select v-model="formData.emergency" placeholder="请选择紧急程度" style="width: 100%" clearable>
|
|
|
|
|
<el-option label="普通" :value=1></el-option>
|
|
|
|
|
<el-option label="紧急" :value=2></el-option>
|
|
|
|
|
<el-option label="不紧急" :value=3></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<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"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="11" v-show="formData.status==4">
|
|
|
|
|
<el-form-item label="拒绝原因:">
|
|
|
|
@ -92,20 +93,19 @@
|
|
|
|
|
<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" :loading="loading" @click.native.stop="selectApply()">选入申购单</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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-table v-loading="loading" :data="codeArray" style="width: 100%;" :row-class-name="tableRowClassName" border
|
|
|
|
|
highlight-current-row max-height="300" height="300" ref="multipleTable">
|
|
|
|
|
<el-table-column label="序号" type="index" width="50"></el-table-column>
|
|
|
|
|
<el-table-column label="产品通用名" prop="productName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column width="150" label="申购数量">
|
|
|
|
|
<el-table-column label="序号" type="index" width="60"></el-table-column>
|
|
|
|
|
<el-table-column label="DI/物资编码" prop="nameCode"></el-table-column>
|
|
|
|
|
<el-table-column label="物资名称" prop="productName" show-overflow-tooltip="true"></el-table-column>
|
|
|
|
|
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip="true"></el-table-column>
|
|
|
|
|
<el-table-column label="计量单位" prop="measname" show-overflow-tooltip="true" width="100"></el-table-column>
|
|
|
|
|
<el-table-column width="150" label="采购数量">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-input size="small" v-model="scope.row.count"
|
|
|
|
|
placeholder="请输入数量" style="width: 80%"
|
|
|
|
@ -115,10 +115,9 @@
|
|
|
|
|
oninput="value=value.replace(/[^\d]/g,'')"></el-input>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="供应商" prop="supName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="注册/备案凭证号" prop="zczbhhzbapzbh" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="生产企业" prop="manufactory" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="医疗器械注册人" prop="ylqxzcrbarmc" show-overflow-tooltip></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="操作" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true"
|
|
|
|
@ -181,6 +180,7 @@ import {
|
|
|
|
|
} from "@/api/purchase/purPlan";
|
|
|
|
|
import {filterSubByInv} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import SelectApplyListDialog from "@/views/purchase/purApply/selectApplyListDialog";
|
|
|
|
|
import {parseTime} from "@/utils/coTools";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -210,7 +210,7 @@ export default {
|
|
|
|
|
formData: {
|
|
|
|
|
id: null,
|
|
|
|
|
billNo: null,
|
|
|
|
|
billDate: "",
|
|
|
|
|
createTime: "",
|
|
|
|
|
remark: "",
|
|
|
|
|
billType: "CGJH",
|
|
|
|
|
deptCode: null,
|
|
|
|
@ -273,7 +273,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
if (status === '2') {
|
|
|
|
|
|
|
|
|
|
if (this.formData.billDate == "" || this.formData.billDate == null) {
|
|
|
|
|
if (this.formData.createTime == "" || this.formData.createTime == null) {
|
|
|
|
|
return this.$message.error("单据日期不能为空!");
|
|
|
|
|
}
|
|
|
|
|
// if (this.formData.billType == "" || this.formData.billType == null) {
|
|
|
|
@ -495,14 +495,18 @@ export default {
|
|
|
|
|
this.sValue = this.formData.corpName;
|
|
|
|
|
this.getStockOrderDetailList();
|
|
|
|
|
} else {
|
|
|
|
|
var date = new Date();
|
|
|
|
|
this.formData = {
|
|
|
|
|
id: null,
|
|
|
|
|
billNo: null,
|
|
|
|
|
billDate: "",
|
|
|
|
|
remark: "",
|
|
|
|
|
billType: "CGJH",
|
|
|
|
|
deptCode: null,
|
|
|
|
|
incCode: null,
|
|
|
|
|
createTime: parseTime(
|
|
|
|
|
date,
|
|
|
|
|
"{y}-{m}-{d} {h}:{i}:{s}"
|
|
|
|
|
),
|
|
|
|
|
};
|
|
|
|
|
this.orderEditor = false;
|
|
|
|
|
}
|
|
|
|
|