Compare commits
4 Commits
051e7df6c7
...
2cd8d752eb
Author | SHA1 | Date | |
---|---|---|---|
2cd8d752eb | |||
804e51ac7e | |||
f642b56e55 | |||
2373bd4957 |
@@ -98,7 +98,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '完成时效(小时)',
|
label: '完成时效(小时)',
|
||||||
fieldName: 'isTransfers',
|
fieldName: 'completionNumber',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
@@ -41,11 +41,6 @@ async function handleOpenChange(open: boolean) {
|
|||||||
:is="renderDict(workOrdersTypeInfoDetail.operationMode,'pro_operation_pattern')"
|
:is="renderDict(workOrdersTypeInfoDetail.operationMode,'pro_operation_pattern')"
|
||||||
/>
|
/>
|
||||||
</DescriptionsItem>
|
</DescriptionsItem>
|
||||||
<DescriptionsItem label="运作模式" v-if="workOrdersTypeInfoDetail.operationMode!=null">
|
|
||||||
<component
|
|
||||||
:is="renderDict(workOrdersTypeInfoDetail.operationMode,'pro_operation_pattern')"
|
|
||||||
/>
|
|
||||||
</DescriptionsItem>
|
|
||||||
<DescriptionsItem label="排序值">
|
<DescriptionsItem label="排序值">
|
||||||
{{ workOrdersTypeInfoDetail.sort }}
|
{{ workOrdersTypeInfoDetail.sort }}
|
||||||
</DescriptionsItem>
|
</DescriptionsItem>
|
||||||
|
@@ -189,6 +189,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
{
|
{
|
||||||
label: '备注',
|
label: '备注',
|
||||||
fieldName: 'remark',
|
fieldName: 'remark',
|
||||||
component: 'Input',
|
component: 'Textarea',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@@ -120,6 +120,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
label: '价格体系',
|
label: '价格体系',
|
||||||
fieldName: 'price',
|
fieldName: 'price',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
|
rules: 'required',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '状态',
|
label: '状态',
|
||||||
@@ -134,6 +135,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
{
|
{
|
||||||
label: '备注',
|
label: '备注',
|
||||||
fieldName: 'remarks',
|
fieldName: 'remarks',
|
||||||
component: 'Input',
|
component: 'Textarea',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@@ -118,6 +118,7 @@ async function queryAddServices() {
|
|||||||
unit: item.unit,
|
unit: item.unit,
|
||||||
quantity: 0
|
quantity: 0
|
||||||
}))
|
}))
|
||||||
|
console.log(res,addServiceList.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function queryPersonData() {
|
async function queryPersonData() {
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
<a-form
|
<a-form
|
||||||
:model="formState"
|
:model="formState"
|
||||||
layout="inline"
|
layout="inline"
|
||||||
@finish="onFinish"
|
|
||||||
@finishFailed="onFinishFailed"
|
|
||||||
class="form-box"
|
class="form-box"
|
||||||
>
|
>
|
||||||
<a-form-item label="会议日期">
|
<a-form-item label="会议日期">
|
||||||
@@ -80,6 +78,7 @@ const formState = reactive<FormState>({
|
|||||||
});
|
});
|
||||||
const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
|
const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
|
||||||
|
|
||||||
|
const meetingList = ref<MeetVO[]>([])
|
||||||
async function handleSearch() {
|
async function handleSearch() {
|
||||||
let hours = '';
|
let hours = '';
|
||||||
if (formState.openHours && formState.openHours.length) {
|
if (formState.openHours && formState.openHours.length) {
|
||||||
@@ -107,15 +106,6 @@ function handleAdd(id:string) {
|
|||||||
modalApi.setData({id});
|
modalApi.setData({id});
|
||||||
modalApi.open();
|
modalApi.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
const onFinish = (values: any) => {
|
|
||||||
console.log('Success:', values);
|
|
||||||
};
|
|
||||||
const onFinishFailed = (errorInfo: any) => {
|
|
||||||
console.log('Failed:', errorInfo);
|
|
||||||
};
|
|
||||||
|
|
||||||
const meetingList = ref<MeetVO[]>([])
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
import { defineConfig } from '@vben/vite-config';
|
import { defineConfig } from '@vben/vite-config';
|
||||||
import path from 'path';
|
|
||||||
|
|
||||||
// 自行取消注释来启用按需导入功能
|
// 自行取消注释来启用按需导入功能
|
||||||
// import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers';
|
// import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers';
|
||||||
@@ -28,8 +27,7 @@ export default defineConfig(async () => {
|
|||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
// mock代理目标地址
|
// mock代理目标地址
|
||||||
// target: 'http://192.168.43.169:8080',
|
target: 'http://192.168.1.101:8080',
|
||||||
target: 'http://127.0.0.1:8080',
|
|
||||||
// target: 'http://192.168.0.108:8080',
|
// target: 'http://192.168.0.108:8080',
|
||||||
// target: 'http://192.168.0.106:8080',
|
// target: 'http://192.168.0.106:8080',
|
||||||
// target: 'http://47.109.37.87:3010',
|
// target: 'http://47.109.37.87:3010',
|
||||||
|
Reference in New Issue
Block a user