|
@ -135,7 +135,7 @@ const tableColumns = ref([...ProductionreturnRequestMain.allSchemas.tableColumns |
|
|
|
|
|
|
|
|
//创建标签 |
|
|
//创建标签 |
|
|
const detailListTableColumns =cloneDeep(ProductionreturnRequestDetailLabel.allSchemas) |
|
|
const detailListTableColumns =cloneDeep(ProductionreturnRequestDetailLabel.allSchemas) |
|
|
const detailListTableColumnsRules =cloneDeep(ProductionreturnRequestDetailLabel) |
|
|
const detailListTableColumnsRules =cloneDeep(ProductionreturnRequestDetailLabelRules) |
|
|
const isCreateLabel = ref(false) |
|
|
const isCreateLabel = ref(false) |
|
|
const formLabelRef = ref() |
|
|
const formLabelRef = ref() |
|
|
const labelType = ref('') // 标签类别 采购还是制造等 |
|
|
const labelType = ref('') // 标签类别 采购还是制造等 |
|
|