Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
a05529ea
提交
a05529ea
authored
12月 27, 2025
作者:
e
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 优化更新
上级
771fd889
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
12 行增加
和
13 行删除
+12
-13
fui-date-picker.vue
src/components/FirstUI/fui-date-picker/fui-date-picker.vue
+1
-0
detail.vue
src/pages/kexinnongzi/detail.vue
+1
-1
kexinnongzi.vue
src/pages/kexinnongzi/kexinnongzi.vue
+1
-2
form.vue
src/pages/linghuoyonggong/form.vue
+3
-3
linghuoyonggong.vue
src/pages/linghuoyonggong/linghuoyonggong.vue
+2
-2
publishEmployment.vue
src/pages/linghuoyonggong/publishEmployment.vue
+4
-5
没有找到文件。
src/components/FirstUI/fui-date-picker/fui-date-picker.vue
浏览文件 @
a05529ea
...
@@ -1301,6 +1301,7 @@
...
@@ -1301,6 +1301,7 @@
visibility
:
visible
;
visibility
:
visible
;
/* #endif */
/* #endif */
opacity
:
1
;
opacity
:
1
;
z-index
:
9999
;
}
}
.fui-date__picker-content
{
.fui-date__picker-content
{
...
...
src/pages/kexinnongzi/detail.vue
浏览文件 @
a05529ea
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
<view
class=
"module_title"
>
资质证书
</view>
<view
class=
"module_title"
>
资质证书
</view>
<view
class=
"module_separate"
></view>
<view
class=
"module_separate"
></view>
<view
class=
"module_qualification"
>
<view
class=
"module_qualification"
>
<view
class=
"qualification_item"
:style=
"`background:$
{getBgColor(index)}`" v-for="(item,index) in pageData.enterpriseCers" :key="index">
<view
class=
"qualification_item"
:style=
"`
height:126rpx;
background:$
{getBgColor(index)}`" v-for="(item,index) in pageData.enterpriseCers" :key="index">
<image
class=
"enterprise_logo"
mode=
"heightFix"
:src=
"item"
/>
<image
class=
"enterprise_logo"
mode=
"heightFix"
:src=
"item"
/>
<!--
<view
class=
"qualification_name ellipsis"
>
{{
item
}}
</view>
-->
<!--
<view
class=
"qualification_name ellipsis"
>
{{
item
}}
</view>
-->
</view>
</view>
...
...
src/pages/kexinnongzi/kexinnongzi.vue
浏览文件 @
a05529ea
...
@@ -38,7 +38,6 @@
...
@@ -38,7 +38,6 @@
}
else
{
}
else
{
pageData
.
dataList
=
[...
pageData
.
dataList
,
...
records
]
pageData
.
dataList
=
[...
pageData
.
dataList
,
...
records
]
}
}
pageData
.
hasMore
=
records
.
length
===
pageData
.
params
.
pageSize
pageData
.
hasMore
=
records
.
length
===
pageData
.
params
.
pageSize
pageData
.
params
.
pageNo
++
pageData
.
params
.
pageNo
++
}
else
{
}
else
{
...
@@ -78,7 +77,7 @@
...
@@ -78,7 +77,7 @@
<view
class=
"page_content"
>
<view
class=
"page_content"
>
<view
class=
"item_list"
v-for=
"item in pageData.dataList"
:key=
"item.id"
>
<view
class=
"item_list"
v-for=
"item in pageData.dataList"
:key=
"item.id"
>
<view
class=
"item_left"
>
<view
class=
"item_left"
>
<image
class=
"enterprise_logo"
mode=
"aspectFit"
:src=
"item.
businessLicense
Url"
/>
<image
class=
"enterprise_logo"
mode=
"aspectFit"
:src=
"item.
enterpriseLogo
Url"
/>
</view>
</view>
<view
class=
"item_right"
>
<view
class=
"item_right"
>
<view
class=
"item_name ellipsis"
>
{{
item
.
enterpriseName
}}
</view>
<view
class=
"item_name ellipsis"
>
{{
item
.
enterpriseName
}}
</view>
...
...
src/pages/linghuoyonggong/form.vue
浏览文件 @
a05529ea
...
@@ -290,7 +290,7 @@
...
@@ -290,7 +290,7 @@
<view
class=
"formBox"
>
<view
class=
"formBox"
>
<fui-form
ref=
"formRef"
label-weight=
"auto"
top=
"60"
:disabled=
"form.id ? true : false"
>
<fui-form
ref=
"formRef"
label-weight=
"auto"
top=
"60"
:disabled=
"form.id ? true : false"
>
<view
class=
"mt20"
>
<view
class=
"mt20"
>
<fui-input
required
label=
"用工类型"
placeholder=
"请选择用工类型"
v-model=
"form.typeText"
labelSize=
"28"
size=
"28"
label-width=
"180"
@
click=
"show.type = true"
/>
<fui-input
disabled
required
label=
"用工类型"
placeholder=
"请选择用工类型"
v-model=
"form.typeText"
labelSize=
"28"
size=
"28"
label-width=
"180"
@
click=
"show.type = true"
/>
<fui-input
required
label=
"标题"
placeholder=
"请输入标题"
v-model=
"form.name"
labelSize=
"28"
label-width=
"180"
maxlength=
"16"
size=
"28"
/>
<fui-input
required
label=
"标题"
placeholder=
"请输入标题"
v-model=
"form.name"
labelSize=
"28"
label-width=
"180"
maxlength=
"16"
size=
"28"
/>
</view>
</view>
<view
class=
"mt20"
>
<view
class=
"mt20"
>
...
@@ -322,9 +322,9 @@
...
@@ -322,9 +322,9 @@
<fui-input
required
label=
"工作内容"
placeholder=
"请输入工作内容"
v-model=
"form.content"
labelSize=
"28"
label-width=
"180"
maxlength=
"32"
size=
"28"
/>
<fui-input
required
label=
"工作内容"
placeholder=
"请输入工作内容"
v-model=
"form.content"
labelSize=
"28"
label-width=
"180"
maxlength=
"32"
size=
"28"
/>
</view>
</view>
<view
class=
"mt20"
>
<view
class=
"mt20"
>
<fui-input
required
label=
"地区"
placeholder=
"请选择地区"
v-model=
"form.areaText"
labelSize=
"28"
label-width=
"180"
@
click=
"show.area = true"
size=
"28"
/>
<fui-input
disabled
required
label=
"地区"
placeholder=
"请选择地区"
v-model=
"form.areaText"
labelSize=
"28"
label-width=
"180"
@
click=
"show.area = true"
size=
"28"
/>
<fui-input
required
label=
"详细地址"
placeholder=
"请输入详细地址"
v-model=
"form.address"
labelSize=
"28"
label-width=
"180"
size=
"28"
/>
<fui-input
required
label=
"详细地址"
placeholder=
"请输入详细地址"
v-model=
"form.address"
labelSize=
"28"
label-width=
"180"
size=
"28"
/>
<fui-input
required
label=
"紧急程度"
placeholder=
"请选择紧急程度"
v-model=
"form.urgentdegreeText"
labelSize=
"28"
label-width=
"180"
size=
"28"
@
click=
"show.urgentdegree = true"
/>
<fui-input
disabled
required
label=
"紧急程度"
placeholder=
"请选择紧急程度"
v-model=
"form.urgentdegreeText"
labelSize=
"28"
label-width=
"180"
size=
"28"
@
click=
"show.urgentdegree = true"
/>
</view>
</view>
<view
class=
"bg-white mt20"
style=
"padding: 0.875rem 1rem"
>
<view
class=
"bg-white mt20"
style=
"padding: 0.875rem 1rem"
>
<view
class=
"mb-1 flex justify-start"
style=
"font-size: 28rpx;"
><span
style=
"color: red;"
>
*
</span>
图片
</view>
<view
class=
"mb-1 flex justify-start"
style=
"font-size: 28rpx;"
><span
style=
"color: red;"
>
*
</span>
图片
</view>
...
...
src/pages/linghuoyonggong/linghuoyonggong.vue
浏览文件 @
a05529ea
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
hasMore
:
'more'
,
hasMore
:
'more'
,
// 用工类型标签
// 用工类型标签
employmentTabs
:
[
employmentTabs
:
[
{
id
:
2
,
name
:
'找人干活'
},
{
id
:
2
,
name
:
'找人干活
(找人)
'
},
{
id
:
1
,
name
:
'出工赚钱'
},
{
id
:
1
,
name
:
'出工赚钱
(找事)
'
},
],
],
currentEmploymentId
:
2
,
currentEmploymentId
:
2
,
...
...
src/pages/linghuoyonggong/publishEmployment.vue
浏览文件 @
a05529ea
...
@@ -89,7 +89,6 @@
...
@@ -89,7 +89,6 @@
districtId
:
0
,
//区的id
districtId
:
0
,
//区的id
isActive
:
false
,
isActive
:
false
,
address
:
''
,
address
:
''
,
birthdayPickerIsShow
:
false
,
birthdayPickerIsShow
:
false
,
laborParam
:{
laborParam
:{
...
@@ -734,7 +733,7 @@
...
@@ -734,7 +733,7 @@
<view
class=
"yr-form"
>
<view
class=
"yr-form"
>
<view
class=
"yr-form-item"
>
<view
class=
"yr-form-item"
>
<view
class=
"yr-form-title"
><text
class=
"required-mark"
>
*
</text>
村名称
</view>
<view
class=
"yr-form-title"
><text
class=
"required-mark"
>
*
</text>
村名称
</view>
<picker
class=
"yr-form-input"
mode=
"multiSelector"
:range=
"pageData.mulSelect"
:range-key=
"'name'"
@
change=
"pickerChange"
@
columnchange=
"colChange"
>
<picker
class=
"yr-form-input"
indicator-class=
"yr-form-village"
mode=
"multiSelector"
:range=
"pageData.mulSelect"
:range-key=
"'name'"
@
change=
"pickerChange"
@
columnchange=
"colChange"
>
<view
class=
"yr-input-placeholder"
v-if=
"!pageData.isActive"
>
请选择
</view>
<view
class=
"yr-input-placeholder"
v-if=
"!pageData.isActive"
>
请选择
</view>
<view
v-else
class=
"yr-input-style"
>
{{
pageData
.
laborParam
.
addr
}}
</view>
<view
v-else
class=
"yr-input-style"
>
{{
pageData
.
laborParam
.
addr
}}
</view>
</picker>
</picker>
...
@@ -845,20 +844,20 @@
...
@@ -845,20 +844,20 @@
</view>
</view>
</fui-bottom-popup>
</fui-bottom-popup>
<fui-date-picker
:show=
"pageData.datePickerShow"
type=
"3"
:range=
"false"
value=
"1900-01-01 00:00"
valueEnd=
"2025-01-01 00:00"
@
change=
"dateBirthChange"
@
cancel=
"pageData.datePickerShow=false"
></fui-date-picker>
<!--
<picker
mode=
"date"
:value=
"currentDate"
:start=
"startDate"
:end=
"endDate"
@
change=
"dateBirthChange"
></picker>
-->
<!--
<picker
mode=
"date"
:value=
"currentDate"
:start=
"startDate"
:end=
"endDate"
@
change=
"dateBirthChange"
></picker>
-->
<fui-picker
:show=
"pageData.attrPickerShow"
layer=
"1"
:options=
"DictData.dictValArr"
:linkage=
"false"
@
change=
"attrChange"
@
cancel=
"pageData.attrPickerShow = false"
></fui-picker>
<fui-picker
:show=
"pageData.attrPickerShow"
:zIndex=
"9999"
layer=
"1"
:options=
"DictData.dictValArr"
:linkage=
"false"
@
change=
"attrChange"
@
cancel=
"pageData.attrPickerShow = false"
></fui-picker>
<!-- 人员技能 -->
<!-- 人员技能 -->
<fui-bottom-popup
:show=
"DictData.isSkillPopupShow"
>
<fui-bottom-popup
:show=
"DictData.isSkillPopupShow"
>
<view
class=
"fui-scroll__wrap"
>
<view
class=
"fui-scroll__wrap"
>
<view
class=
"fui-title"
>
请选择技能
</view>
<view
class=
"fui-title"
>
请选择技能
</view>
<fui-cascader
ref=
"skillPopupRef"
:value=
"DictData.skillValue"
stepLoading
@
change=
"changeSkill"
@
complete=
"selectCompleteSkill"
:options=
"DictData.skillOptionsVal"
></fui-cascader>
<fui-cascader
ref=
"skillPopupRef"
:value=
"DictData.skillValue"
textSize=
"32"
size=
"32"
stepLoading
@
change=
"changeSkill"
@
complete=
"selectCompleteSkill"
:options=
"DictData.skillOptionsVal"
></fui-cascader>
<view
class=
"fui-icon__close"
@
tap
.
stop=
"DictData.isSkillPopupShow=false"
>
<view
class=
"fui-icon__close"
@
tap
.
stop=
"DictData.isSkillPopupShow=false"
>
<fui-icon
name=
"close"
:size=
"48"
></fui-icon>
<fui-icon
name=
"close"
:size=
"48"
></fui-icon>
</view>
</view>
</view>
</view>
</fui-bottom-popup>
</fui-bottom-popup>
<fui-date-picker
:isShow=
"true"
:zIndex=
"9999"
:show=
"pageData.datePickerShow"
type=
"3"
:range=
"false"
minDate=
"1940-01-01"
:valueEnd=
"getCurrentDate()"
:value=
"startDate"
:maxDate=
"getCurrentDate()"
@
change=
"dateBirthChange"
@
cancel=
"pageData.datePickerShow=false"
></fui-date-picker>
<!--
<fui-date-picker
:show=
"pageData.birthdayPickerIsShow"
:type=
"type"
:range=
"range"
:value=
"value"
:valueEnd=
"valueEnd"
@
change=
"change"
<!--
<fui-date-picker
:show=
"pageData.birthdayPickerIsShow"
:type=
"type"
:range=
"range"
:value=
"value"
:valueEnd=
"valueEnd"
@
change=
"change"
@
cancel=
"cancel"
>
@
cancel=
"cancel"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论