Browse Source

企业会计科目调整

ljb 9 months ago
parent
commit
bde02aa10a

+ 33 - 0
src/views/basic-resource/basic-database/subject-setting.vue

@@ -111,6 +111,7 @@ export default {
             type: "textarea",
             span: 24,
             minWidth: 160,
+            display: false,
             showOverflowTooltip: true,
           },
           {
@@ -119,6 +120,37 @@ export default {
             type: "textarea",
             span: 24,
             minWidth: 160,
+            display: false,
+            showOverflowTooltip: true,
+          },
+          {
+            label: "高新研发费用科目",
+            prop: "isRdSubject",
+            type: "radio",
+            dicData:[{
+              label: '是',
+              value: 1
+            },{
+              label: '否',
+              value: 0
+            }],
+            hide: true,
+            span: 24,
+            showOverflowTooltip: true,
+          },
+          {
+            label: "高新研发费用科目",
+            prop: "isAdSubject",
+            type: "radio",
+            dicData:[{
+              label: '是',
+              value: 1
+            },{
+              label: '否',
+              value: 0
+            }],
+            hide: true,
+            span: 24,
             showOverflowTooltip: true,
           },
           {
@@ -127,6 +159,7 @@ export default {
             type: "textarea",
             span: 24,
             minWidth: 160,
+            display: false,
             showOverflowTooltip: true,
           },
           {

+ 0 - 0
src/views/yf-cost-manage/yf-cost-statistics/zjtl-cost-statistics/yf-material-des.vue