代码备份

20240912_adapter
yewj 10 months ago
parent 88ea8c7def
commit fe57fef616

@ -6,7 +6,7 @@ ENV = 'development'
# 开发环境
# VUE_APP_BASE_API = 'https://mudi.dsxyy.org/UDI_WMS_MC/'
VUE_APP_BASE_API = 'http://127.0.0.1:9991'
VUE_APP_BASE_API = 'http://192.168.0.166:9991'
VUE_APP_SYNC_API ="http://127.0.0.1:10001"
# VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/'
# 应用访问路径 例如使用前缀 /admin/

@ -338,7 +338,7 @@ export default {
};
deletetUdiInfos(tquery).then(res => {
if (res.code != 20000) {
this.$message.error("删除错误")
this.$message.error(res.message)
this.getList()
} else {
this.$message.success("删除成功!")

@ -25,7 +25,8 @@
>结束剔除
</el-button>
<el-button size="mini" type="primary" @click.native="selectPrescribe()" :loading="submitLoading"
v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;" v-show="isLinkDisabled"
v-if="splitType=='out' && !redMesg" style="margin-right: 8px;border-radius: 5%;"
v-show="isLinkDisabled"
>选入已完成单据
</el-button>
<el-button size="mini" type="primary" @click.native="chooseDraftOrder()" :loading="submitLoading"

@ -31,8 +31,7 @@
style="margin-left: 15px"
>添加
</el-button>
<el-button icon="el-icon-view" @click="hideSearch">/</el-button>
<!-- <el-button icon="el-icon-view" @click="hideSearch">/</el-button>-->
<el-button
type="primary"
size="mini"

Loading…
Cancel
Save