Browse Source

feat: [模板管理] YP002 选择前序表单

lkf
memorylkf 1 month ago
parent
commit
2f909ca4cd
2 changed files with 5 additions and 4 deletions
  1. +1
    -0
      src/views/business/comps/template/comps/yp/YP002.vue
  2. +4
    -4
      src/views/business/comps/template/formConfig/formConfig.js

+ 1
- 0
src/views/business/comps/template/comps/yp/YP002.vue View File

@ -158,6 +158,7 @@ export default {
methods: {
//
handleClickButton(e,item){
this.$refs.ypjsInfoRef.updateFormData("jssj", moment().format("YYYY/MM/DD HH:mm"));
console.log(e,item,"点击按钮")
},
//

+ 4
- 4
src/views/business/comps/template/formConfig/formConfig.js View File

@ -204,12 +204,12 @@ export const getQxbdSearchForm = () => {
}
// 前序表单列表表格列
export const getQxbdColumns = ($this) => {
const locale = $this.$i18n.locale;
const locale = $this.$i18n.locale
const configObj = {
"zh_CN":{5:'已填写',6:'未填写'},
"en_US":{5:'Filled',6:'Unfilled'},
zh_CN: { 5: '已完成(经复核)', 7: '已完成' },
en_US: { 5: 'Completed & Approved', 7: 'Completed' }
}
const o = configObj[locale];
const o = configObj[locale]
return [
{
prop: 'bdbh',

Loading…
Cancel
Save