|
@@ -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
|
|