AgreementBodyMunicipal.vue 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <template>
  2. <FlexCol :gap="'sm'">
  3. <P>甲方:(设文化和旅游局)</P>
  4. <FlexRow align="center" wrap :gap="'sm'">
  5. <Text font-config="p" color="text.content">乙方:</Text>
  6. <AgreementPrefillInline
  7. v-model="detail.partyB"
  8. name="partyB"
  9. placeholder="请填写乙方(传承人)姓名"
  10. />
  11. </FlexRow>
  12. </FlexCol>
  13. <Height :height="8" />
  14. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  15. 为传承弘扬中华优秀传统文化,有效保护和传承非物质文化遗产,鼓励和支持市级非物质文化遗产代表性传承人开展传承活动,根据《福建省非物质文化遗产条例》《厦门市市级非物质文化遗产代表性传承人认定与管理办法》等有关法律法规,制定协议,并按照下列各项条款签署,甲、乙双方共同遵守。
  16. </Text>
  17. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  18. 九、甲乙双方应当以习近平新时代中国特色社会主义思想为指导,坚持以人民为中心,弘扬社会主义核心价值观,共同保护传承非物质文化遗产,推动中华优秀传统文化创造性转化、创新性发展。
  19. </Text>
  20. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  21. 十、甲方按照《厦门市市级非物质文化遗产代表性传承人认定与管理办法》的要求,支持市级非物质文化遗产代表性传承人开展传承、传播活动。
  22. </Text>
  23. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  24. 十一、甲方按照《福建省非物质文化遗产保护与传承专项资金管理办法》的要求,落实市文化和旅游局给予的代表性传承人的传承补助。
  25. </Text>
  26. <FlexRow align="center" wrap :gap="'sm'" :inner-style="paragraphStyle">
  27. <Text font-config="p" color="text.content">十二、乙方应积极开展传承活动,培养后继人才,制定传承计划,{{ agreementYear }} 年度带徒</Text>
  28. <AgreementPrefillInline
  29. v-model="detail.apprentice"
  30. name="apprentice"
  31. number-mode
  32. placeholder="人数"
  33. suffix="人。"
  34. />
  35. </FlexRow>
  36. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  37. 十三、乙方应妥善保存相关实物、资料情况。主动保存、提供与该项非遗项目有关的原始资料、实物,配合记录工作。
  38. </Text>
  39. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  40. 十四、乙方应主动、及时配合非遗调查,主动向文化和旅游主管部门、非遗保护中心反映非遗项目保护、传承情况和总结材料,并完成文化和旅游主管部门临时交办的非遗工作任务,提出保护的意见、建议。
  41. </Text>
  42. <FlexRow align="center" wrap :gap="'sm'" :inner-style="paragraphStyle">
  43. <Text font-config="p" color="text.content">十五、乙方应积极、主动参加各级政府组织的非物质文化遗产公益性宣传活动,{{ agreementYear }} 年度完成</Text>
  44. <AgreementPrefillInline
  45. v-model="detail.activity"
  46. name="activity"
  47. number-mode
  48. placeholder="场次"
  49. suffix="场。"
  50. />
  51. </FlexRow>
  52. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  53. 十六、乙方应合理使用市级非物质文化遗产代表性传承人补助经费,用于开展非遗项目的传习活动,做好传承补助经费使用记录、支出范围和绩效评价等,不得用于生活补助。
  54. </Text>
  55. <Text font-config="p" color="text.content" :inner-style="paragraphStyle">
  56. 十七、乙方应积极参与非物质文化遗产相关理论和实践研究、发表(出版)论文、专著等研究。
  57. </Text>
  58. <Height :height="16" />
  59. <FlexCol :gap="'md'" :inner-style="signBlockStyle">
  60. <Field
  61. label="甲方"
  62. label-position="top"
  63. name="partyA"
  64. v-model="detail.partyA"
  65. placeholder="请填写设区市文化和旅游局全称"
  66. :show-bottom-border="true"
  67. />
  68. <Field
  69. label="负责人(代表人)"
  70. label-position="top"
  71. v-model="detail.partyASign"
  72. placeholder="选填"
  73. :show-bottom-border="true"
  74. />
  75. <Field
  76. label="甲方电话"
  77. label-position="top"
  78. name="partyAMobile"
  79. type="tel"
  80. v-model="detail.partyAMobile"
  81. placeholder="请填写甲方联系电话"
  82. />
  83. <AgreementDateWriteBlock
  84. :model-value="partyAStampDate"
  85. hint="(以实际盖章日期为准)"
  86. @update:model-value="emit('update:partyAStampDate', $event)"
  87. />
  88. <Height :height="24" />
  89. <FlexRow padding="space.sm">
  90. <Text font-config="p" color="text.content" bold>乙方:{{ detail.partyB }}(签名)</Text>
  91. </FlexRow>
  92. <Field
  93. label="乙方签名 / 说明"
  94. label-position="top"
  95. name="partyBSign"
  96. showRightArrow
  97. >
  98. <Text>点击签名</Text>
  99. <template #extra>
  100. <SignatureField
  101. v-model="detail.partyBSign"
  102. placeholder=""
  103. :upload="uploadAgreementSign"
  104. />
  105. </template>
  106. </Field>
  107. <Field
  108. label="身份证号"
  109. label-position="top"
  110. name="idCard"
  111. v-model="detail.idCard"
  112. placeholder="请填写身份证号"
  113. />
  114. <Field
  115. label="项目名称"
  116. label-position="top"
  117. name="ich"
  118. v-model="detail.ich"
  119. placeholder="非遗项目名称"
  120. />
  121. <Field
  122. label="身体状况"
  123. label-position="top"
  124. name="health"
  125. v-model="detail.health"
  126. placeholder="请简要填写"
  127. />
  128. <Field
  129. label="乙方电话"
  130. label-position="top"
  131. name="mobile"
  132. type="tel"
  133. v-model="detail.mobile"
  134. placeholder="请填写联系电话"
  135. />
  136. <AgreementDateWriteBlock
  137. :model-value="partyBSignDate"
  138. hint="(以实际签署日期为准)"
  139. @update:model-value="emit('update:partyBSignDate', $event)"
  140. />
  141. </FlexCol>
  142. </template>
  143. <script setup lang="ts">
  144. import type { AgreementDetail } from '@/api/collect/AssessmentContent';
  145. import type { UploaderAction } from '@/components/form/Uploader';
  146. import FlexCol from '@/components/layout/FlexCol.vue';
  147. import FlexRow from '@/components/layout/FlexRow.vue';
  148. import Height from '@/components/layout/space/Height.vue';
  149. import Text from '@/components/basic/Text.vue';
  150. import P from '@/components/typography/P.vue';
  151. import Field from '@/components/form/Field.vue';
  152. import SignatureField from '@/components/form/SignatureField.vue';
  153. import AgreementPrefillInline from './AgreementPrefillInline.vue';
  154. import AgreementDateWriteBlock, { type AgreementYmdParts } from './AgreementDateWriteBlock.vue';
  155. defineProps<{
  156. detail: AgreementDetail;
  157. agreementYear: number;
  158. partyAStampDate: AgreementYmdParts;
  159. partyBSignDate: AgreementYmdParts;
  160. uploadAgreementSign: (item: UploaderAction) => () => void;
  161. }>();
  162. const emit = defineEmits<{
  163. (e: 'update:partyAStampDate', v: AgreementYmdParts): void;
  164. (e: 'update:partyBSignDate', v: AgreementYmdParts): void;
  165. }>();
  166. const paragraphStyle = {
  167. lineHeight: '1.75',
  168. marginBottom: '12rpx',
  169. };
  170. const signBlockStyle = {
  171. paddingTop: '8rpx',
  172. };
  173. </script>