From c4d59de5b8132c70ae4dc64e4309fc6d761b111d Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期二, 16 十二月 2025 09:24:56 +0800 Subject: [PATCH] 1.工艺模式 生产工单带工序改为默认历史最新2.生产执行新增 订单号字段 --- src/main.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index fc7b24f..f10edfe 100644 --- a/src/main.js +++ b/src/main.js @@ -44,8 +44,8 @@ Vue.prototype.$cellStyle = cellStyle() // 璁剧疆鍏ㄥ眬琛ㄤ綋鏍峰紡 Vue.prototype.$chanjetBaseUrl = 'https://openapi.chanjet.com' -Vue.prototype.$AppKey = 'Umm1gS5q' -Vue.prototype.$AppSecret = 'FFAD54C4FBF9AAF1AFA33BBF3DF52752' +Vue.prototype.$AppKey = 'MDth6eg6' +Vue.prototype.$AppSecret = '53C1F41C9D8D8E21C72944D884ADF78F' // import 'lib-flexible' // 闃块噷鍙几缂╁竷灞�鏂规 // import 'lib-flexible-computer' -- Gitblit v1.9.3