|
@@ -39,7 +39,6 @@
|
|
|
|
|
|
<el-input
|
|
|
v-else-if="item.InputMode == 'A1'||item.InputMode == 'A2'"
|
|
|
- :class="item.InputMode == 'A1'||item.InputMode == 'A2' ? 'reset-width':''"
|
|
|
type="number"
|
|
|
v-model="ruleForm.ProdParam[item.Code]">
|
|
|
<template slot="append" v-if="item.Unit">{{item.Unit}}</template>
|
|
@@ -126,9 +125,9 @@
|
|
|
|
|
|
<script>
|
|
|
import uploadFiles from "@/components/public/uploadFiles"
|
|
|
- import { prodTypeCreate, prodTypeUpdate, defFuncidQuery, prodRecordQuery } from "@/api/product"
|
|
|
- import { brandQueryByKeyword, brandRecordQuery } from "@/api/brand"
|
|
|
- import { mapGetters } from "vuex"
|
|
|
+ import {defFuncidQuery, prodRecordQuery, prodTypeCreate, prodTypeUpdate} from "@/api/product"
|
|
|
+ import {brandQueryByKeyword, brandRecordQuery} from "@/api/brand"
|
|
|
+ import {mapGetters} from "vuex"
|
|
|
|
|
|
export default {
|
|
|
components: {uploadFiles},
|
|
@@ -383,12 +382,6 @@
|
|
|
/deep/ .el-scrollbar__wrap {
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
-
|
|
|
- .reset-width {
|
|
|
- /*.el-input__inner {*/
|
|
|
- /* width: 200px;*/
|
|
|
- /* }*/
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|