1
huangxiaoqiang
2025-02-16 67844d0b962e62d65e5c118d3251aeeeda50810f
1
已修改2个文件
8 ■■■■ 文件已修改
Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/basicinfo/demo_Product/LocationChange.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/Login.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/basicinfo/demo_Product/LocationChange.vue
@@ -75,6 +75,10 @@
                name: "locationId",
                value: this.locationId,
                displayType: "text"//模糊查询
            },{
                name: "locationCode",
                value: this.locationCode,
                displayType: "text"//模糊查询
            })
            //也可以给value设置值,后台自己解析
Code Management/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -101,8 +101,8 @@
    const loading = ref(false);
    const codeImgSrc = ref('');
    const userInfo = reactive({
      userName: '',
      password: '',
      userName: 'admin',
      password: '123456',
      verificationCode: '1234',
      UUID: undefined
    });