Merge remote-tracking branch 'origin/master'

prod
wj 2 years ago
commit b6d30256df

1
.gitignore vendored

@ -20,5 +20,6 @@ UDI_WMS_NEW/
*.sln *.sln
*.local *.local
/vue.config.js
package-lock.json package-lock.json
yarn.lock yarn.lock

@ -50,3 +50,13 @@ export function updateConfig(query) {
}); });
} }
export function infoByStatus(query) {
return axios({
url: "/spssync/basic/udiinfo/infoByStatus",
method: "post",
data: query,
responseType: 'blob'
});
}

@ -96,7 +96,8 @@ export default {
handleCurrentChange(val) { handleCurrentChange(val) {
this.$emit('pagination', { page: val, limit: this.pageSize }) this.$emit('pagination', { page: val, limit: this.pageSize })
if (this.autoScroll) { if (this.autoScroll) {
scrollTo(0, 800) //
// scrollTo(0, 800)
} }
} }
} }

@ -529,10 +529,10 @@
<el-select v-model="inputQuery.checkWebNew" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkWebNew" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单货(有无三期)" :value="3"></el-option> <el-option label="有业务单货(有无三期)" :value="3"></el-option>
</el-select> </el-select>
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
@ -551,7 +551,7 @@
<el-select v-model="inputQuery.checkPdaUn" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkPdaUn" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -573,7 +573,7 @@
<el-select v-model="inputQuery.checkPdaEd" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkPdaEd" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -595,7 +595,7 @@
<el-select v-model="inputQuery.checkUdims" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkUdims" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -617,7 +617,7 @@
<el-select v-model="inputQuery.checkPc" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkPc" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -639,7 +639,7 @@
<el-select v-model="inputQuery.checkSp" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkSp" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -660,7 +660,7 @@
<el-select v-model="inputQuery.checkChange" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkChange" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -682,7 +682,7 @@
<el-select v-model="inputQuery.checkBalance" :disabled="!inputQuery.checkEnable" style="width: 75%" <el-select v-model="inputQuery.checkBalance" :disabled="!inputQuery.checkEnable" style="width: 75%"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>
@ -703,7 +703,7 @@
<el-select v-model="inputQuery.checkCopy" style="width: 75%" :disabled="!inputQuery.checkEnable" <el-select v-model="inputQuery.checkCopy" style="width: 75%" :disabled="!inputQuery.checkEnable"
placeholder="是否启用" placeholder="是否启用"
> >
<el-option label="无业务单扫码拣货" :value="0"></el-option> <el-option label="无业务单扫码拣货" :value="0"></el-option>
<el-option label="有业务单有三期拣货" :value="1"></el-option> <el-option label="有业务单有三期拣货" :value="1"></el-option>
<el-option label="有业务单无三期拣货" :value="2"></el-option> <el-option label="有业务单无三期拣货" :value="2"></el-option>
<el-option label="有业务单操货(有无三期)" :value="3"></el-option> <el-option label="有业务单操货(有无三期)" :value="3"></el-option>

@ -296,7 +296,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -436,7 +436,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -467,7 +467,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -239,7 +239,7 @@
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -241,7 +241,7 @@
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -254,7 +254,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -147,7 +147,7 @@
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -558,15 +558,17 @@ export default {
let selectData = this.multipleUdiSelection; let selectData = this.multipleUdiSelection;
let selected = null; let selected = null;
if (this.multipleUdiSelection.length == 0) { if (this.multipleUdiSelection.length == 0) {
this.$message.warning('请选入产品!');
if (this.relId != null) { if (this.relId != null) {
this.combineQuery.relId = this.relId; this.combineQuery.relId = this.relId;
this.combineQuery.keys.push(this.currentRow.uuid); this.combineQuery.keys.push(this.currentRow.uuid);
if (this.currentRow.check) { if (this.currentRow.check) {
selected = this.currentRow; selected = this.currentRow;
} }
} else } else{
this.$message.warning('请选入产品!');
return; return;
}
} else { } else {
selectData.forEach((obj) => { selectData.forEach((obj) => {

@ -435,6 +435,10 @@ export default {
selectExport() { selectExport() {
var selectData = this.multipleSelection; var selectData = this.multipleSelection;
if(selectData.length==0){
this.$message.error("请先选择产品!");
return
}
selectData.forEach((obj) => { selectData.forEach((obj) => {
this.filterQuery.rlIds.push(obj.id); this.filterQuery.rlIds.push(obj.id);
this.filterQuery.nameCode=obj.nameCode; this.filterQuery.nameCode=obj.nameCode;

File diff suppressed because it is too large Load Diff

@ -265,7 +265,7 @@
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -151,7 +151,7 @@ export default {
filters: {}, filters: {},
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -246,7 +246,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -242,7 +242,7 @@
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -402,7 +402,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<el-card style="margin: 5px; margin-top: -20px"> <el-card style="margin: 5px;">
<el-form <el-form
:model="orderFormData" :model="orderFormData"
:rules="formRules" :rules="formRules"
@ -39,7 +39,7 @@
auto-complete="off" auto-complete="off"
style="width: 90%" style="width: 90%"
clearable clearable
:disabled="corpOrderIdDisabled" :disabled="true"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -643,6 +643,24 @@ export default {
this.$message.warning("请选择单据类型!"); this.$message.warning("请选择单据类型!");
return; return;
} }
if(this.curAction.corpType === 0 || this.curAction.corpType === 2 || (this.curAction.corpType === 1 && !this.curAction.genUnit)){
if(this.$isBlank(this.orderFormData.fromCorp)){
this.$message.warning("请选择往来单位!");
return;
}
}
if(this.curAction.corpType == 3){
if(this.$isBlank(this.orderFormData.fromInvCode)){
this.$message.warning("请选择往来单位!");
return;
}
}
if(this.curAction.corpType === 1 && this.curAction.genUnit){
if(this.$isBlank(this.orderFormData.fromCorp)){
this.$message.warning("请选择往来单位!");
return;
}
}
if (this.$isBlank(this.orderFormData.corpOrderId)) { if (this.$isBlank(this.orderFormData.corpOrderId)) {
let date = new Date(); let date = new Date();
this.orderFormData.corpOrderId = this.orderFormData.corpOrderId =
@ -1052,7 +1070,7 @@ export default {
</script> </script>
<style> <style scoped>
#inputer { #inputer {
width: 100%; width: 100%;
min-height: 30px; min-height: 30px;

@ -345,7 +345,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -180,6 +180,8 @@ export default {
page: 1, page: 1,
limit: 10, limit: 10,
}, },
isEntrust: false,
} }
}, },
@ -267,6 +269,7 @@ export default {
this.detailList = response.data.orderDetailEntities || []; this.detailList = response.data.orderDetailEntities || [];
this.formData = response.data.orderEntity; this.formData = response.data.orderEntity;
this.orderQuery = this.formData; this.orderQuery = this.formData;
this.isEntrust = response.data.entrust;
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
} }
@ -371,6 +374,7 @@ export default {
postAccept() { postAccept() {
let query = { let query = {
orderId: this.orderQuery.billNo, orderId: this.orderQuery.billNo,
entrust: this.isEntrust,
}; };
if (this.reviewType != null && this.reviewType == 2) { if (this.reviewType != null && this.reviewType == 2) {
thirdUpdateStatus(query) thirdUpdateStatus(query)

@ -65,6 +65,8 @@ import {
} from "@/api/inventory/invPorduct"; } from "@/api/inventory/invPorduct";
import {addDetail} from "@/api/inout/receiveOrder"; import {addDetail} from "@/api/inout/receiveOrder";
import {addBizProduct} from "@/api/inout/orderDetailCode"; import {addBizProduct} from "@/api/inout/orderDetailCode";
import {getInvPreInProduct} from "@/api/inventory/invPreInSearch";
import {getInvPreProduct} from "@/api/inventory/invPreProduct";
export default { export default {
@ -162,7 +164,38 @@ export default {
}, },
getList() { getList() {
debugger
this.loading = true; this.loading = true;
//
if(this.invQueryData.advanceType==3){
getInvPreProduct(this.filterQuery)
.then((response) => {
this.showSup = response.data.showSup;
this.loading = false;
this.list = response.data.list || [];
this.total = response.data.total || 0;
})
.catch(() => {
this.loading = false;
this.list = [];
this.total = 0;
});
//
}else if(this.invQueryData.advanceType==2){
getInvPreInProduct(this.filterQuery)
.then((response) => {
this.showSup = response.data.showSup;
this.loading = false;
this.list = response.data.list || [];
this.total = response.data.total || 0;
})
.catch(() => {
this.loading = false;
this.list = [];
this.total = 0;
});
}else{
getInvProduct(this.filterQuery) getInvProduct(this.filterQuery)
.then((response) => { .then((response) => {
this.showSup = response.data.showSup; this.showSup = response.data.showSup;
@ -175,6 +208,7 @@ export default {
this.list = []; this.list = [];
this.total = 0; this.total = 0;
}); });
}
}, },
hideSearch() { hideSearch() {
this.showSearch = !this.showSearch; this.showSearch = !this.showSearch;

@ -119,10 +119,10 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="审核时间" prop="checkTime" show-overflow-tooltip width="150"> <el-table-column label="审核时间" prop="auditTime" show-overflow-tooltip width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<i class="el-icon-time"></i> <i class="el-icon-time"></i>
<span>{{ scope.row.checkTime }}</span> <span>{{ scope.row.auditTime }}</span>
</template> </template>
</el-table-column> </el-table-column>

@ -84,7 +84,7 @@
>查询 >查询
</el-button </el-button
> >
<el-button type="primary" icon="el-icon-search" @click="newReview" <el-button type="primary" icon="el-icon-plus" @click="newReview"
>新增单据审核 >新增单据审核
</el-button </el-button
> >
@ -1022,6 +1022,7 @@ export default {
// //
closeAcceptDialog() { closeAcceptDialog() {
this.acceptOrderVisible = false; this.acceptOrderVisible = false;
this.newAcceptOrderVisible = false;
}, },
// //

@ -588,6 +588,8 @@ export default {
}) })
.then(() => { .then(() => {
this.deleteOrders(rowId); this.deleteOrders(rowId);
this.currentRow=null;
this.bizDetailList=[];
}) })
.catch(() => { .catch(() => {
}); });

@ -72,7 +72,7 @@
<el-table-column width="100" <el-table-column width="100"
label="扫码数量" label="扫码数量"
prop="scanCount" prop="reCount"
v-if="viewType!=2" v-if="viewType!=2"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>

@ -59,7 +59,7 @@
</el-col> </el-col>
<el-col :span="11"> <el-col :span="11">
<el-form-item class="query-form-item" prop="targetInvCode" label="往来信息:"> <el-form-item class="query-form-item" prop="targetInvCode" label="往来信息:">
<el-select v-model="formData.targetInvCode" placeholder="请选择往来信息" <el-select v-model="formData.targetInvCode" placeholder="请选择往来信息" @change="getTargerType"
clearable="true" clearable="true"
style="width: 100%" style="width: 100%"
> >
@ -277,6 +277,7 @@ export default {
findFromInv() { findFromInv() {
let cQuery = { let cQuery = {
locInvCode: this.formData.invCode, locInvCode: this.formData.invCode,
type:1,
}; };
findByFrom(cQuery) findByFrom(cQuery)
.then((response) => { .then((response) => {
@ -301,7 +302,10 @@ export default {
hideSearch() { hideSearch() {
this.showSearch = !this.showSearch; this.showSearch = !this.showSearch;
}, },
getTargerType(){
this.formData.advanceType= this.fromOptions.find(item => item.code == this.formData.targetInvCode).advanceType
console.log(this.formData)
},
saveOrder(status) { saveOrder(status) {
this.code = ""; this.code = "";
this.$refs.multipleTable.setCurrentRow(); this.$refs.multipleTable.setCurrentRow();
@ -528,7 +532,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -22,7 +22,20 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="往来信息:"> <el-form-item label="往来信息:">
<el-input v-model="filterQuery.corpName" style="width: 90%" placeholder="请输入往来信息" clearable></el-input> <el-select v-model="filterQuery.corpName" placeholder="请输入往来信息"
filterable
remote
reserve-keyword
:remote-method="finCorpList"
:loading="loading"
style="width: 100%;">
<el-option
v-for="item in corpList"
:key="item.code"
:label="item.name"
:value="item.code">
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-col :span="6">--> <!-- <el-col :span="6">-->
@ -67,7 +80,7 @@
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button> <el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button> <el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="onSubmitFind"></el-button> <el-button type="primary" icon="el-icon-search" @click="onSubmitFind"></el-button>
<el-button type="primary" icon="search" @click="newDistributionForm()" :loading="loading"> <el-button type="primary" icon="el-icon-plus" @click="newDistributionForm()" :loading="loading">
新增单据 新增单据
</el-button> </el-button>
</el-button-group> </el-button-group>
@ -147,7 +160,7 @@ import {selectIp} from "@/api/param/systemParamConfig";
import thrOrderNew from "./DialogNewReceive"; import thrOrderNew from "./DialogNewReceive";
import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder"; import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder";
import {getBusChange} from "@/api/basic/busTypeChange"; import {getBusChange} from "@/api/basic/busTypeChange";
import {findInvByUser} from "@/api/system/invSubWarehouse"; import {filterSubAll, findInvByUser} from "@/api/system/invSubWarehouse";
export default { export default {
data() { data() {
@ -178,6 +191,7 @@ export default {
4: "已拒绝" 4: "已拒绝"
}, },
idQuery: {}, idQuery: {},
corpList: [],
total: 0, total: 0,
thirdSys: [], thirdSys: [],
thirdSysDetail: null, thirdSysDetail: null,
@ -373,6 +387,23 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
finCorpList(val){
let query ={
name : val,
page : 1,
limit : 10,
}
filterSubAll(query)
.then((response) => {
this.loading = false;
this.corpList = response.data || [];
})
.catch(() => {
this.loading = false;
this.corpList = [];
});
},
}, },
components: { components: {
thrOrderNew, thrOrderNew,
@ -382,6 +413,7 @@ export default {
created() { created() {
this.finCurInv(); this.finCurInv();
this.getBusType(); this.getBusType();
// this.finCorpList();
}, },
}; };
</script> </script>

@ -22,7 +22,20 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="往来信息:"> <el-form-item label="往来信息:">
<el-input v-model="filterQuery.corpName" style="width: 90%" placeholder="请输入往来信息" clearable></el-input> <el-select v-model="filterQuery.corpName" placeholder="请输入往来信息"
filterable
remote
reserve-keyword
:remote-method="finCorpList"
:loading="loading"
style="width: 100%;">
<el-option
v-for="item in corpList"
:key="item.code"
:label="item.name"
:value="item.code">
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-col :span="6">--> <!-- <el-col :span="6">-->
@ -135,7 +148,7 @@
import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder"; import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder";
import auditDetail from "@/views/inout/receive/receiveAuditDetail" import auditDetail from "@/views/inout/receive/receiveAuditDetail"
import {findInvByUser} from "@/api/system/invSubWarehouse"; import {filterSubAll, findInvByUser} from "@/api/system/invSubWarehouse";
export default { export default {
data() { data() {
@ -164,6 +177,7 @@ export default {
total: 0, total: 0,
thirdSys: [], thirdSys: [],
invList:[], invList:[],
corpList:[],
thirdSysDetail: null, thirdSysDetail: null,
busTypes: [], busTypes: [],
originTypes: [], originTypes: [],
@ -291,6 +305,23 @@ export default {
this.idQuery=row; this.idQuery=row;
this.newSpDistributionVisible = true; this.newSpDistributionVisible = true;
}, },
finCorpList(val){
let query ={
name : val,
page : 1,
limit : 10,
}
filterSubAll(query)
.then((response) => {
this.loading = false;
this.corpList = response.data || [];
})
.catch(() => {
this.loading = false;
this.corpList = [];
});
},
finCurInv() { finCurInv() {
this.invList = []; this.invList = [];
let query = { let query = {

@ -155,7 +155,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -22,7 +22,20 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="往来信息:"> <el-form-item label="往来信息:">
<el-input v-model="filterQuery.corpName" style="width: 90%" placeholder="请输入往来信息" clearable></el-input> <el-select v-model="filterQuery.corpName" placeholder="请输入往来信息"
filterable
remote
reserve-keyword
:remote-method="finCorpList"
:loading="loading"
style="width: 100%;">
<el-option
v-for="item in corpList"
:key="item.code"
:label="item.name"
:value="item.code">
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-col :span="6">--> <!-- <el-col :span="6">-->
@ -154,7 +167,7 @@
import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder"; import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder";
import auditDetail from "@/views/inout/receive/receiveAuditDetail" import auditDetail from "@/views/inout/receive/receiveAuditDetail"
import {delReceive} from "@/api/thrsys/thrOrderReceive"; import {delReceive} from "@/api/thrsys/thrOrderReceive";
import {findInvByUser} from "@/api/system/invSubWarehouse"; import {filterSubAll, findInvByUser} from "@/api/system/invSubWarehouse";
export default { export default {
data() { data() {
@ -188,6 +201,7 @@ export default {
busTypes: [], busTypes: [],
originTypes: [], originTypes: [],
list: [], list: [],
corpList:[],
detailList: [], detailList: [],
uploadFileUrl: null, uploadFileUrl: null,
fileList: [], fileList: [],
@ -369,6 +383,23 @@ export default {
this.filterQuery.page = val.page; this.filterQuery.page = val.page;
this.getList(); this.getList();
}, },
finCorpList(val){
let query ={
name : val,
page : 1,
limit : 10,
}
filterSubAll(query)
.then((response) => {
this.loading = false;
this.corpList = response.data || [];
})
.catch(() => {
this.loading = false;
this.corpList = [];
});
},
finCurInv() { finCurInv() {
this.invList = []; this.invList = [];
let query = { let query = {

@ -71,13 +71,13 @@
border max-height="300" height="300"> border max-height="300" height="300">
<el-table-column label="序号" type="index" width="50"></el-table-column> <el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column label="DI/物资编码" prop="relId" width="150"></el-table-column> <el-table-column label="DI/物资编码" prop="relId" width="150"></el-table-column>
<el-table-column label="物资名称" prop="productName" width="150"></el-table-column> <el-table-column label="物资名称" prop="productName" width="150" show-tooltip-when-overflow></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="150"></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="150"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="150"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="150"></el-table-column>
<el-table-column label="序列号" prop="serialNo" width="150"></el-table-column> <el-table-column label="序列号" prop="serialNo" width="150"></el-table-column>
<el-table-column label="计量单位" prop="measname" width="150"></el-table-column> <el-table-column label="计量单位" prop="measname" width="150"></el-table-column>
<el-table-column label="货位" prop="invSpaceName" width="150"></el-table-column> <el-table-column label="货位" prop="invSpaceName" width="150"></el-table-column>
<el-table-column label="注册备案号" prop="zczbhhzbapzbh" width="150"></el-table-column> <el-table-column label="注册备案号" prop="zczbhhzbapzbh" width="150" show-tooltip-when-overflow></el-table-column>
<el-table-column label="生产厂家" prop="manufactory" width="150"></el-table-column> <el-table-column label="生产厂家" prop="manufactory" width="150"></el-table-column>
<el-table-column label="供应商" prop="supName" width="150"></el-table-column> <el-table-column label="供应商" prop="supName" width="150"></el-table-column>
</el-table> </el-table>
@ -96,7 +96,7 @@
<invPlaceSelectOrder <invPlaceSelectOrder
:closeDialog="closeDialog" :closeDialog="closeDialog"
:formData="selectFormData" :formData="selectFormData"
:getInvProductInfogetInvProductInfogetInvProductInfo="getInvProductInfo" :getInvProductInfo="getInvProductInfo"
> >
</invPlaceSelectOrder> </invPlaceSelectOrder>
</el-dialog> </el-dialog>
@ -260,8 +260,7 @@ export default {
getInvProductInfo(orderId) { getInvProductInfo(orderId) {
let params = { let params = {
invCode: this.formData.invCode, invCode: this.formData.invCode,
invSpaceCode: this.formData.invSpaceCode, orderId: orderId
code: orderId
}; };
getInvProductInfo(params).then((res) => { getInvProductInfo(params).then((res) => {
if (res.data !== null) { if (res.data !== null) {

@ -42,16 +42,18 @@
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="仓库" prop="invName" width="180"></el-table-column> <el-table-column label="仓库" prop="invName" width="180"></el-table-column>
<el-table-column label="货位" prop="invSpaceName" width="180"></el-table-column> <el-table-column label="货位" prop="invSpaceName" width="180"></el-table-column>
<el-table-column label="产品标识" prop="nameCode"></el-table-column> <el-table-column label="产品标识" prop="nameCode" width="150"></el-table-column>
<el-table-column label="产品名称" prop="productName"></el-table-column> <el-table-column label="产品名称" prop="productName" width="200" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="120"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120"></el-table-column>
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column> <el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column> <el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
<el-table-column label="批准文号" prop="zczbhhzbapzbh" v-if="showSup" show-overflow-tooltip <el-table-column label="注册备案号" prop="zczbhhzbapzbh" show-overflow-tooltip
width="120"></el-table-column> width="200"></el-table-column>
<el-table-column label="生产企业" prop="ylqxzcrbarmc" v-if="showSup" show-overflow-tooltip <el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip
width="120"></el-table-column> width="200"></el-table-column>
<el-table-column label="供应商" prop="ylqxzcrbarmc" show-overflow-tooltip
width="200"></el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="total>0" v-show="total>0"
@ -131,10 +133,19 @@ export default {
this.getList(); this.getList();
}, },
onSubmit() { onSubmit() {
if (isBlank(this.filterQuery.invSpaceCode)) {
this.$message.error("请选择指定货位");
return;
}
this.filterQuery.page = 1; this.filterQuery.page = 1;
this.getList(); this.getList();
}, },
getList() { getList() {
if (isBlank(this.filterQuery.invSpaceCode) && this.spaceList.length > 0) {
this.filterQuery.invSpaceCode = this.spaceList[0].code;
}
if (!isBlank(this.filterQuery.invSpaceCode)) {
this.loading = true; this.loading = true;
getPlaceDetailList(this.filterQuery).then((res) => { getPlaceDetailList(this.filterQuery).then((res) => {
this.loading = false; this.loading = false;
@ -151,19 +162,19 @@ export default {
this.$message.error(error.message); this.$message.error(error.message);
this.list = []; this.list = [];
this.total = 0; this.total = 0;
}) });
}
}, },
invChange() { invChange() {
this.spaceList = []; this.spaceList = [];
this.filterQuery.invSpaceCode = null;
this.getSpaceList(); this.getSpaceList();
this.getList();
}, },
getInvList() { getInvList() {
getInvListByUser() getInvListByUser()
.then((response) => { .then((response) => {
this.invList = response.data || []; this.invList = response.data || [];
this.getSpaceList(); this.getSpaceList();
this.getList();
}) })
.catch(() => { .catch(() => {
}); });
@ -175,6 +186,7 @@ export default {
}; };
getInvSpaceList(params).then((res) => { getInvSpaceList(params).then((res) => {
this.spaceList = res.data.list || []; this.spaceList = res.data.list || [];
this.getList();
}) })
}, },
invPlace(type) { invPlace(type) {

@ -125,7 +125,7 @@ export default {
}, },
getList() { getList() {
this.loading = true; this.loading = true;
getInvPlaceOrderList().then((res) => { getInvPlaceOrderList(this.filterQuery).then((res) => {
this.loading = false; this.loading = false;
if (res.code === 20000) { if (res.code === 20000) {
this.list = res.data.list || []; this.list = res.data.list || [];
@ -153,7 +153,7 @@ export default {
}, },
}, },
created() { created() {
this.getInvList(); this.getList();
}, },
} }
</script> </script>

@ -69,13 +69,13 @@
border max-height="300" height="300"> border max-height="300" height="300">
<el-table-column label="序号" type="index" width="50"></el-table-column> <el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column label="DI/物资编码" prop="relId" width="150"></el-table-column> <el-table-column label="DI/物资编码" prop="relId" width="150"></el-table-column>
<el-table-column label="物资名称" prop="productName" width="150"></el-table-column> <el-table-column label="物资名称" prop="productName" width="150" show-tooltip-when-overflow></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="150"></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="150"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="150"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="150"></el-table-column>
<el-table-column label="序列号" prop="serialNo" width="150"></el-table-column> <el-table-column label="序列号" prop="serialNo" width="150"></el-table-column>
<el-table-column label="计量单位" prop="measname" width="150"></el-table-column> <el-table-column label="计量单位" prop="measname" width="150"></el-table-column>
<el-table-column label="货位" prop="invSpaceName" width="150"></el-table-column> <el-table-column label="货位" prop="invSpaceName" width="150"></el-table-column>
<el-table-column label="注册备案号" prop="zczbhhzbapzbh" width="150"></el-table-column> <el-table-column label="注册备案号" prop="zczbhhzbapzbh" width="150" show-tooltip-when-overflow></el-table-column>
<el-table-column label="生产厂家" prop="manufactory" width="150"></el-table-column> <el-table-column label="生产厂家" prop="manufactory" width="150"></el-table-column>
<el-table-column label="供应商" prop="supName" width="150"></el-table-column> <el-table-column label="供应商" prop="supName" width="150"></el-table-column>
</el-table> </el-table>
@ -234,7 +234,6 @@ export default {
getInvProductInfo(code) { getInvProductInfo(code) {
let params = { let params = {
invCode: this.formData.invCode, invCode: this.formData.invCode,
invSpaceCode: this.formData.invSpaceCode,
code: code code: code
}; };
getInvProductInfo(params).then((res) => { getInvProductInfo(params).then((res) => {

@ -435,7 +435,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -444,7 +444,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -752,7 +752,7 @@ export default {
</script> </script>
<style> <style scoped>
.el-table .warning-row { .el-table .warning-row {
background: #ffb5b5; background: #ffb5b5;
} }

@ -379,7 +379,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -165,15 +165,21 @@
<el-card class="el-card"> <el-card class="el-card">
<el-form :model="registrationQuery" class="query-form" label-width="100px" v-show="showSearch2"> <el-form :model="registrationQuery" class="query-form" label-width="100px" v-show="showSearch2">
<el-row style="width: 100%"> <el-row style="width: 100%">
<el-col :span="6">
<el-form-item label="物资名称:"> <el-form-item label="物资名称:">
<el-input v-model="registrationQuery.recordProductName" style="width: 90%" clearable="true" placeholder="请输入物资名称"></el-input> <el-input v-model="registrationQuery.recordProductName" style="width: 90%" clearable="true" placeholder="请输入物资名称"></el-input>
</el-form-item> </el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="注册备案号:"> <el-form-item label="注册备案号:">
<el-input v-model="registrationQuery.recordCode" style="width: 90%" clearable="true" placeholder="请输入注册备案号"></el-input> <el-input v-model="registrationQuery.recordCode" style="width: 90%" clearable="true" placeholder="请输入注册备案号"></el-input>
</el-form-item> </el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="注册备案人:"> <el-form-item label="注册备案人:">
<el-input v-model="registrationQuery.recordPeopleName" style="width: 90%" clearable="true" placeholder="请输入注册备案人"></el-input> <el-input v-model="registrationQuery.recordPeopleName" style="width: 90%" clearable="true" placeholder="请输入注册备案人"></el-input>
</el-form-item> </el-form-item>
</el-col>
</el-row> </el-row>
</el-form> </el-form>

@ -813,7 +813,7 @@ export default {
}, },
} }
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -667,7 +667,7 @@ export default {
} }
; ;
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -887,7 +887,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -735,7 +735,7 @@ export default {
} }
} }
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -861,7 +861,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -798,7 +798,7 @@ export default {
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -527,7 +527,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -419,7 +419,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>

@ -491,7 +491,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -521,7 +521,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -272,6 +272,7 @@ export default {
} else { } else {
this.newSpDistributionVisible = false this.newSpDistributionVisible = false
} }
this.getList();
}, },
getId(id) { getId(id) {
if (this.formName == 'add' && id != null) { if (this.formName == 'add' && id != null) {

@ -479,7 +479,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -459,6 +459,8 @@ export default {
this.invCodeList = response.data || []; this.invCodeList = response.data || [];
if (this.invCodeList != null && this.invCodeList.length == 1) { if (this.invCodeList != null && this.invCodeList.length == 1) {
this.formData.invCode = this.invCodeList[0].code; this.formData.invCode = this.invCodeList[0].code;
this.formData.deptCode = this.invCodeList[0].parentId;
} }
}) })
.catch(() => { .catch(() => {
@ -515,7 +517,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -25,10 +25,10 @@
<el-button-group style="display:flex;"> <el-button-group style="display:flex;">
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button> <el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="search" @click="getList"></el-button> <el-button type="primary" icon="search" @click="getList"></el-button>
<el-button type="primary" icon="search" @click="createScheduleDialog(1)" <!-- <el-button type="primary" icon="search" @click="createScheduleDialog(1)"-->
v-if="configParms.orderScanFinish==1 || configParms.orderUnReceive==1 || configParms.orderUnCheck==1"> <!-- v-if="configParms.orderScanFinish==1 || configParms.orderUnReceive==1 || configParms.orderUnCheck==1">-->
同步单据 <!-- 同步单据-->
</el-button> <!-- </el-button>-->
<!-- <el-button type="primary" icon="search" @click="createScheduleDialog(2)" <!-- <el-button type="primary" icon="search" @click="createScheduleDialog(2)"
v-if="configParms.typeBus==1||configParms.typeScan==1||configParms.typeThird==1"> v-if="configParms.typeBus==1||configParms.typeScan==1||configParms.typeThird==1">
同步单据类型 同步单据类型
@ -58,13 +58,20 @@
</el-table-column> </el-table-column>
<el-table-column label="开始时间" width="180" prop="startTime" show-overflow-tooltip></el-table-column> <el-table-column label="开始时间" width="180" prop="startTime" show-overflow-tooltip></el-table-column>
<el-table-column label="结束时间" width="180" prop="endTime" show-overflow-tooltip></el-table-column> <el-table-column label="结束时间" width="180" prop="endTime" show-overflow-tooltip></el-table-column>
<el-table-column label="同步文件" prop="cacheFilePath" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="同步信息" prop="remark" show-overflow-tooltip></el-table-column> <el-table-column label="同步信息" prop="remark" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" fixed="right" width="160"> <el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" @click.native.stop="detailDialog(scope.row.id)">详情
<el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='' cancel-button-text='' class="mr10"
icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?" v-if="scope.row.cacheFilePath">
<el-button type="text" size="small" slot="reference">下载
</el-button> </el-button>
</el-popconfirm>
<!-- <el-button type="text" size="small" @click.native.stop="detailDialog(scope.row.id)">详情-->
<!-- </el-button>-->
<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row.id)">删除 <el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row.id)">删除
</el-button> </el-button>
</template> </template>
@ -97,7 +104,7 @@
return { return {
filterQuery: { filterQuery: {
id: null, id: null,
status: "1", status: null,
page: 1, page: 1,
limit: 10, limit: 10,
syncTime: null, syncTime: null,
@ -231,7 +238,8 @@
.then(() => { .then(() => {
this.createSchedule(type); this.createSchedule(type);
}) })
.catch(() => {}); .catch(() => {
});
} else { } else {
this.createSchedule(type); this.createSchedule(type);
} }
@ -284,8 +292,27 @@
this.loading = false; this.loading = false;
}); });
}) })
.catch(() => {}); .catch(() => {
});
},
downFile(rows) {
infoByStatus({
'id': rows.id
}).then(res => {
let blob = new Blob([res])
let fileName = rows.cacheFilePath.substring(rows.cacheFilePath.lastIndexOf('/'))
let link = document.createElement("a")
link.href = window.URL.createObjectURL(blob)
link.download = fileName
link.style.display = 'none'
document.body.appendChild(link)
link.click()
window.URL.revokeObjectURL(link.href)
document.body.removeChild(link)
})
}, },
handleChange(response, files, fileList) { handleChange(response, files, fileList) {
console.log(response); console.log(response);
if (response.code != 20000) { if (response.code != 20000) {
@ -311,7 +338,8 @@
this.configParms = response.data; this.configParms = response.data;
} }
}) })
.catch(() => {}); .catch(() => {
});
}, },
detailDialog(id) { detailDialog(id) {
this.syncVisible = true; this.syncVisible = true;
@ -323,7 +351,8 @@
} }
}, },
mounted() {}, mounted() {
},
components: {}, components: {},
created() { created() {
this.headers = { this.headers = {
@ -336,7 +365,7 @@
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -355,7 +355,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -559,6 +559,7 @@ export default {
if (formName === "edit") { if (formName === "edit") {
this.subData = JSON.parse(JSON.stringify(data)); this.subData = JSON.parse(JSON.stringify(data));
this.subData.advanceType = this.subData.advanceType.toString(); this.subData.advanceType = this.subData.advanceType.toString();
this.query.advanceType=1;
if (this.subData.parentCode != null && this.subData.parentCode != "") { if (this.subData.parentCode != null && this.subData.parentCode != "") {
this.isAdvanceTypeShow = true; this.isAdvanceTypeShow = true;
this.isShow = false; this.isShow = false;
@ -612,6 +613,7 @@ export default {
}, },
hideForm() { // --- hideForm() { // ---
this.query.advanceType=null;
this.formVisible = false; this.formVisible = false;
this.subFormVisible = false; this.subFormVisible = false;
this.resetForm(); this.resetForm();
@ -628,6 +630,7 @@ export default {
} }
}, },
forInvSubmit() { // --- forInvSubmit() { // ---
this.subData.advanceType=1;
this.$refs["dataForm"].validate(valid => { this.$refs["dataForm"].validate(valid => {
if (valid) { if (valid) {
saveSubWarehouse(this.subData, this.formName).then((response) => { saveSubWarehouse(this.subData, this.formName).then((response) => {

@ -302,7 +302,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.ao-text { .ao-text {
width: 100%; width: 100%;

@ -234,7 +234,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -239,7 +239,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -143,7 +143,7 @@ export default {
filters: {}, filters: {},
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -275,7 +275,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -428,7 +428,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -152,7 +152,7 @@ export default {
filters: {}, filters: {},
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -238,7 +238,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -240,7 +240,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -404,7 +404,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -145,7 +145,7 @@ export default {
filters: {}, filters: {},
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -238,7 +238,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -384,7 +384,7 @@ export default {
}, },
}; };
</script> </script>
<style> <style scoped>
.itemTag { .itemTag {
float: left; float: left;
text-align: left; text-align: left;

@ -35,7 +35,7 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.166:9991/`, target: `http://192.168.0.66:9160/UDI_SPMS_SERVER/`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "", ["^" + process.env.VUE_APP_BASE_API]: "",

Loading…
Cancel
Save