|
@ -5,6 +5,7 @@ import * as SupplierApi from '@/api/wms/supplier' |
|
|
import { Supplier } from '../supplier/supplier.data' |
|
|
import { Supplier } from '../supplier/supplier.data' |
|
|
import { DeliTime } from '../deliTime/deliTime.data' |
|
|
import { DeliTime } from '../deliTime/deliTime.data' |
|
|
import * as DeliTimeApi from '@/api/wms/deliTime' |
|
|
import * as DeliTimeApi from '@/api/wms/deliTime' |
|
|
|
|
|
import { Select } from '@element-plus/icons-vue/dist/types' |
|
|
|
|
|
|
|
|
// 表单校验
|
|
|
// 表单校验
|
|
|
export const SupplierAddrDeliTimeDetailRules = reactive({ |
|
|
export const SupplierAddrDeliTimeDetailRules = reactive({ |
|
@ -281,6 +282,7 @@ export const SupplierAddrDeliTimeDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
disabled: true, |
|
|
disabled: true, |
|
|
|
|
|
type:'Select' |
|
|
}, |
|
|
}, |
|
|
dictType: DICT_TYPE.SHIFT, |
|
|
dictType: DICT_TYPE.SHIFT, |
|
|
}, |
|
|
}, |
|
@ -288,6 +290,7 @@ export const SupplierAddrDeliTimeDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
label: '操作', |
|
|
label: '操作', |
|
|
field: 'action', |
|
|
field: 'action', |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
|
|
|
isTableForm:false, |
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
fixed: 'right' |
|
|
fixed: 'right' |
|
|