瀏覽代碼

批量打印

XMLWAN 4 年之前
父節點
當前提交
1d613ecb29

+ 1 - 1
src/xt_pages/data/components/addConsumable.vue 查看文件

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

+ 7 - 3
src/xt_pages/stock/stockOutOrder.vue 查看文件

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

+ 2 - 1
src/xt_pages/stock/stockOutOrderEdit.vue 查看文件

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