dfs-page-config 0.3.100 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dfs-page-config.js
CHANGED
|
@@ -27297,7 +27297,7 @@ function initData(k, L, ie) {
|
|
|
27297
27297
|
return pe;
|
|
27298
27298
|
},
|
|
27299
27299
|
set(_e) {
|
|
27300
|
-
pe = _e, console.
|
|
27300
|
+
pe = _e, console.error("[警告] 不建议直接替换formData对象,建议使用修改属性值的方式进行更新"), console.error("不推荐: formData = { ... }"), console.error("推荐: formData.propertyName = value");
|
|
27301
27301
|
}
|
|
27302
27302
|
}), ae.elementGroup && ae.elementGroup.length ? ae.elementGroup.forEach((_e) => {
|
|
27303
27303
|
_e.prop && (pe[_e.prop] = _e.value ?? null);
|
|
@@ -27357,7 +27357,8 @@ const headerObj = {
|
|
|
27357
27357
|
currency: "USD",
|
|
27358
27358
|
lang: "zh-CN",
|
|
27359
27359
|
"app-id": "0",
|
|
27360
|
-
timeZone: localStorage.getItem("my_timeZone") || "UTC+8"
|
|
27360
|
+
timeZone: localStorage.getItem("my_timeZone") || "UTC+8",
|
|
27361
|
+
"x-time-zone": localStorage.getItem("my_timeZone") || "UTC+8"
|
|
27361
27362
|
};
|
|
27362
27363
|
var l_, u_, c_;
|
|
27363
27364
|
if (location.host.indexOf("odm") > -1 || location.host.indexOf("suliangtong") > -1) {
|
|
@@ -105237,7 +105238,7 @@ const _sfc_main = defineComponent({
|
|
|
105237
105238
|
}
|
|
105238
105239
|
},
|
|
105239
105240
|
setup(k) {
|
|
105240
|
-
const L = location.origin.includes("suliangtong"), ie = JSON.parse(localStorage.getItem("userInfo") || "{}").displayName;
|
|
105241
|
+
const L = location.origin.includes("suliangtong") || location.origin.includes("wms."), ie = JSON.parse(localStorage.getItem("userInfo") || "{}").displayName;
|
|
105241
105242
|
ur();
|
|
105242
105243
|
let ae;
|
|
105243
105244
|
const pe = ref(), _e = ref(), xe = reactive({
|
|
@@ -105364,7 +105365,7 @@ const _sfc_main = defineComponent({
|
|
|
105364
105365
|
closeDialog: lr
|
|
105365
105366
|
};
|
|
105366
105367
|
}
|
|
105367
|
-
}),
|
|
105368
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_08caef22_lang = "", _withScopeId = (k) => (pushScopeId("data-v-08caef22"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105368
105369
|
style: { height: "max-content", display: "block" },
|
|
105369
105370
|
class: "el-upload-list--picture-card"
|
|
105370
105371
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105630,7 +105631,7 @@ function _sfc_render(k, L, ie, ae, pe, _e) {
|
|
|
105630
105631
|
}, 8, ["modelValue"])
|
|
105631
105632
|
], 64);
|
|
105632
105633
|
}
|
|
105633
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105634
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-08caef22"]]);
|
|
105634
105635
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105635
105636
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105636
105637
|
const index = (k, L) => {
|