刘洋 1 gadu atpakaļ
vecāks
revīzija
a2eaa7e704

+ 1 - 0
src/views/sop/components/dynamic-form-item/NUMBER.vue

@@ -6,6 +6,7 @@
     style="width: 100%"
     @change="emitChange"
     :min="0"
+    :max="999999"
     :decimalPlaces="decimalPlaces"
     :allowInputOverLimit="false"
   ></t-input-number>

+ 17 - 17
src/views/system/config-manage/checkin-manage/index.vue

@@ -140,8 +140,8 @@ const fields = ref([
     prop: 'serviceId',
     label: '服务单元名称',
     type: 'select',
-    labelWidth: 95,
-    colSpan: 5,
+    labelWidth: 110,
+    colSpan: 6,
     cell: 'service',
     attrs: {
       clearable: true,
@@ -152,7 +152,7 @@ const fields = ref([
     label: '发布状态',
     type: 'select',
     labelWidth: 110,
-    colSpan: 5,
+    colSpan: 6,
     options: dictToOptionList(SERVICE_UNIT_STATUS),
     attrs: {
       clearable: true,
@@ -162,18 +162,18 @@ const fields = ref([
     prop: 'supplierIds',
     label: '适用供应商',
     type: 'select',
-    labelWidth: 95,
-    colSpan: 6,
-    cell: 'supplier',
-  },
-  {
-    prop: 'dingRoleIds',
-    label: '适用考勤对象',
-    type: 'select',
     labelWidth: 110,
     colSpan: 6,
-    cell: 'dingRole',
+    cell: 'supplier',
   },
+  // {
+  //   prop: 'dingRoleIds',
+  //   label: '适用考勤对象',
+  //   type: 'select',
+  //   labelWidth: 110,
+  //   colSpan: 6,
+  //   cell: 'dingRole',
+  // },
   {
     type: 'buttons',
     colSpan: 2,
@@ -191,8 +191,8 @@ const fields = ref([
     prop: 'approveRoleIds',
     label: '审核角色',
     type: 'select',
-    labelWidth: 95,
-    colSpan: 5,
+    labelWidth: 110,
+    colSpan: 6,
     cell: 'approveRole',
   },
   {
@@ -200,7 +200,7 @@ const fields = ref([
     label: '是否开启人脸',
     type: 'select',
     labelWidth: 110,
-    colSpan: 5,
+    colSpan: 6,
     options: [
       {
         label: '是',
@@ -219,7 +219,7 @@ const fields = ref([
     prop: 'createTime',
     label: '创建时间',
     type: 'daterange',
-    labelWidth: 95,
+    labelWidth: 110,
     colSpan: 12,
     attrs: {
       clearable: true,
@@ -231,7 +231,7 @@ const params = reactive({
   serviceId: '',
   status: '',
   supplierIds: '',
-  dingRoleIds: '',
+  // dingRoleIds: '',
   approveRoleIds: '',
   faceOpen: null,
   createTime: [],