资质证书审核问题

ywj_dev
anthonywj 2 years ago
parent a9d69d54b8
commit 951e3f00af

@ -250,7 +250,8 @@
</el-button </el-button
> >
</div> </div>
<el-table v-loading="certLoading" :data="certList" style="width: 100%;margin-top: 40px" border highlight-current-row> <el-table v-loading="certLoading" :data="certList" style="width: 100%;margin-top: 40px" border
highlight-current-row>
<el-table-column type="index" label="序号" width="50"></el-table-column> <el-table-column type="index" label="序号" width="50"></el-table-column>
<el-table-column label="证书名称" prop="name"></el-table-column> <el-table-column label="证书名称" prop="name"></el-table-column>
<el-table-column label="证书编号" prop="name"></el-table-column> <el-table-column label="证书编号" prop="name"></el-table-column>
@ -375,7 +376,11 @@
</template> </template>
<script> <script>
import {getRegistrationInfo, addOrModifyRegistration, bindProduct} from "../../../api/purchase/suppliersRegistrationBasic"; import {
getRegistrationInfo,
addOrModifyRegistration,
bindProduct
} from "../../../api/purchase/suppliersRegistrationBasic";
import {regionDataPlus} from "element-china-area-data"; import {regionDataPlus} from "element-china-area-data";
import draggable from "vuedraggable"; import draggable from "vuedraggable";
import {getSupComapnys} from "@/api/purchase/supCompany"; import {getSupComapnys} from "@/api/purchase/supCompany";
@ -434,13 +439,13 @@ export default {
], ],
manufacturerIdFk: [ // manufacturerIdFk: [
{ // {
required: true, // required: true,
message: "请选择生产企业", // message: "",
trigger: "change" // trigger: "change"
} // }
], // ],
recordCode: [ recordCode: [
{ {
@ -477,13 +482,13 @@ export default {
trigger: "change" trigger: "change"
} }
], ],
productDirectoryCode: [ // productDirectoryCode: [
{ // {
required: true, // required: true,
message: "请输入器械目录分类编码", // message: "",
trigger: "change" // trigger: "change"
} // }
], // ],
specification: [ specification: [
{ {
required: true, required: true,
@ -565,6 +570,7 @@ export default {
let formData = JSON.parse(JSON.stringify(this.inputQuery)); let formData = JSON.parse(JSON.stringify(this.inputQuery));
formData.manufacturerIdFk = this.manufacturerId;
formData.auditStatus = val; formData.auditStatus = val;
this.loading = true; this.loading = true;
let urlName = this.editType == 0 ? 'add' : 'update'; let urlName = this.editType == 0 ? 'add' : 'update';

Loading…
Cancel
Save