|
@@ -235,7 +235,7 @@ export default {
|
|
|
expands: [], // 展开行的key
|
|
|
qiyongStatus: [], //状态
|
|
|
statusList: [], // 启用状态
|
|
|
- titleList: [{"field":"partsNo","text":i18n.t("prepare.searchForm.parts_no")},{"field":"bomAlias","text":i18n.t("prepare.searchForm.bomAlias")},{"field":"name","text":i18n.t("prepare.searchForm.name")},{"field":"partsAlias","text":i18n.t("prepare.searchForm.partsAlias")},{"field":"batchNo","text":i18n.t("prepare.searchForm.batchNo")},{"field":"materialBrandName","text":i18n.t("prepare.searchForm.materialBrandName")},{"field":"trayName","text":i18n.t("prepare.searchForm.trayName")},{"field":"batchNo","text":i18n.t("prepare.searchForm.batchNo")},
|
|
|
+ titleList: [{"field":"partsNo","text":i18n.t("prepare.searchForm.parts_no")},{"field":"bomAlias","text":i18n.t("prepare.searchForm.bomAlias")},{"field":"name","text":i18n.t("prepare.searchForm.name")},{"field":"partsAlias","text":i18n.t("prepare.searchForm.partsAlias")},{"field":"batchNo","text":i18n.t("prepare.searchForm.batchNo")},{"field":"materialBrandName","text":i18n.t("prepare.searchForm.materialBrandName")},{"field":"trayName","text":i18n.t("prepare.searchForm.trayName")},
|
|
|
{"field":"keyFlag","text":i18n.t("prepare.searchForm.keyFlag")},{"field":"groupNo","text":i18n.t("prepare.searchForm.groupNo")},{"field":"importantFlag","text":i18n.t("prepare.searchForm.importantFlag")},{"field":"remark","text":i18n.t("prepare.searchForm.remark")},{"field":"status","text":i18n.t("prepare.searchForm.status")},{"field":"auditStatus","text":i18n.t("prepare.searchForm.auditStatus")}],
|
|
|
dialog: {
|
|
|
isVisible: false,
|
|
@@ -588,7 +588,7 @@ export default {
|
|
|
console.log("列表的数据:", res)
|
|
|
if (res.isSuccess) {
|
|
|
// 总数
|
|
|
- this.tableData = res.data
|
|
|
+ this.tableData = res.data
|
|
|
}
|
|
|
// eslint-disable-next-line no-return-assign
|
|
|
}).finally(() => this.loading = false)
|