diff --git a/src/components/Template/StepComponents/jcb/fyxks.vue b/src/components/Template/StepComponents/jcb/fyxks.vue index 8532310..11a2227 100644 --- a/src/components/Template/StepComponents/jcb/fyxks.vue +++ b/src/components/Template/StepComponents/jcb/fyxks.vue @@ -39,7 +39,7 @@ export default { type: "text", }, temp: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text3: { @@ -47,7 +47,7 @@ export default { type: "text", }, actTemp: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo: "temp", copyFrom: "temp", diff --git a/src/components/Template/StepComponents/jcb/ycfyks.vue b/src/components/Template/StepComponents/jcb/ycfyks.vue index eaa46e7..9ebcc5e 100644 --- a/src/components/Template/StepComponents/jcb/ycfyks.vue +++ b/src/components/Template/StepComponents/jcb/ycfyks.vue @@ -69,7 +69,7 @@ export default { type: "text", }, rm: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text5: { @@ -77,7 +77,7 @@ export default { type: "text", }, rxry: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo:"rm", copyFrom:"rm" diff --git a/src/components/Template/StepComponents/pcr/lx.vue b/src/components/Template/StepComponents/pcr/lx.vue index d471220..052227e 100644 --- a/src/components/Template/StepComponents/pcr/lx.vue +++ b/src/components/Template/StepComponents/pcr/lx.vue @@ -51,7 +51,7 @@ export default { type: "text", }, rm: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text3: { @@ -59,7 +59,7 @@ export default { type: "text", }, rxry: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo:"rm", copyFrom:"rm" diff --git a/src/components/Template/StepComponents/pcr/lxdy.vue b/src/components/Template/StepComponents/pcr/lxdy.vue index d9f65d0..ea7fbeb 100644 --- a/src/components/Template/StepComponents/pcr/lxdy.vue +++ b/src/components/Template/StepComponents/pcr/lxdy.vue @@ -35,7 +35,7 @@ export default { type: "text", }, rm: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text3: { @@ -43,7 +43,7 @@ export default { type: "text", }, rxry: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo:"rm", copyFrom:"rm" diff --git a/src/components/Template/StepComponents/pcr/sy_pcr.vue b/src/components/Template/StepComponents/pcr/sy_pcr.vue index f58315f..5697da2 100644 --- a/src/components/Template/StepComponents/pcr/sy_pcr.vue +++ b/src/components/Template/StepComponents/pcr/sy_pcr.vue @@ -35,7 +35,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, temp:{ - type:"inputNumber", + type:"input", fillType:"preFill", }, text3:{ @@ -43,7 +43,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, actTemp:{ - type:"inputNumber", + type:"input", fillType:"actFill", compareTo:"temp", copyFrom:"temp", diff --git a/src/components/Template/StepComponents/qxwdx/qxlx.vue b/src/components/Template/StepComponents/qxwdx/qxlx.vue index 04af295..086e871 100644 --- a/src/components/Template/StepComponents/qxwdx/qxlx.vue +++ b/src/components/Template/StepComponents/qxwdx/qxlx.vue @@ -43,7 +43,7 @@ export default { type: "text", }, rm: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text3: { @@ -51,7 +51,7 @@ export default { type: "text", }, rxry: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo:"rm", copyFrom:"rm" diff --git a/src/components/Template/StepComponents/ry/dc.vue b/src/components/Template/StepComponents/ry/dc.vue index da30953..3ac83dc 100644 --- a/src/components/Template/StepComponents/ry/dc.vue +++ b/src/components/Template/StepComponents/ry/dc.vue @@ -35,7 +35,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, temp:{ - type:"inputNumber", + type:"input", fillType:"preFill", }, text3:{ @@ -43,7 +43,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, actTemp:{ - type:"inputNumber", + type:"input", fillType:"actFill", compareTo:"temp", copyFrom:"temp", diff --git a/src/components/Template/StepComponents/ry/hwhy.vue b/src/components/Template/StepComponents/ry/hwhy.vue index a632769..e508ac9 100644 --- a/src/components/Template/StepComponents/ry/hwhy.vue +++ b/src/components/Template/StepComponents/ry/hwhy.vue @@ -36,7 +36,7 @@ export default { type: "text", }, yjzs: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text3: { @@ -44,7 +44,7 @@ export default { type: "text", }, sjwd: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo: "yjzs", copyFrom: "yjzs" diff --git a/src/components/Template/StepComponents/ry/jrjb.vue b/src/components/Template/StepComponents/ry/jrjb.vue index ad6344a..68acc55 100644 --- a/src/components/Template/StepComponents/ry/jrjb.vue +++ b/src/components/Template/StepComponents/ry/jrjb.vue @@ -35,7 +35,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, yjwd:{ - type:"inputNumber", + type:"input", fillType:"preFill", }, text3:{ @@ -43,7 +43,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, sjwd:{ - type:"inputNumber", + type:"input", fillType:"actFill", compareTo:"yjwd", copyFrom:"yjwd" diff --git a/src/components/Template/StepComponents/ry/lx.vue b/src/components/Template/StepComponents/ry/lx.vue index 47204ad..cf14a57 100644 --- a/src/components/Template/StepComponents/ry/lx.vue +++ b/src/components/Template/StepComponents/ry/lx.vue @@ -35,7 +35,7 @@ export default { type: "text", }, rm: { - type: "inputNumber", + type: "input", fillType: "preFill", }, text3: { @@ -43,7 +43,7 @@ export default { type: "text", }, rxry: { - type: "inputNumber", + type: "input", fillType: "actFill", compareTo:"rm", copyFrom:"rm" diff --git a/src/components/Template/StepComponents/ry/sy.vue b/src/components/Template/StepComponents/ry/sy.vue index d44d803..0f9b5ac 100644 --- a/src/components/Template/StepComponents/ry/sy.vue +++ b/src/components/Template/StepComponents/ry/sy.vue @@ -35,7 +35,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, temp:{ - type:"inputNumber", + type:"input", fillType:"preFill", }, text3:{ @@ -43,7 +43,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, actTemp:{ - type:"inputNumber", + type:"input", fillType:"actFill", compareTo:"temp", copyFrom:"temp", diff --git a/src/components/Template/StepComponents/xbjzpz/fr_xbjzpz.vue b/src/components/Template/StepComponents/xbjzpz/fr_xbjzpz.vue index ab0b349..35147f8 100644 --- a/src/components/Template/StepComponents/xbjzpz/fr_xbjzpz.vue +++ b/src/components/Template/StepComponents/xbjzpz/fr_xbjzpz.vue @@ -35,7 +35,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, temp:{ - type:"inputNumber", + type:"input", fillType:"preFill", }, text3:{ @@ -43,7 +43,7 @@ import stepMixins from '@/components/Template/mixins/stepMixins.js'; type:"text", }, actTemp:{ - type:"inputNumber", + type:"input", fillType:"actFill", compareTo:"temp", copyFrom:"temp", diff --git a/src/views/business/comps/template/comps/sp/SP00456.vue b/src/views/business/comps/template/comps/sp/SP00456.vue index 4e13241..b243053 100644 --- a/src/views/business/comps/template/comps/sp/SP00456.vue +++ b/src/views/business/comps/template/comps/sp/SP00456.vue @@ -27,7 +27,7 @@ -
+
{{ $t('template.common.xzpxpz') }} @@ -35,11 +35,7 @@ $t('template.common.xzjtpz') }}
-
- {{ - $t('template.common.addBtn') - }} -
+
@@ -63,7 +59,6 @@ :configType="'paralle'" :ref="`paralleRef_${paralleIndex}`" :fieldItemLabel="getTableLabel('paralle')" :showHeader="!isPcr234" - :showHeaderLabel="!isGsp" @deleteConfig="deleteConfig('paralleConfigs', paralleConfig)" :fillType="fillType" />