|
|
|
|
@ -192,7 +192,7 @@ const formRules = reactive({
|
|
|
|
|
const disabled = computed(() => formType.value === 'detail')
|
|
|
|
|
const formRef = ref() // 表单 Ref
|
|
|
|
|
const userList = ref<UserVO[]>([]) // 经办人列表
|
|
|
|
|
const WAREHOUSE_DOCUMENT_TYPES = 'warehouse_document_types'
|
|
|
|
|
const WAREHOUSE_DOCUMENT_TYPES = 'warehouse_document_out_types'
|
|
|
|
|
const options = computed(() => getStrDictOptions(WAREHOUSE_DOCUMENT_TYPES))
|
|
|
|
|
watch(options, (items) => {
|
|
|
|
|
if (formType.value === 'create' && !formData.value.outType && items.length) {
|
|
|
|
|
|