diff --git a/src/option/distribution/DeliveryExceptionReview.js b/src/option/distribution/DeliveryExceptionReview.js index 0ba69551..45ec126f 100644 --- a/src/option/distribution/DeliveryExceptionReview.js +++ b/src/option/distribution/DeliveryExceptionReview.js @@ -203,6 +203,28 @@ export const AbnormalReview = [ sortable: false, head: false, }, + { + prop: 'isAbnormalLoading', + label: '异常装车', + type:1, + values: '', + width: '100', + checkarr: [], + fixed: false, + sortable: false, + head: false, + }, + { + prop: 'isAbnormalSigning', + label: '异常签收', + type: 1, + values: '', + width: '100', + checkarr: [], + fixed: false, + sortable: false, + head: false, + }, // { // prop: 'materialCode', // label: '物料编号', diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 0ad0d5e7..443882cc 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -105,8 +105,7 @@ export default { methods: { // 打开AI AiClick(){ - console.log('111'); - this.templateInfo=true + this.templateInfo=!this.templateInfo }, // 关闭弹窗 provideData(data){ @@ -150,8 +149,8 @@ export default { position: fixed; right: 10px; top: 70%; - width: 50px; - height: 50px; + width: 30px; + height: 30px; background-color: #172e60; border-radius: 50%; color: #fff; @@ -160,6 +159,7 @@ export default { justify-content: center; z-index: 999999999; cursor: pointer; + box-shadow: 0px 2px 2px 0px #969696; } .el-card__body { padding: 10px !important; diff --git a/src/page/login/aiqa.vue b/src/page/login/aiqa.vue index 5dee13c0..9cd1899a 100644 --- a/src/page/login/aiqa.vue +++ b/src/page/login/aiqa.vue @@ -46,7 +46,7 @@ fit="cover" /> - + 点击这里下载 @@ -120,6 +120,12 @@ const Data = ref({ { content: '扫描仪驱动下载地址', }, + { + content: '扫描仪出现问题如何解决', + }, + { + content: '谷歌浏览器下载地址', + }, ], ChathistoryList: [ // { @@ -198,7 +204,7 @@ const inputData = value => { } let data = { state: 'user', //用户标识 - name: Data.value.name|| '未登录', //用户昵称 + name: Data.value.name || '未登录', //用户昵称 content: value, //聊天消息 time: setCurrentTime(), }; @@ -218,11 +224,11 @@ const AiData = (value = '') => { name: '货无忧智能AI', //昵称 content: aiResponse, //文本描述 link: '', //文件下载地址 - time: setCurrentTime(), + time: setCurrentTime(),//日期 }; if (isFirstMessage.value) { - aiResponse = '你好,我是货无忧智能AI,有什么可以帮助你的吗?'; + aiResponse = '你好,我是货无忧智能AI,有什么可以帮助您的吗?'; isFirstMessage.value = false; } else { const lowercaseValue = value.toLowerCase(); @@ -234,6 +240,13 @@ const AiData = (value = '') => { aiResponse = '货无忧小程序如下,扫描图片既可以访问'; data.url = Qrxcx; data.srcList = [Qrxcx]; + } else if ( + lowercaseValue.includes('你好') || + lowercaseValue.includes('你是谁') || + lowercaseValue.includes('你叫什么名字') + ) { + aiResponse = + '您好,我是货无忧智能AI,有什么可以帮助您的吗?可以尝试输入关键字,如:小程序、app、打印驱动、扫描仪驱动或者点击右侧问题进行提问。'; } else if ( lowercaseValue.includes('app') || lowercaseValue.includes('app下载') || @@ -249,19 +262,28 @@ const AiData = (value = '') => { aiResponse = '打印机启动下载地址如下:'; data.link = 'http://47.108.51.143:9000/logpm/other/CLodop_Setup_for_Win32NT.exe'; } else if ( - lowercaseValue.includes('扫描驱动') || + lowercaseValue.includes('扫描仪驱动') || lowercaseValue.includes('扫描仪驱动下载地址') ) { - aiResponse = '待添加...'; - data.link = ''; + aiResponse = '扫描仪驱动如下:'; + data.link = 'http://files.huo5u.com/plugins/WebCamera_V1.3.7.exe'; } else if ( lowercaseValue.includes('扫描仪') || lowercaseValue.includes('扫描仪出现问题如何解决') + ) { + aiResponse = + '扫描仪出现问题需要复制如下地址,然后打开谷歌浏览器在浏览器地址中输入这个地址:chrome://flags/#block-insecure-private-network-requests ,把黄色部分选择Disabled然后重启浏览器,或者检查驱动是否启动,线束是否连接完整'; + } else if ( + lowercaseValue.includes('扫描仪报错') || + lowercaseValue.includes('扫描仪报错如何解决') ) { aiResponse = '扫描仪出现问题需要复制如下地址,然后打开谷歌浏览器在浏览器地址中输入这个地址:chrome://flags/#block-insecure-private-network-requests ,把黄色部分选择Disabled然后重启浏览器'; + } else if (lowercaseValue.includes('谷歌') || lowercaseValue.includes('谷歌浏览器下载地址')) { + aiResponse = '谷歌浏览器下载地址如下:'; + data.link = 'https://www.google.cn/intl/zh-CN/chrome/?'; } else { - aiResponse = '我不太理解您的问题,请重新描述或输入其他问题。'; + aiResponse = '我不太理解您的问题,我正在努力学习中,请重新描述或输入其他问题,或联系管理员'; } } @@ -368,7 +390,7 @@ AiData(); //初始化AI机器人 display: flex; justify-content: space-between; overflow-y: hidden; - box-shadow: 0px 2px 4px #9E9E9E; + box-shadow: 0px 2px 4px #9e9e9e; .left { width: 66%; border-right: 1px solid #d3832a; diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index aa962fe8..25481450 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -886,7 +886,7 @@ >审 核
- 货物是否在库:  - 请联系司机进行滞留扫描操作 +