CTP 2 years ago
commit 1e5f232337

@ -13,7 +13,7 @@
<el-select v-model="filterQuery.status" style="width: 90%" placeholder="请选择处理状态">
<el-option label="全部" value=""></el-option>
<el-option label="处理中" value="0"></el-option>
<el-option label="已处理" value="1"></el-option>
<el-option label="已处理" value="3"></el-option>
<el-option label="异常" value="2"></el-option>
</el-select>
</el-form-item>

@ -647,7 +647,7 @@ export default {
}
,
created() {
// this.getList();
this.getList();
this.selectSysParam();
this.getSysFilter();
this.findMethod();

@ -211,6 +211,8 @@ export default {
onSubmitFind() {
this.filterQuery.page = 1;
this.getList();
this.detailList=[];
},
getList() {
@ -355,10 +357,10 @@ export default {
}
,
created() {
let end = new Date();
let start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
this.actDateRange = [start, end];
// let end = new Date();
// let start = new Date();
// start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
// this.actDateRange = [start, end];
this.getList();
}
,

@ -113,6 +113,7 @@
<script>
import {getResultDetailList, getResultOrderList} from '@/api/inout/orderDetailResult'
import {isBlank} from "@/utils/strUtil";
export default {
name: "supInoutSearchOrder",
@ -190,7 +191,7 @@ export default {
limit: 10,
startAduditTime: null,
endAduditTime: null,
actionType: "norDetail",
actionType: this.actionType,
};
this.actDateRange = [];
this.getList();
@ -216,6 +217,9 @@ export default {
getList() {
this.loading = true;
this.filterQuery.actionType = this.actionType;
if (isBlank(this.filterQuery.actionType)) {
this.filterQuery.actionType = "norDetail";
}
getResultOrderList(this.filterQuery)
.then((response) => {
if (response.code === 20000) {

@ -3,9 +3,17 @@
<el-card class="el-card">
<el-form :model="filterQuery" class="query-form" label-width="100px" v-show="showSearch">
<el-row>
<el-col :span="6" v-if="this.ckeck">
<el-form-item class="query-form-item" label="配送企业名称:">
<el-input v-model="filterQuery.name" placeholder="配送企业名称"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="名称:">
<el-input v-model="filterQuery.name" placeholder="名称"
<el-form-item class="query-form-item" label="证书名称:">
<el-input v-model="filterQuery.certName" placeholder="证书名称"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
@ -52,6 +60,7 @@
</el-select>
</el-form-item>
</el-col>
</el-row>
</el-form>
@ -217,11 +226,13 @@ export default {
type: 1,
page: 1,
limit: 20,
certName:null
},
list: [],
total: 0,
loading: true,
index: null,
ckeck:null,
statusMap: {
1: "未确认",
2: "已确认"
@ -342,6 +353,9 @@ export default {
created() {
//
this.getList();
if(this.$store.getters.customerId == 110){
this.ckeck=true;
}
},
};
</script>

@ -83,7 +83,7 @@
<el-button type="text" size="small" slot="reference">下载
</el-button>
</el-popconfirm>
<el-popconfirm @confirm="deleteData(scope.row.id)" confirm-button-text='' cancel-button-text=''
<el-popconfirm v-if="scope.row.status==4" @confirm="deleteData(scope.row.id)" confirm-button-text='' cancel-button-text=''
icon="el-icon-info" icon-color="red" title="是否确认要删除这条数据?">
<el-button type="text" size="small" slot="reference">删除
</el-button>
@ -346,18 +346,15 @@ export default {
},
statusFilterType(status) {
const statusMap = {
0: "warning",
1: "success",
1: "danger",
2: "danger",
3: "danger",
4: "success",
};
return statusMap[status];
},
wmsFilterType(status) {
const statusMap = {
"未处理": "warning",
"处理成功": "success",
};
return statusMap[status];
return status?'success':'warning';
},

@ -0,0 +1,131 @@
"use strict";
const path = require("path");
/* 忽略忽略 */
function resolve(dir) {
return path.join(__dirname, dir);
}
const CompressionPlugin = require("compression-webpack-plugin");
const name = process.env.VUE_APP_TITLE || "UDI自助平台"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
// 这里只列一部分,具体配置参考文档
module.exports = {
// 部署生产环境和开发环境下的URL。
// 默认情况下Vue CLI 会假设你的应用是被部署在一个域名的根路径上
// 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。
publicPath: process.env.VUE_APP_CONTEXT_PATH,
// 在npm run build 或 yarn build 时 生成文件的目录名称要和baseUrl的生产环境路径一致默认dist
outputDir: "UDI_SPMS_CLIENT",
// 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)
assetsDir: "static",
// 是否开启eslint保存检测有效值ture | false | 'error'
lintOnSave: process.env.NODE_ENV === "development",
// 如果你不需要生产环境的 source map可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
// webpack-dev-server 相关配置
devServer: {
host: "0.0.0.0",
port: port,
open: false,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `process.env.VUE_APP_BASE_API`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",
},
},
},
disableHostCheck: true,
},
css: {
loaderOptions: {
sass: {
sassOptions: { outputStyle: "expanded" },
},
},
},
configureWebpack: {
name: name,
resolve: {
alias: {
"@": resolve("src"),
},
},
plugins: [
// http://doc.ruoyi.vip/ruoyi-vue/other/faq.html#使用gzip解压缩静态文件
new CompressionPlugin({
cache: false, // 不启用文件缓存
test: /\.(js|css|html)?$/i, // 压缩文件格式
filename: "[path].gz[query]", // 压缩后的文件名
algorithm: "gzip", // 使用gzip压缩
minRatio: 0.8, // 压缩率小于1才会压缩
}),
],
},
chainWebpack(config) {
config.plugins.delete("preload"); // TODO: need test
config.plugins.delete("prefetch"); // TODO: need test
// set svg-sprite-loader
config.module.rule("svg").exclude.add(resolve("src/assets/icons")).end();
config.module
.rule("icons")
.test(/\.svg$/)
.include.add(resolve("src/assets/icons"))
.end()
.use("svg-sprite-loader")
.loader("svg-sprite-loader")
.options({
symbolId: "icon-[name]",
})
.end();
config.when(process.env.NODE_ENV !== "development", (config) => {
config
.plugin("ScriptExtHtmlWebpackPlugin")
.after("html")
.use("script-ext-html-webpack-plugin", [
{
// `runtime` must same as runtimeChunk name. default is `runtime`
inline: /runtime\..*\.js$/,
},
])
.end();
config.optimization.splitChunks({
chunks: "all",
cacheGroups: {
libs: {
name: "chunk-libs",
test: /[\\/]node_modules[\\/]/,
priority: 10,
chunks: "initial", // only package third parties that are initially dependent
},
elementUI: {
name: "chunk-elementUI", // split elementUI into a single package
priority: 20, // the weight needs to be larger than libs and app or it will be packaged into libs or app
test: /[\\/]node_modules[\\/]_?element-ui(.*)/, // in order to adapt to cnpm
},
commons: {
name: "chunk-commons",
test: resolve("src/components"), // can customize your rules
minChunks: 3, // minimum common number
priority: 5,
reuseExistingChunk: true,
},
},
});
config.optimization.runtimeChunk("single"),
{
from: path.resolve(__dirname, "./public/robots.txt"), //防爬虫文件
to: "./", //到根目录下
};
});
},
};
Loading…
Cancel
Save