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

11
src/css/normalize.css vendored

@ -27,7 +27,16 @@ section,
summary {
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.
*

37
src/page/index/index.vue

@ -8,16 +8,15 @@
</div>
<div class="avue-main">
<!-- 顶部导航栏 -->
<top ref="top" />
<top ref="top" />
<!-- 顶部标签卡 -->
<tags />
<search class="avue-view" v-show="isSearch"></search>
<!-- 主体视图层 -->
<div id="avue-view" v-show="!isSearch" v-if="isRefresh">
<router-view #="{ Component }">
<!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> -->
<keep-alive :max="20">
<keep-alive :max="20">
<component :is="Component" />
</keep-alive>
</router-view>
@ -53,7 +52,6 @@ export default {
provide() {
return {
index: this,
};
},
computed: {
@ -72,19 +70,18 @@ export default {
(this.$route.meta || {}).menu === false || (this.$route.query || {}).menu === 'false'
);
},
},
data(){
return{
TabName:null,
}
data() {
return {
TabName: null,
};
},
created() {
getMyCurrentWarehouse().then(res=>{
console.log(res,'初始化请求参数');
console.log(res.data.name,'仓库名称');
getMyCurrentWarehouse().then(res => {
console.log(res, '初始化请求参数');
console.log(res.data.name, '仓库名称');
localStorage.setItem('WarehouseName', res.data.name);
})
});
},
mounted() {
if (this.userInfo.tenant_id == '000000') {
@ -102,7 +99,6 @@ export default {
},
props: [],
methods: {
//
openMenu(item = {}) {
this.$store.dispatch('GetMenu', item.id).then(data => {
@ -140,4 +136,17 @@ export default {
.el-card__body {
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>

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

@ -122,24 +122,23 @@ export default {
mounted() {
getMyWarehouseList().then(res => {
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.checkwarehousevalue = Number(localStorage.getItem('checkwarehousevalue'));
},
filters: {},
created() {
this.dataName=null
this.dataName = null;
let warehouseName = localStorage.getItem('WarehouseName');
let modifiedName = warehouseName.replace(/"/g, '');
if (modifiedName == 'undefined') {
this.dataName = '';
console.log('当前暂时没有参数',this.dataName);
console.log('当前暂时没有参数', this.dataName);
} else {
this.dataName = modifiedName;
console.log(this.dataName,'当前参数存在值');
console.log(this.dataName, '当前参数存在值');
}
},
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 strLodop64Install = 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 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 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文件开始执行)";

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

@ -175,11 +175,11 @@
<el-dialog title="客户导入" append-to-body v-model="excelBox" width="555px">
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter">
<template #excelTemplate>
<el-button type="primary" @click="handleTemplate">
<a href="http://192.168.10.100:9000/htlogpm/upload/20231024/ac94acebf315f1f3625e8633800e290c.xlsx" download="客户模板.xlsx">
点击下载<i class="el-icon-download el-icon--right"></i>
</a>
</el-button>
<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">
<el-button type="primary">
点击下载<i class="el-icon-download el-icon--right"></i>
</el-button>
</a>
</template>
</avue-form>

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

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

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

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

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

@ -680,6 +680,16 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'stockupStatusName',
label: '备货状态',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderReceiveStatusName',
label: '入库状态',
@ -1376,6 +1386,14 @@ export default {
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() {
this.search = !this.search;

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

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

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

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

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

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

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

@ -1401,6 +1401,30 @@ export default {
search: true,
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: '一级品类',
prop: 'firsts',

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

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

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

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

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

@ -473,16 +473,16 @@ export default {
// fixed: false,
// sortable: true,
// },
/*{
prop: 'loaderName',
label: '装卸班组',
{
prop: 'pallet',
label: '所在托盘',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},*/
},
{
prop: 'fixTime',
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',
// tjj
// target: 'http://192.168.10.29:13000',
<<<<<<< HEAD
// target: 'http://test.api.huitongys.com',
=======
target: 'http://test.api.huitongys.com',
>>>>>>> b03d088923c558e796ad872d1c718c34ccd5d8be
// target: 'http://h5uapi.huitongys.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save