Pārlūkot izejas kodu

Merge branch 'test' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-aps into dengfei

695593266@qq.com 11 mēneši atpakaļ
vecāks
revīzija
f887954a87
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      src/views/saleOrder/components/create-order.vue

+ 1 - 4
src/views/saleOrder/components/create-order.vue

@@ -105,10 +105,7 @@
           <el-table-column label="生产编号" align="center" prop="productionCodes" width="140">
             <template slot-scope="scope">
               <el-form-item label-width="0px" :prop="'productInfoList.' + scope.$index + '.productionCodes'">
-                <el-input style="width: 100%" size="small" v-model="scope.row.productionCodes" placeholder="请输入"  @input="(value) =>
-                (scope.row.productionCodes = value.replace(
-                 /[^a-zA-Z0-9_-]/g, ''
-                ))">
+                <el-input style="width: 100%" size="small" v-model="scope.row.productionCodes" placeholder="请输入">
               </el-input>
             </el-form-item>
             </template>