单据提交问题修改

dev
anthonywj 2 years ago
parent a22b6520d7
commit ebdd11e4e4

@ -18,14 +18,14 @@ ENV = 'production'
# 文明东1 # 文明东1
# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/'
# 文明东2 # 文明东2
# VUE_APP_BASE_API = 'http://192.168.0.61:9150/UDI_WMS_MC/' VUE_APP_BASE_API = 'http://192.168.0.61:9150/UDI_WMS_MC/'
# VUE_APP_SYNC_API ="http://192.168.0.62:9150/SP_SYNC_SERVER" # VUE_APP_SYNC_API ="http://192.168.0.62:9150/SP_SYNC_SERVER"
刘恩典 刘恩典
# VUE_APP_BASE_API = 'http://192.168.0.54:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.54:9150/UDI_WMS_MC/'
# 平潭正式 # 平潭正式
VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/'
# 吴总测试服务器 # 吴总测试服务器
# VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/'

@ -8,8 +8,9 @@
label-width="110px" label-width="110px"
style="margin-bottom: -15px" style="margin-bottom: -15px"
> >
<el-row>
<el-button-group <el-button-group
style="display: flex; margin: 0px 0 15px 75%; height: 35px" style="display: flex; margin: 0px 0 15px 0; height: 35px;float: right"
> >
<el-button <el-button
size="mini" size="mini"
@ -54,6 +55,9 @@
<!-- </el-button>--> <!-- </el-button>-->
</el-button-group> </el-button-group>
</el-row>
<el-row> <el-row>
<el-col :span="11"> <el-col :span="11">
<el-form-item prop="corpOrderId" label="单据号:"> <el-form-item prop="corpOrderId" label="单据号:">
@ -1254,6 +1258,7 @@ export default {
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.$message.success("撤回成功!"); this.$message.success("撤回成功!");
this.closeDialog();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
} }
@ -1353,9 +1358,8 @@ export default {
this.$message.error(response.message); this.$message.error(response.message);
} }
}); });
} } else if (this.viewType == 7) { //
if (this.viewType = 7) { // if (val == 1) {
if (val = 1) {
this.$confirm("此操作将以校验的正确结果重新生成业务单并提交,是否继续?", "提示", { this.$confirm("此操作将以校验的正确结果重新生成业务单并提交,是否继续?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",

@ -15,6 +15,18 @@
width="280" width="280"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column
label="物资名称"
prop="productName"
width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="规格型号"
prop="ggxh"
width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column <el-table-column
label="批次号" label="批次号"
prop="batchNo" prop="batchNo"
@ -94,16 +106,24 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-row v-if="viewType==7">
<el-row> <el-col span="10">
<el-col span="2"> <div style="float: left">
<span><div style="background-color: #FC4A45;width: 10px;height: 10px"></div>红色:多余条码</span> <td>
</el-col> <div style="background-color: #FC4A45;width: 10px;height: 10px"></div>
<el-col span="2"> </td>
<div style="background-color: #F4BD25;width: 10px;height: 10px"></div> <td><span>红色:多余条码</span></td>
<td>
<div style="background-color: #F4BD25;width: 10px;height: 10px;margin-left: 15px"></div>
</td>
<td>
<span>黄色:包含多余条码</span> <span>黄色:包含多余条码</span>
</td>
</div>
</el-col> </el-col>
</el-row> </el-row>
<div class="block"> <div class="block">
<pagination <pagination

Loading…
Cancel
Save