|
|
@ -480,6 +480,7 @@ const props = defineProps({ |
|
|
|
const allSchemas = ref(props.allSchemas) |
|
|
|
const detailAllSchemasRef = ref(props.detailAllSchemas) |
|
|
|
const detailAllSchemasRules = ref(props.detailAllSchemasRules) |
|
|
|
console.log(222,wsCache.get('ShowPackingNumber')) |
|
|
|
if (!wsCache.get('ShowPackingNumber')) { |
|
|
|
if (allSchemas.value) { |
|
|
|
allSchemas.value.detailSchema = props.allSchemas.detailSchema.filter(item => item.field != 'packingNumber') |
|
|
|