zouyu
7 天以前 3a703d6567a637573aee107f139582485857c011
浪潮对接单点登录:能耗管理系统2
已修改3个文件
28 ■■■■ 文件已修改
multiple/config.json 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/inventoryManagement/receiptManagement/components/formDia.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
multiple/config.json
@@ -1,20 +1,20 @@
{
  "default": {
    "env": {
      "VITE_APP_TITLE": "芯导云(管理信息系统)"
    },
    "screen": "screen/JZYJView.png",
    "logo": "logo/HYSNLogo.png",
    "favicon": "favicon/HYSNico.ico"
  },
  "TEST": {
    "env": {
      "VITE_APP_TITLE": "中小企业数字化转型二级套餐包",
      "VITE_BASE_API": "http://1.15.17.182:9003",
      "VITE_JAVA_API": "http://1.15.17.182:9002"
      "VITE_APP_TITLE": "新缆-能耗管理系统"
    },
    "screen": "screen/HYSNView.png",
    "logo": "logo/ZGLTLogo.png",
    "logo": "logo/logo.png",
    "favicon": "favicon/favicon.ico"
  },
  "prod": {
    "env": {
      "VITE_APP_TITLE": "新缆-能耗管理系统",
      "VITE_BASE_API": "http://10.136.12.71:8036",
      "VITE_JAVA_API": "http://10.136.12.71:8036"
    },
    "screen": "screen/HYSNView.png",
    "logo": "logo/logo.png",
    "favicon": "favicon/favicon.ico"
  },
  "screen": "/src/assets/images/login-background.png",
src/views/inventoryManagement/receiptManagement/components/formDia.vue
@@ -78,7 +78,7 @@
  selectProductRecordListByPuechaserId
} from "@/api/inventoryManagement/stockIn.js";
import { purchaseListPage } from "@/api/procurementManagement/procurementLedger.js";
import { getCurrentDate } from "@/utils/index.js";
// import { getCurrentDate } from "@/utils/index.js";
const userStore = useUserStore()
const { proxy } = getCurrentInstance()
src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue
@@ -81,7 +81,7 @@
import {
    addStockInCustom, updateProduct
} from "@/api/inventoryManagement/stockIn.js";
import { getCurrentDate } from "@/utils/index.js";
// import { getCurrentDate } from "@/utils/index.js";
const userStore = useUserStore()
const { proxy } = getCurrentInstance()