Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
qb 1 year ago
parent
commit
12eba0cbd6
  1. 3
      src/api/work/work.js
  2. 11
      src/css/normalize.css
  3. 37
      src/page/index/index.vue
  4. 9
      src/page/index/top/index.vue
  5. 6
      src/utils/LodopFuncs.js
  6. 10
      src/views/basicdata/brand/basicClient.vue
  7. 2
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  8. 4
      src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
  9. 18
      src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
  10. 6
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
  11. 2
      src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue
  12. 4
      src/views/distribution/signfor/distributionSignfor.vue
  13. 24
      src/views/distribution/signfor/distributionSignforedt.vue
  14. 20
      src/views/distribution/stockup/distributionStockupDiscuss.vue
  15. 20
      src/views/distribution/stockup/distributionStockupMarket.vue
  16. 8
      src/views/distribution/stockup/distributionStockupSelf.vue
  17. 4941
      src/views/distribution/turndelivery/deliveryDiscuss.vue
  18. 2277
      src/views/distribution/turndelivery/deliveryDiscussYB.vue
  19. 2789
      src/views/distribution/turndelivery/devtmp.vue
  20. 4
      vite.config.js

3
src/api/work/work.js

@ -90,7 +90,7 @@ export const getMyWarehouseList = data => {
export const getMyCurrentWarehouse = data => { export const getMyCurrentWarehouse = data => {
return request({ return request({
url: '/api/logpm-basicdata/warehouse/client/getMyCurrentWarehouse', url: '/api/logpm-basicdata/warehouse/getCurrentWarehouse',
method: 'get', method: 'get',
data, data,
}); });
@ -98,7 +98,6 @@ export const getMyCurrentWarehouse = data => {
export const preserveCurrentWarehouse = data => { export const preserveCurrentWarehouse = data => {
return request({ return request({
url: '/api/logpm-basicdata/warehouse/preserveCurrentWarehouse', url: '/api/logpm-basicdata/warehouse/preserveCurrentWarehouse',

11
src/css/normalize.css vendored

@ -27,7 +27,16 @@ section,
summary { summary {
display: block; display: block;
} }
.print-control {
z-index: 99999999999;
position: fixed;
top: 3%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 5%;
background-color: #fff;
}
/** /**
* Correct `inline-block` display not defined in IE 8/9. * Correct `inline-block` display not defined in IE 8/9.
* *

37
src/page/index/index.vue

@ -8,16 +8,15 @@
</div> </div>
<div class="avue-main"> <div class="avue-main">
<!-- 顶部导航栏 --> <!-- 顶部导航栏 -->
<top ref="top" /> <top ref="top" />
<!-- 顶部标签卡 --> <!-- 顶部标签卡 -->
<tags /> <tags />
<search class="avue-view" v-show="isSearch"></search> <search class="avue-view" v-show="isSearch"></search>
<!-- 主体视图层 --> <!-- 主体视图层 -->
<div id="avue-view" v-show="!isSearch" v-if="isRefresh"> <div id="avue-view" v-show="!isSearch" v-if="isRefresh">
<router-view #="{ Component }"> <router-view #="{ Component }">
<!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> --> <!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> -->
<keep-alive :max="20"> <keep-alive :max="20">
<component :is="Component" /> <component :is="Component" />
</keep-alive> </keep-alive>
</router-view> </router-view>
@ -53,7 +52,6 @@ export default {
provide() { provide() {
return { return {
index: this, index: this,
}; };
}, },
computed: { computed: {
@ -72,19 +70,18 @@ export default {
(this.$route.meta || {}).menu === false || (this.$route.query || {}).menu === 'false' (this.$route.meta || {}).menu === false || (this.$route.query || {}).menu === 'false'
); );
}, },
}, },
data(){ data() {
return{ return {
TabName:null, TabName: null,
} };
}, },
created() { created() {
getMyCurrentWarehouse().then(res=>{ getMyCurrentWarehouse().then(res => {
console.log(res,'初始化请求参数'); console.log(res, '初始化请求参数');
console.log(res.data.name,'仓库名称'); console.log(res.data.name, '仓库名称');
localStorage.setItem('WarehouseName', res.data.name); localStorage.setItem('WarehouseName', res.data.name);
}) });
}, },
mounted() { mounted() {
if (this.userInfo.tenant_id == '000000') { if (this.userInfo.tenant_id == '000000') {
@ -102,7 +99,6 @@ export default {
}, },
props: [], props: [],
methods: { methods: {
// //
openMenu(item = {}) { openMenu(item = {}) {
this.$store.dispatch('GetMenu', item.id).then(data => { this.$store.dispatch('GetMenu', item.id).then(data => {
@ -140,4 +136,17 @@ export default {
.el-card__body { .el-card__body {
padding: 10px !important; padding: 10px !important;
} }
// .font-day{
// }
.el-popup-parent--hidden font:first-of-type {
z-index: 99999999999;
position: fixed;
top: 3%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 5%;
background-color: #fff;
}
</style> </style>

9
src/page/index/top/index.vue

@ -122,24 +122,23 @@ export default {
mounted() { mounted() {
getMyWarehouseList().then(res => { getMyWarehouseList().then(res => {
console.log(res.data.data, 'getMyWarehouseList'); console.log(res.data.data, 'getMyWarehouseList');
let arr = [{ name: this.dataName?this.dataName:'', id: '0' }]; let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }];
this.datalist = arr.concat(res.data.data); this.datalist = arr.concat(res.data.data);
}); });
this.checkwarehousevalue = Number(localStorage.getItem('checkwarehousevalue')); this.checkwarehousevalue = Number(localStorage.getItem('checkwarehousevalue'));
}, },
filters: {}, filters: {},
created() { created() {
this.dataName=null this.dataName = null;
let warehouseName = localStorage.getItem('WarehouseName'); let warehouseName = localStorage.getItem('WarehouseName');
let modifiedName = warehouseName.replace(/"/g, ''); let modifiedName = warehouseName.replace(/"/g, '');
if (modifiedName == 'undefined') { if (modifiedName == 'undefined') {
this.dataName = ''; this.dataName = '';
console.log('当前暂时没有参数',this.dataName); console.log('当前暂时没有参数', this.dataName);
} else { } else {
this.dataName = modifiedName; this.dataName = modifiedName;
console.log(this.dataName,'当前参数存在值'); console.log(this.dataName, '当前参数存在值');
} }
}, },
computed: { computed: {

6
src/utils/LodopFuncs.js

@ -98,9 +98,11 @@ export function getLodop(oOBJECT, oEMBED) {
var strLodopUpdate = strFontTag + "需要升级!点击这里<a href='install_lodop32.exe' target='_self'>执行升级</a>"; var strLodopUpdate = strFontTag + "需要升级!点击这里<a href='install_lodop32.exe' target='_self'>执行升级</a>";
var strLodop64Install = strFontTag + "未安装!点击这里<a href='install_lodop64.exe' target='_self'>执行安装</a>"; var strLodop64Install = strFontTag + "未安装!点击这里<a href='install_lodop64.exe' target='_self'>执行安装</a>";
var strLodop64Update = strFontTag + "需要升级!点击这里<a href='install_lodop64.exe' target='_self'>执行升级</a>"; var strLodop64Update = strFontTag + "需要升级!点击这里<a href='install_lodop64.exe' target='_self'>执行升级</a>";
var strCLodopInstallA = "<br><font color='#FF00FF'>Web打印服务CLodop未安装启动,点击这里<a href='CLodop_Setup_for_Win32NT.exe' target='_self'>下载执行安装</a>"; var strCLodopInstallA =
"<font color='#FF00FF'>Web打印服务CLodop未安装启动,点击这里<a href='http://47.108.51.143:9000/logpm/other/CLodop_Setup_for_Win32NT.exe' target='_self'>下载执行安装</a>";
var strCLodopInstallB = "<br>(若此前已安装过,可<a href='CLodop.protocol:setup' target='_self'>点这里直接再次启动</a>)"; var strCLodopInstallB = "<br>(若此前已安装过,可<a href='CLodop.protocol:setup' target='_self'>点这里直接再次启动</a>)";
var strCLodopUpdate = "<br><font color='#FF00FF'>Web打印服务CLodop需升级!点击这里<a href='CLodop_Setup_for_Win32NT.exe' target='_self'>执行升级</a>"; var strCLodopUpdate =
"<br><font color='#FF00FF'>Web打印服务CLodop需升级!点击这里<a href='http://47.108.51.143:9000/logpm/other/CLodop_Setup_for_Win32NT.exe' target='_self'>执行升级</a>";
var strLodop7FontTag = "<br><font color='#FF00FF'>Web打印服务Lodop7"; var strLodop7FontTag = "<br><font color='#FF00FF'>Web打印服务Lodop7";
var strLodop7HrefX86 = "点击这里<a href='Lodop7_Linux_X86_64.tar.gz' target='_self'>下载安装</a>(下载后解压,点击lodop文件开始执行)"; var strLodop7HrefX86 = "点击这里<a href='Lodop7_Linux_X86_64.tar.gz' target='_self'>下载安装</a>(下载后解压,点击lodop文件开始执行)";
var strLodop7HrefARM = "点击这里<a href='Lodop7_Linux_ARM64.tar.gz' target='_self'>下载安装</a>(下载后解压,点击lodop文件开始执行)"; var strLodop7HrefARM = "点击这里<a href='Lodop7_Linux_ARM64.tar.gz' target='_self'>下载安装</a>(下载后解压,点击lodop文件开始执行)";

10
src/views/basicdata/brand/basicClient.vue

@ -175,11 +175,11 @@
<el-dialog title="客户导入" append-to-body v-model="excelBox" width="555px"> <el-dialog title="客户导入" append-to-body v-model="excelBox" width="555px">
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter"> <avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter">
<template #excelTemplate> <template #excelTemplate>
<el-button type="primary" @click="handleTemplate"> <a href="http://47.108.51.143:9000/logpm/other/%E5%AE%A2%E6%88%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx" download="客户模板.xlsx">
<a href="http://192.168.10.100:9000/htlogpm/upload/20231024/ac94acebf315f1f3625e8633800e290c.xlsx" download="客户模板.xlsx"> <el-button type="primary">
点击下载<i class="el-icon-download el-icon--right"></i> 点击下载<i class="el-icon-download el-icon--right"></i>
</a> </el-button>
</el-button> </a>
</template> </template>
</avue-form> </avue-form>

2
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -1505,7 +1505,7 @@ export default {
// return item // return item
// }); // });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

4
src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue

@ -968,7 +968,7 @@ export default {
}, },
computed: { computed: {
...mapGetters(['permission']), ...mapGetters(['permission']),
permissionList() { permissionList() {
return { return {
addBtn: this.validData(this.permission.basicdataBrandCategory_add, false), addBtn: this.validData(this.permission.basicdataBrandCategory_add, false),
@ -1310,7 +1310,7 @@ export default {
return item; return item;
}); });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

18
src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue

@ -680,6 +680,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'stockupStatusName',
label: '备货状态',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'orderReceiveStatusName', prop: 'orderReceiveStatusName',
label: '入库状态', label: '入库状态',
@ -1376,6 +1386,14 @@ export default {
return item; return item;
}); });
}); });
getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => {
item.value = item.dictKey;
item.label = item.dictValue;
return item;
});
});
}, },
searchHide() { searchHide() {
this.search = !this.search; this.search = !this.search;

6
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -887,11 +887,11 @@ export default {
width: '130', width: '130',
checkarr: [ checkarr: [
{ {
value: '2', value: '1',
label: '已通知', label: '已通知',
}, },
{ {
value: '1', value: '2',
label: '未通知', label: '未通知',
}, },
], ],
@ -1667,7 +1667,7 @@ export default {
// return item // return item
// }); // });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

2
src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue

@ -1407,7 +1407,7 @@ export default {
// return item // return item
// }); // });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

4
src/views/distribution/signfor/distributionSignfor.vue

@ -401,7 +401,7 @@ export default {
head: false, head: false,
}, },
{ {
prop: 'signingStatusAll', prop: 'sijiSigningStatus',
label: '司机签收状态', label: '司机签收状态',
type: 2, type: 2,
values: '', values: '',
@ -412,7 +412,7 @@ export default {
head: false, head: false,
}, },
{ {
prop: 'signingStatusAll', prop: 'wenyuanSigningStatus',
label: '文员复核状态', label: '文员复核状态',
type: 2, type: 2,
values: '', values: '',

24
src/views/distribution/signfor/distributionSignforedt.vue

@ -1401,6 +1401,30 @@ export default {
search: true, search: true,
width: '100px', width: '100px',
}, },
{
label: '包件类型',
prop: 'trainNumber',
search: true,
width: '100px',
},
{
label: '计划数量',
prop: 'reservationNum',
search: true,
width: '100px',
},
{
label: '装车数量',
prop: 'loadingNub',
search: true,
width: '100px',
},
{
label: '签收数量',
prop: 'signingNub',
search: true,
width: '100px',
},
{ {
label: '一级品类', label: '一级品类',
prop: 'firsts', prop: 'firsts',

20
src/views/distribution/stockup/distributionStockupDiscuss.vue

@ -483,16 +483,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
},*/ },*/
// { {
// prop: 'loaderName', prop: 'pallet',
// label: '', label: '所在托盘',
// type: 2, type: 2,
// values: '', values: '',
// width: '130', width: '130',
// checkarr: [], checkarr: [],
// fixed: false, fixed: false,
// sortable: true, sortable: true,
// }, },
{ {
prop: 'fixTime', prop: 'fixTime',
label: '确认完成备货时间', label: '确认完成备货时间',

20
src/views/distribution/stockup/distributionStockupMarket.vue

@ -475,16 +475,16 @@ export default {
// fixed: false, // fixed: false,
// sortable: true, // sortable: true,
// }, // },
// { {
// prop: 'loaderName', prop: 'pallet',
// label: '', label: '所在托盘',
// type: 2, type: 2,
// values: '', values: '',
// width: '130', width: '130',
// checkarr: [], checkarr: [],
// fixed: false, fixed: false,
// sortable: true, sortable: true,
// }, },
{ {
prop: 'fixTime', prop: 'fixTime',
label: '确认完成备货时间', label: '确认完成备货时间',

8
src/views/distribution/stockup/distributionStockupSelf.vue

@ -473,16 +473,16 @@ export default {
// fixed: false, // fixed: false,
// sortable: true, // sortable: true,
// }, // },
/*{ {
prop: 'loaderName', prop: 'pallet',
label: '装卸班组', label: '所在托盘',
type: 2, type: 2,
values: '', values: '',
width: '130', width: '130',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
},*/ },
{ {
prop: 'fixTime', prop: 'fixTime',
label: '确认完成备货时间', label: '确认完成备货时间',

4941
src/views/distribution/turndelivery/deliveryDiscuss.vue

File diff suppressed because it is too large Load Diff

2277
src/views/distribution/turndelivery/deliveryDiscussYB.vue

File diff suppressed because it is too large Load Diff

2789
src/views/distribution/turndelivery/devtmp.vue

File diff suppressed because it is too large Load Diff

4
vite.config.js

@ -23,11 +23,7 @@ export default ({ mode, command }) => {
target: 'http://192.168.10.75:8777', target: 'http://192.168.10.75:8777',
// tjj // tjj
// target: 'http://192.168.10.29:13000', // target: 'http://192.168.10.29:13000',
<<<<<<< HEAD
// target: 'http://test.api.huitongys.com', // target: 'http://test.api.huitongys.com',
=======
target: 'http://test.api.huitongys.com',
>>>>>>> b03d088923c558e796ad872d1c718c34ccd5d8be
// target: 'http://h5uapi.huitongys.com', // target: 'http://h5uapi.huitongys.com',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save