소스 검색

批量打印

XMLWAN 4 년 전
부모
커밋
1d613ecb29
3개의 변경된 파일10개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      src/xt_pages/data/components/addConsumable.vue
  2. 7 3
      src/xt_pages/stock/stockOutOrder.vue
  3. 2 1
      src/xt_pages/stock/stockOutOrderEdit.vue

+ 1 - 1
src/xt_pages/data/components/addConsumable.vue 파일 보기

@@ -9,7 +9,7 @@
9 9
             <el-tab-pane label="基础数据" name="first">
10 10
                 <div>
11 11
                     <el-form :model="form" :rules="rules" ref="form" label-width="100px" style="display: flex;flex-wrap: wrap;justify-content: space-between;">
12
-                        <el-form-item label="耗材名称 : " prop="name" style="width:100%">
12
+                        <el-form-item label="耗材名称22 : " prop="name" style="width:100%">
13 13
                             <el-input v-model="form.good_name" placeholder="" maxlength="30"></el-input>
14 14
                         </el-form-item>
15 15
                         <el-form-item label="拼音 : " prop="name" style="width:50%">

+ 7 - 3
src/xt_pages/stock/stockOutOrder.vue 파일 보기

@@ -206,10 +206,10 @@
206 206
           <span style="width: 300px;color: #606266">经销商 {{getDealerName(warehousingOutInfo.info.dealer)}}</span>
207 207
         </div>
208 208
 
209
-        <!-- <div class="filter-container" style="margin-top: 10px">
209
+        <div class="filter-container" style="margin-top: 10px">
210 210
         <el-button size="small" icon="el-icon-edit" @click="editRecord" v-if="warehousingOutInfo.info.is_sys != 1">编辑</el-button>
211 211
         <el-button size="small" icon="el-icon-delete" @click="deleteRecord" v-if="warehousingOutInfo.info.is_sys != 1">删除</el-button>
212
-        </div> -->
212
+        </div>
213 213
 
214 214
 
215 215
          <el-row :gutter="12" style="margin-top: 10px">
@@ -356,8 +356,12 @@
356 356
       <el-button type="primary" @click="dialogVisible = false">确 定</el-button>
357 357
     </span>
358 358
   </el-dialog>
359
- 
359
+  
360 360
 
361
+
362
+  <!-- 编辑 -->
363
+  
364
+  
361 365
   </div>
362 366
 </template>
363 367
 

+ 2 - 1
src/xt_pages/stock/stockOutOrderEdit.vue 파일 보기

@@ -315,7 +315,8 @@
315 315
           }
316 316
         }
317 317
         return name;
318
-      }, handleEdit: function(index, row) {
318
+      }, 
319
+      handleEdit: function(index, row) {
319 320
         const tempObj = {}
320 321
         tempObj['id'] = 0
321 322
         tempObj['good_type_id'] = 0