第三方服务提交

purchase
anthonyywj2 3 years ago
parent 451778589f
commit e5cfea56e7

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

@ -5,8 +5,16 @@
"BASE_URL":"http://192.168.0.66:8500/UDI_WMS_MC",
"SERVER_IP": "http://192.168.0.66:8500/UDI_WMS_MC/",
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院"
"hosp_name": "福建省XX市医院"
//139
"UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/",
"BASE_URL":" http://139.9.178.73:8080/UDI_WMS_MC",
"SERVER_IP": " http://139.9.178.73:8080/UDI_WMS_MC,
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "诏安县总医院"
//文明东

File diff suppressed because it is too large Load Diff

@ -60,7 +60,6 @@
<script>
import {filterAllByUser} from "@/api/basic/invWarehouse";
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
import {updateInv} from "@/api/auth/authAdmin";
export default {
name: "DialogSelectInv",

@ -74,7 +74,6 @@
<script>
import {
filterProducts,
filterDetailProducts,
deleteProducts,
} from "../../api/inventory/InvProducts";
import draggable from "vuedraggable";

@ -123,8 +123,6 @@
:close-on-press-escape="false"
width="85%"
v-if="codeDetailVisible"
:close-on-click-modal="false"
:close-on-press-escape="false"
>
<codeDetail
:idQuery="idQuery"
@ -143,7 +141,7 @@
<script>
import {
filterProducts,
deleteProducts,clearAllProducts
deleteProducts, clearAllProducts
} from "../../api/inventory/InvPreInProducts";
import draggable from "vuedraggable";
import codeDetail from "./InvPreInProductsDetail";
@ -282,14 +280,14 @@ export default {
},
clearAll(){
clearAll() {
this.$confirm("此操作将永久清空所有预验收库存信息, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
let query={id:1};
let query = {id: 1};
clearAllProducts(query)
.then((response) => {

@ -120,6 +120,7 @@ export default {
uploadData: {
thirdSys: "thirdId",
},
loading:false,
};
},
@ -208,7 +209,7 @@ export default {
},
thirdSysChange() {
this.uploadData.thirdSys = this.filterQuery.thirdSys;
this.getThirdSysDetail();
// this.getThirdSysDetail();
},
getThirdSysDetail() {
let query = {

@ -43,9 +43,9 @@
>
<el-button size="mini" type="primary">导入库存产品信息</el-button>
</el-upload>
<el-button type="primary" icon="search" @click="jumpDl"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载
</el-button>
<!-- <el-button type="primary" icon="search" @click="jumpDl"-->
<!-- v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载-->
<!-- </el-button>-->
<el-button type="primary" icon="search" @click="downloadInpi"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">
下载库存产品信息

@ -44,9 +44,9 @@
>
<el-button size="mini" type="primary">导入业务单据</el-button>
</el-upload>
<el-button type="primary" icon="search" @click="jumpDl"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载
</el-button>
<!-- <el-button type="primary" icon="search" @click="jumpDl"-->
<!-- v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载-->
<!-- </el-button>-->
<el-button type="primary" icon="search" @click="downloadOrderss"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">
下载业务单据

@ -43,9 +43,9 @@
>
<el-button size="mini" type="primary">导入产品信息</el-button>
</el-upload>
<el-button type="primary" icon="search" @click="jumpDl"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载
</el-button>
<!-- <el-button type="primary" icon="search" @click="jumpDl"-->
<!-- v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载-->
<!-- </el-button>-->
<el-button type="primary" icon="search" @click="downloadProducts"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">
下载产品信息

Loading…
Cancel
Save