guoyuji
2024-10-25 9d1b090453643e74efc8d6fb38bc6a0855dc62ea
提交 玻璃价格语言切换
4个文件已修改
38 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Glass.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Hollow.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Interlayer.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Process.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Glass.vue
@@ -75,15 +75,8 @@
.el-row{
  margin-bottom: 5px;
}
.el-input{
.el-input-number{
  width: 182px;
}
/deep/.delInput input::-webkit-outer-spin-button,
/deep/.delInput input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
}
/deep/.delInput input[type="number"]{
  -moz-appearance: textfield;
}
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Hollow.vue
@@ -99,15 +99,8 @@
.el-row{
  margin-bottom: 5px;
}
.el-input{
.el-input-number{
  width: 182px;
}
/deep/.delInput input::-webkit-outer-spin-button,
/deep/.delInput input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
}
/deep/.delInput input[type="number"]{
  -moz-appearance: textfield;
}
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Interlayer.vue
@@ -99,15 +99,8 @@
.el-row{
  margin-bottom: 5px;
}
.el-input{
.el-input-number{
  width: 182px;
}
/deep/.delInput input::-webkit-outer-spin-button,
/deep/.delInput input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
}
/deep/.delInput input[type="number"]{
  -moz-appearance: textfield;
}
north-glass-erp/northglass-erp/src/views/sd/glassPrice/pages/Process.vue
@@ -54,7 +54,7 @@
  <el-row :gutter="8">
    <el-col :span="12">
      <el-select v-model.trim="stuff.process" size="small" clearable placeholder="原片工艺"  filterable>
      <el-select v-model.trim="stuff.process" size="small" clearable :placeholder="$t('glassPrice.glass')+$t('glassPrice.craft')"  filterable>
        <el-option v-for="item in props.basicData.process"
                   :key="item.id"
                   :label="item.basicName"
@@ -90,15 +90,8 @@
.el-row{
  margin-bottom: 5px;
}
.el-input{
.el-input-number{
  width: 182px;
}
/deep/.delInput input::-webkit-outer-spin-button,
/deep/.delInput input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
}
/deep/.delInput input[type="number"]{
  -moz-appearance: textfield;
}