单据流转补单去掉之前缺量补单界面

ww
anthonywj 3 years ago committed by wangwei
parent c888d13f10
commit 2987dc6728

@ -1,7 +1,7 @@
{ {
"UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/", "UDI_SYNC_SERVER_IP": "http://127.0.0.1:9995/",
"BASE_URL":"http://192.168.0.109:9991", "BASE_URL":"http://127.0.0.1:9992",
"SERVER_IP": "http://192.168.0.109:9991/", "SERVER_IP": "http://127.0.0.1:9992/",
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/", "WEBSOCKET_URL": "ws://127.0.0.1:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院" "hosp_name": "平和县医院"
} }

@ -147,7 +147,7 @@
</el-col>--> </el-col>-->
</el-row> </el-row>
<div v-if="visibleChange"> <!-- <div v-if="visibleChange">-->
<!-- <div style="float:right;margin-bottom: 10px">--> <!-- <div style="float:right;margin-bottom: 10px">-->
<!-- <el-button--> <!-- <el-button-->
@ -158,26 +158,26 @@
<!-- </el-button--> <!-- </el-button-->
<!-- >--> <!-- >-->
<!-- </div>--> <!-- </div>-->
<el-table border style="margin-bottom: 20px;margin-top: 10px" :data="changeList"> <!-- <el-table border style="margin-bottom: 20px;margin-top: 10px" :data="changeList">-->
<el-table-column label="补单扫码单据类型" prop="name"></el-table-column> <!-- <el-table-column label="补单扫码单据类型" prop="name"></el-table-column>-->
<el-table-column label="推前时长(小时)" prop="beforeTime"></el-table-column> <!-- <el-table-column label="推前时长(小时)" prop="beforeTime"></el-table-column>-->
<el-table-column label="补单默认仓库" prop="defautInvName"></el-table-column> <!-- <el-table-column label="补单默认仓库" prop="defautInvName"></el-table-column>-->
<el-table-column label="补单默认分库" prop="defautSubInvName"></el-table-column> <!-- <el-table-column label="补单默认分库" prop="defautSubInvName"></el-table-column>-->
<el-table-column label="备注" prop="remark"></el-table-column> <!-- <el-table-column label="备注" prop="remark"></el-table-column>-->
<el-table-column label="操作" fixed="right"> <!-- <el-table-column label="操作" fixed="right">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-button <!-- <el-button-->
type="text" <!-- type="text"-->
size="small" <!-- size="small"-->
@click.native.stop="handleModifyClick(scope.row)" <!-- @click.native.stop="handleModifyClick(scope.row)"-->
>编辑 <!-- >编辑-->
</el-button <!-- </el-button-->
> <!-- >-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> <!-- </el-table>-->
</div> <!-- </div>-->
<el-dialog <el-dialog
:title="formMap[changeEdit]" :title="formMap[changeEdit]"
:visible.sync="editChangeTypeVisible" :visible.sync="editChangeTypeVisible"

@ -77,7 +77,6 @@
<el-table-column label="操作" fixed="right"> <el-table-column label="操作" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small" size="small"

Loading…
Cancel
Save