@kengic/vue 0.26.6-beta.1 → 0.26.6-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +126 -118
- package/dist/src/apis/WMS/Controllers/DescriptionController/List.d.ts +4 -4
- package/dist/src/apis/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +1 -1
- package/dist/src/apis/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
- package/dist/src/apis/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +1 -1
- package/dist/src/apis/WMS/Controllers/WhController/ListVO.d.ts +14 -14
- package/dist/src/apis/WMS/Controllers/WorkstationController/List.d.ts +1 -1
- package/dist/src/apis/WMS/models.d.ts +51 -45
- package/package.json +2 -2
package/dist/kengic-vue.js
CHANGED
@@ -2437,7 +2437,7 @@ const emptyIcon = {
|
|
2437
2437
|
...a.data
|
2438
2438
|
}, n);
|
2439
2439
|
}
|
2440
|
-
}), version = "0.26.6-beta.
|
2440
|
+
}), version = "0.26.6-beta.2";
|
2441
2441
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
2442
2442
|
const freeGlobal$1 = freeGlobal;
|
2443
2443
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal$1 || freeSelf || Function("return this")();
|
@@ -8660,119 +8660,121 @@ function requireCore() {
|
|
8660
8660
|
});
|
8661
8661
|
}(core)), core.exports;
|
8662
8662
|
}
|
8663
|
-
var encBase64 = { exports: {} };
|
8664
|
-
|
8665
|
-
(function(
|
8666
|
-
|
8667
|
-
|
8668
|
-
|
8669
|
-
|
8670
|
-
|
8671
|
-
|
8672
|
-
|
8673
|
-
|
8674
|
-
|
8675
|
-
for (var
|
8676
|
-
|
8677
|
-
|
8678
|
-
|
8679
|
-
|
8680
|
-
A.
|
8681
|
-
|
8682
|
-
|
8683
|
-
|
8684
|
-
|
8685
|
-
|
8686
|
-
C
|
8687
|
-
|
8688
|
-
|
8689
|
-
|
8690
|
-
|
8691
|
-
|
8692
|
-
|
8693
|
-
|
8694
|
-
|
8695
|
-
|
8696
|
-
|
8697
|
-
|
8698
|
-
|
8699
|
-
|
8700
|
-
|
8701
|
-
|
8702
|
-
|
8703
|
-
|
8704
|
-
|
8705
|
-
|
8706
|
-
|
8707
|
-
|
8708
|
-
|
8709
|
-
})
|
8710
|
-
|
8711
|
-
|
8712
|
-
|
8713
|
-
|
8714
|
-
|
8715
|
-
|
8716
|
-
|
8717
|
-
|
8718
|
-
|
8719
|
-
|
8720
|
-
|
8721
|
-
|
8722
|
-
|
8723
|
-
|
8724
|
-
|
8725
|
-
|
8726
|
-
|
8727
|
-
|
8728
|
-
|
8729
|
-
|
8730
|
-
|
8731
|
-
|
8732
|
-
|
8733
|
-
|
8734
|
-
|
8735
|
-
|
8736
|
-
|
8737
|
-
|
8738
|
-
|
8739
|
-
|
8740
|
-
|
8741
|
-
|
8742
|
-
|
8743
|
-
|
8744
|
-
|
8745
|
-
|
8746
|
-
|
8663
|
+
var encBase64 = { exports: {} }, hasRequiredEncBase64;
|
8664
|
+
function requireEncBase64() {
|
8665
|
+
return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(r, a) {
|
8666
|
+
(function(n, o) {
|
8667
|
+
r.exports = o(requireCore());
|
8668
|
+
})(commonjsGlobal, function(n) {
|
8669
|
+
return function() {
|
8670
|
+
var o = n, u = o.lib, c = u.WordArray, g = o.enc;
|
8671
|
+
g.Base64 = {
|
8672
|
+
stringify: function(p) {
|
8673
|
+
var v = p.words, E = p.sigBytes, C = this._map;
|
8674
|
+
p.clamp();
|
8675
|
+
for (var A = [], N = 0; N < E; N += 3)
|
8676
|
+
for (var R = v[N >>> 2] >>> 24 - N % 4 * 8 & 255, y = v[N + 1 >>> 2] >>> 24 - (N + 1) % 4 * 8 & 255, D = v[N + 2 >>> 2] >>> 24 - (N + 2) % 4 * 8 & 255, k = R << 16 | y << 8 | D, M = 0; M < 4 && N + M * 0.75 < E; M++)
|
8677
|
+
A.push(C.charAt(k >>> 6 * (3 - M) & 63));
|
8678
|
+
var V = C.charAt(64);
|
8679
|
+
if (V)
|
8680
|
+
for (; A.length % 4; )
|
8681
|
+
A.push(V);
|
8682
|
+
return A.join("");
|
8683
|
+
},
|
8684
|
+
parse: function(p) {
|
8685
|
+
var v = p.length, E = this._map, C = this._reverseMap;
|
8686
|
+
if (!C) {
|
8687
|
+
C = this._reverseMap = [];
|
8688
|
+
for (var A = 0; A < E.length; A++)
|
8689
|
+
C[E.charCodeAt(A)] = A;
|
8690
|
+
}
|
8691
|
+
var N = E.charAt(64);
|
8692
|
+
if (N) {
|
8693
|
+
var R = p.indexOf(N);
|
8694
|
+
R !== -1 && (v = R);
|
8695
|
+
}
|
8696
|
+
return d(p, v, C);
|
8697
|
+
},
|
8698
|
+
_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
|
8699
|
+
};
|
8700
|
+
function d(p, v, E) {
|
8701
|
+
for (var C = [], A = 0, N = 0; N < v; N++)
|
8702
|
+
if (N % 4) {
|
8703
|
+
var R = E[p.charCodeAt(N - 1)] << N % 4 * 2, y = E[p.charCodeAt(N)] >>> 6 - N % 4 * 2, D = R | y;
|
8704
|
+
C[A >>> 2] |= D << 24 - A % 4 * 8, A++;
|
8705
|
+
}
|
8706
|
+
return c.create(C, A);
|
8707
|
+
}
|
8708
|
+
}(), n.enc.Base64;
|
8709
|
+
});
|
8710
|
+
}(encBase64)), encBase64.exports;
|
8711
|
+
}
|
8712
|
+
var md5 = { exports: {} }, hasRequiredMd5;
|
8713
|
+
function requireMd5() {
|
8714
|
+
return hasRequiredMd5 || (hasRequiredMd5 = 1, function(r, a) {
|
8715
|
+
(function(n, o) {
|
8716
|
+
r.exports = o(requireCore());
|
8717
|
+
})(commonjsGlobal, function(n) {
|
8718
|
+
return function(o) {
|
8719
|
+
var u = n, c = u.lib, g = c.WordArray, d = c.Hasher, p = u.algo, v = [];
|
8720
|
+
(function() {
|
8721
|
+
for (var y = 0; y < 64; y++)
|
8722
|
+
v[y] = o.abs(o.sin(y + 1)) * 4294967296 | 0;
|
8723
|
+
})();
|
8724
|
+
var E = p.MD5 = d.extend({
|
8725
|
+
_doReset: function() {
|
8726
|
+
this._hash = new g.init([
|
8727
|
+
1732584193,
|
8728
|
+
4023233417,
|
8729
|
+
2562383102,
|
8730
|
+
271733878
|
8731
|
+
]);
|
8732
|
+
},
|
8733
|
+
_doProcessBlock: function(y, D) {
|
8734
|
+
for (var k = 0; k < 16; k++) {
|
8735
|
+
var M = D + k, V = y[M];
|
8736
|
+
y[M] = (V << 8 | V >>> 24) & 16711935 | (V << 24 | V >>> 8) & 4278255360;
|
8737
|
+
}
|
8738
|
+
var L = this._hash.words, w = y[D + 0], P = y[D + 1], G = y[D + 2], H = y[D + 3], q = y[D + 4], K = y[D + 5], z = y[D + 6], ae = y[D + 7], re = y[D + 8], J = y[D + 9], ie = y[D + 10], te = y[D + 11], ge = y[D + 12], me = y[D + 13], Se = y[D + 14], Ee = y[D + 15], se = L[0], _e = L[1], Ae = L[2], Me = L[3];
|
8739
|
+
se = C(se, _e, Ae, Me, w, 7, v[0]), Me = C(Me, se, _e, Ae, P, 12, v[1]), Ae = C(Ae, Me, se, _e, G, 17, v[2]), _e = C(_e, Ae, Me, se, H, 22, v[3]), se = C(se, _e, Ae, Me, q, 7, v[4]), Me = C(Me, se, _e, Ae, K, 12, v[5]), Ae = C(Ae, Me, se, _e, z, 17, v[6]), _e = C(_e, Ae, Me, se, ae, 22, v[7]), se = C(se, _e, Ae, Me, re, 7, v[8]), Me = C(Me, se, _e, Ae, J, 12, v[9]), Ae = C(Ae, Me, se, _e, ie, 17, v[10]), _e = C(_e, Ae, Me, se, te, 22, v[11]), se = C(se, _e, Ae, Me, ge, 7, v[12]), Me = C(Me, se, _e, Ae, me, 12, v[13]), Ae = C(Ae, Me, se, _e, Se, 17, v[14]), _e = C(_e, Ae, Me, se, Ee, 22, v[15]), se = A(se, _e, Ae, Me, P, 5, v[16]), Me = A(Me, se, _e, Ae, z, 9, v[17]), Ae = A(Ae, Me, se, _e, te, 14, v[18]), _e = A(_e, Ae, Me, se, w, 20, v[19]), se = A(se, _e, Ae, Me, K, 5, v[20]), Me = A(Me, se, _e, Ae, ie, 9, v[21]), Ae = A(Ae, Me, se, _e, Ee, 14, v[22]), _e = A(_e, Ae, Me, se, q, 20, v[23]), se = A(se, _e, Ae, Me, J, 5, v[24]), Me = A(Me, se, _e, Ae, Se, 9, v[25]), Ae = A(Ae, Me, se, _e, H, 14, v[26]), _e = A(_e, Ae, Me, se, re, 20, v[27]), se = A(se, _e, Ae, Me, me, 5, v[28]), Me = A(Me, se, _e, Ae, G, 9, v[29]), Ae = A(Ae, Me, se, _e, ae, 14, v[30]), _e = A(_e, Ae, Me, se, ge, 20, v[31]), se = N(se, _e, Ae, Me, K, 4, v[32]), Me = N(Me, se, _e, Ae, re, 11, v[33]), Ae = N(Ae, Me, se, _e, te, 16, v[34]), _e = N(_e, Ae, Me, se, Se, 23, v[35]), se = N(se, _e, Ae, Me, P, 4, v[36]), Me = N(Me, se, _e, Ae, q, 11, v[37]), Ae = N(Ae, Me, se, _e, ae, 16, v[38]), _e = N(_e, Ae, Me, se, ie, 23, v[39]), se = N(se, _e, Ae, Me, me, 4, v[40]), Me = N(Me, se, _e, Ae, w, 11, v[41]), Ae = N(Ae, Me, se, _e, H, 16, v[42]), _e = N(_e, Ae, Me, se, z, 23, v[43]), se = N(se, _e, Ae, Me, J, 4, v[44]), Me = N(Me, se, _e, Ae, ge, 11, v[45]), Ae = N(Ae, Me, se, _e, Ee, 16, v[46]), _e = N(_e, Ae, Me, se, G, 23, v[47]), se = R(se, _e, Ae, Me, w, 6, v[48]), Me = R(Me, se, _e, Ae, ae, 10, v[49]), Ae = R(Ae, Me, se, _e, Se, 15, v[50]), _e = R(_e, Ae, Me, se, K, 21, v[51]), se = R(se, _e, Ae, Me, ge, 6, v[52]), Me = R(Me, se, _e, Ae, H, 10, v[53]), Ae = R(Ae, Me, se, _e, ie, 15, v[54]), _e = R(_e, Ae, Me, se, P, 21, v[55]), se = R(se, _e, Ae, Me, re, 6, v[56]), Me = R(Me, se, _e, Ae, Ee, 10, v[57]), Ae = R(Ae, Me, se, _e, z, 15, v[58]), _e = R(_e, Ae, Me, se, me, 21, v[59]), se = R(se, _e, Ae, Me, q, 6, v[60]), Me = R(Me, se, _e, Ae, te, 10, v[61]), Ae = R(Ae, Me, se, _e, G, 15, v[62]), _e = R(_e, Ae, Me, se, J, 21, v[63]), L[0] = L[0] + se | 0, L[1] = L[1] + _e | 0, L[2] = L[2] + Ae | 0, L[3] = L[3] + Me | 0;
|
8740
|
+
},
|
8741
|
+
_doFinalize: function() {
|
8742
|
+
var y = this._data, D = y.words, k = this._nDataBytes * 8, M = y.sigBytes * 8;
|
8743
|
+
D[M >>> 5] |= 128 << 24 - M % 32;
|
8744
|
+
var V = o.floor(k / 4294967296), L = k;
|
8745
|
+
D[(M + 64 >>> 9 << 4) + 15] = (V << 8 | V >>> 24) & 16711935 | (V << 24 | V >>> 8) & 4278255360, D[(M + 64 >>> 9 << 4) + 14] = (L << 8 | L >>> 24) & 16711935 | (L << 24 | L >>> 8) & 4278255360, y.sigBytes = (D.length + 1) * 4, this._process();
|
8746
|
+
for (var w = this._hash, P = w.words, G = 0; G < 4; G++) {
|
8747
|
+
var H = P[G];
|
8748
|
+
P[G] = (H << 8 | H >>> 24) & 16711935 | (H << 24 | H >>> 8) & 4278255360;
|
8749
|
+
}
|
8750
|
+
return w;
|
8751
|
+
},
|
8752
|
+
clone: function() {
|
8753
|
+
var y = d.clone.call(this);
|
8754
|
+
return y._hash = this._hash.clone(), y;
|
8747
8755
|
}
|
8748
|
-
|
8749
|
-
|
8750
|
-
|
8751
|
-
|
8752
|
-
return y._hash = this._hash.clone(), y;
|
8756
|
+
});
|
8757
|
+
function C(y, D, k, M, V, L, w) {
|
8758
|
+
var P = y + (D & k | ~D & M) + V + w;
|
8759
|
+
return (P << L | P >>> 32 - L) + D;
|
8753
8760
|
}
|
8754
|
-
|
8755
|
-
|
8756
|
-
|
8757
|
-
|
8758
|
-
|
8759
|
-
|
8760
|
-
|
8761
|
-
|
8762
|
-
|
8763
|
-
|
8764
|
-
|
8765
|
-
|
8766
|
-
|
8767
|
-
|
8768
|
-
|
8769
|
-
|
8770
|
-
|
8771
|
-
u.MD5 = d._createHelper(E), u.HmacMD5 = d._createHmacHelper(E);
|
8772
|
-
}(Math), n.MD5;
|
8773
|
-
});
|
8774
|
-
})(md5$1);
|
8775
|
-
const md5 = md5$1.exports;
|
8761
|
+
function A(y, D, k, M, V, L, w) {
|
8762
|
+
var P = y + (D & M | k & ~M) + V + w;
|
8763
|
+
return (P << L | P >>> 32 - L) + D;
|
8764
|
+
}
|
8765
|
+
function N(y, D, k, M, V, L, w) {
|
8766
|
+
var P = y + (D ^ k ^ M) + V + w;
|
8767
|
+
return (P << L | P >>> 32 - L) + D;
|
8768
|
+
}
|
8769
|
+
function R(y, D, k, M, V, L, w) {
|
8770
|
+
var P = y + (k ^ (D | ~M)) + V + w;
|
8771
|
+
return (P << L | P >>> 32 - L) + D;
|
8772
|
+
}
|
8773
|
+
u.MD5 = d._createHelper(E), u.HmacMD5 = d._createHmacHelper(E);
|
8774
|
+
}(Math), n.MD5;
|
8775
|
+
});
|
8776
|
+
}(md5)), md5.exports;
|
8777
|
+
}
|
8776
8778
|
var evpkdf = { exports: {} }, sha1 = { exports: {} }, hasRequiredSha1;
|
8777
8779
|
function requireSha1() {
|
8778
8780
|
return hasRequiredSha1 || (hasRequiredSha1 = 1, function(r, a) {
|
@@ -9078,7 +9080,7 @@ function requireCipherCore() {
|
|
9078
9080
|
}
|
9079
9081
|
(function(r, a) {
|
9080
9082
|
(function(n, o, u) {
|
9081
|
-
r.exports = o(requireCore(),
|
9083
|
+
r.exports = o(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
9082
9084
|
})(commonjsGlobal, function(n) {
|
9083
9085
|
return function() {
|
9084
9086
|
var o = n, u = o.lib, c = u.BlockCipher, g = o.algo, d = [], p = [], v = [], E = [], C = [], A = [], N = [], R = [], y = [], D = [];
|
@@ -9133,7 +9135,7 @@ function requireCipherCore() {
|
|
9133
9135
|
}(), n.AES;
|
9134
9136
|
});
|
9135
9137
|
})(aes);
|
9136
|
-
var encUtf8 = { exports: {} };
|
9138
|
+
var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
|
9137
9139
|
(function(r, a) {
|
9138
9140
|
(function(n, o) {
|
9139
9141
|
r.exports = o(requireCore());
|
@@ -9142,7 +9144,7 @@ var encUtf8 = { exports: {} };
|
|
9142
9144
|
});
|
9143
9145
|
})(encUtf8);
|
9144
9146
|
const UTF8 = encUtf8.exports;
|
9145
|
-
var modeEcb = { exports: {} };
|
9147
|
+
var md5Exports = requireMd5(), modeEcb = { exports: {} };
|
9146
9148
|
(function(r, a) {
|
9147
9149
|
(function(n, o, u) {
|
9148
9150
|
r.exports = o(requireCore(), requireCipherCore());
|
@@ -9195,13 +9197,13 @@ class AesEncryption {
|
|
9195
9197
|
}
|
9196
9198
|
}
|
9197
9199
|
function encryptByBase64(r) {
|
9198
|
-
return UTF8.parse(r).toString(
|
9200
|
+
return UTF8.parse(r).toString(encBase64Exports);
|
9199
9201
|
}
|
9200
9202
|
function decodeByBase64(r) {
|
9201
|
-
return
|
9203
|
+
return encBase64Exports.parse(r).toString(UTF8);
|
9202
9204
|
}
|
9203
9205
|
function encryptByMd5(r) {
|
9204
|
-
return
|
9206
|
+
return md5Exports(r).toString();
|
9205
9207
|
}
|
9206
9208
|
const create$2 = ({
|
9207
9209
|
prefixKey: r = "",
|
@@ -24718,6 +24720,8 @@ class Description {
|
|
24718
24720
|
x(this, "codval");
|
24719
24721
|
x(this, "grpNam");
|
24720
24722
|
x(this, "id");
|
24723
|
+
x(this, "insDt");
|
24724
|
+
x(this, "insUsrId");
|
24721
24725
|
x(this, "lngDsc");
|
24722
24726
|
x(this, "localeId");
|
24723
24727
|
x(this, "modUsrCod");
|
@@ -24732,6 +24736,8 @@ class Description {
|
|
24732
24736
|
case "codval":
|
24733
24737
|
case "grpNam":
|
24734
24738
|
case "id":
|
24739
|
+
case "insDt":
|
24740
|
+
case "insUsrId":
|
24735
24741
|
case "lngDsc":
|
24736
24742
|
case "localeId":
|
24737
24743
|
case "modUsrCod":
|
@@ -25867,6 +25873,7 @@ class WorkstationAreaDTO {
|
|
25867
25873
|
class WorkstationDTO {
|
25868
25874
|
constructor(a) {
|
25869
25875
|
x(this, "devcod");
|
25876
|
+
x(this, "devcodDsc");
|
25870
25877
|
x(this, "hmewrkare");
|
25871
25878
|
x(this, "id");
|
25872
25879
|
x(this, "insDt");
|
@@ -25878,6 +25885,7 @@ class WorkstationDTO {
|
|
25878
25885
|
keys(a != null ? a : {}).forEach((n) => {
|
25879
25886
|
switch (n) {
|
25880
25887
|
case "devcod":
|
25888
|
+
case "devcodDsc":
|
25881
25889
|
case "hmewrkare":
|
25882
25890
|
case "id":
|
25883
25891
|
case "insDt":
|
@@ -8,15 +8,15 @@ export declare class ListQuery {
|
|
8
8
|
codval?: string | null;
|
9
9
|
/** 模块(ProjectName). */
|
10
10
|
grpNam?: string | null;
|
11
|
-
/** id */
|
11
|
+
/** id. */
|
12
12
|
id?: string | null;
|
13
13
|
/** 长描述(LongDescription). */
|
14
14
|
lngDsc?: string | null;
|
15
15
|
/** 语言(LocaleId). */
|
16
16
|
localeId?: string | null;
|
17
|
-
/**
|
17
|
+
/** 修改用户编号. */
|
18
18
|
modUsrCod?: string | null;
|
19
|
-
/**
|
19
|
+
/** 修改日期. */
|
20
20
|
moddte?: string | null;
|
21
21
|
/** 短描述(ShortDescription). */
|
22
22
|
shortDsc?: string | null;
|
@@ -26,7 +26,7 @@ export declare class ListQuery {
|
|
26
26
|
srtseq?: number | null;
|
27
27
|
/** 系统定义. */
|
28
28
|
sysDefFlg?: number | null;
|
29
|
-
/**
|
29
|
+
/** 版本. */
|
30
30
|
version?: number | null;
|
31
31
|
/** 排序字段. */
|
32
32
|
column?: string | null;
|
@@ -2,12 +2,12 @@ import { IRequestConfig, IRequestOptions } from '../../../../services';
|
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class QueryByIDQuery {
|
5
|
-
/** id */
|
5
|
+
/** id. */
|
6
6
|
id: string | null;
|
7
7
|
constructor(obj?: QueryByIDQuery);
|
8
8
|
}
|
9
9
|
/**
|
10
|
-
* 表格视图-通过ID
|
10
|
+
* 表格视图-通过ID查询.
|
11
11
|
*
|
12
12
|
* @param config 请求配置.
|
13
13
|
* @param option 请求选项.
|
@@ -2,33 +2,33 @@ import { IRequestConfig, IRequestOptions } from '../../../../services';
|
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class ListVOQuery {
|
5
|
-
/**
|
5
|
+
/** 是否可用. */
|
6
6
|
activeFlg?: number | null;
|
7
|
-
/**
|
7
|
+
/** 地址编号. */
|
8
8
|
adrId?: string | null;
|
9
|
-
/**
|
9
|
+
/** 地址名. */
|
10
10
|
adrnam?: string | null;
|
11
|
-
/**
|
11
|
+
/** 公司代码. */
|
12
12
|
comCod?: string | null;
|
13
|
-
/**
|
13
|
+
/** 默认仓库. */
|
14
14
|
defWhFlg?: number | null;
|
15
15
|
/** 主键. */
|
16
16
|
id?: string | null;
|
17
|
-
/**
|
17
|
+
/** 所属地/国编号. */
|
18
18
|
orgcod?: string | null;
|
19
|
-
/**
|
19
|
+
/** 永久调整托盘. */
|
20
20
|
permAdjLod?: string | null;
|
21
|
-
/**
|
21
|
+
/** 永久调整箱. */
|
22
22
|
permAdjSub?: string | null;
|
23
|
-
/**
|
23
|
+
/** 永久创建托盘. */
|
24
24
|
permCreLod?: string | null;
|
25
|
-
/**
|
25
|
+
/** 永久创建箱. */
|
26
26
|
permCreSub?: string | null;
|
27
|
-
/**
|
27
|
+
/** 版本. */
|
28
28
|
version?: number | null;
|
29
|
-
/**
|
29
|
+
/** 仓库名称. */
|
30
30
|
whDsc?: string | null;
|
31
|
-
/**
|
31
|
+
/** 仓库编号. */
|
32
32
|
whId?: string | null;
|
33
33
|
/** 排序字段. */
|
34
34
|
column?: string | null;
|
@@ -42,7 +42,7 @@ export declare class ListVOQuery {
|
|
42
42
|
}
|
43
43
|
/**
|
44
44
|
* wh-分页列表查询VO
|
45
|
-
wh-分页列表查询VO
|
45
|
+
wh-分页列表查询VO.
|
46
46
|
*
|
47
47
|
* @param config 请求配置.
|
48
48
|
* @param option 请求选项.
|
@@ -18,7 +18,7 @@ export declare class CreateVarDdaQuery {
|
|
18
18
|
varGridMaster?: VarGridMaster | null;
|
19
19
|
/** 查询条件配置. */
|
20
20
|
varProfileConfig?: VarProfileConfig | null;
|
21
|
-
/**
|
21
|
+
/** 查询条件视图明细. */
|
22
22
|
varProfileDetails?: Array<VarProfileDetail> | null;
|
23
23
|
/** 查询条件视图. */
|
24
24
|
varProfileMaster?: VarProfileMaster | null;
|
@@ -76,15 +76,19 @@ export declare class Description {
|
|
76
76
|
codval?: string | null;
|
77
77
|
/** 模块(ProjectName). */
|
78
78
|
grpNam?: string | null;
|
79
|
-
/** id */
|
79
|
+
/** id. */
|
80
80
|
id?: string | null;
|
81
|
+
/** 插入时间. */
|
82
|
+
insDt?: string | null;
|
83
|
+
/** 插入用户Id. */
|
84
|
+
insUsrId?: string | null;
|
81
85
|
/** 长描述(LongDescription). */
|
82
86
|
lngDsc?: string | null;
|
83
87
|
/** 语言(LocaleId). */
|
84
88
|
localeId?: string | null;
|
85
|
-
/**
|
89
|
+
/** 修改用户编号. */
|
86
90
|
modUsrCod?: string | null;
|
87
|
-
/**
|
91
|
+
/** 修改日期. */
|
88
92
|
moddte?: string | null;
|
89
93
|
/** 短描述(ShortDescription). */
|
90
94
|
shortDsc?: string | null;
|
@@ -92,7 +96,7 @@ export declare class Description {
|
|
92
96
|
srtseq?: number | null;
|
93
97
|
/** 系统定义. */
|
94
98
|
sysDefFlg?: number | null;
|
95
|
-
/**
|
99
|
+
/** 版本. */
|
96
100
|
version?: number | null;
|
97
101
|
constructor(obj?: Description);
|
98
102
|
}
|
@@ -112,15 +116,15 @@ export declare class DescriptionDTO {
|
|
112
116
|
codval?: string | null;
|
113
117
|
/** 模块(ProjectName). */
|
114
118
|
grpNam?: string | null;
|
115
|
-
/** id */
|
119
|
+
/** id. */
|
116
120
|
id?: string | null;
|
117
121
|
/** 长描述(LongDescription). */
|
118
122
|
lngDsc?: string | null;
|
119
123
|
/** 语言(LocaleId). */
|
120
124
|
localeId?: string | null;
|
121
|
-
/**
|
125
|
+
/** 修改用户编号. */
|
122
126
|
modUsrCod?: string | null;
|
123
|
-
/**
|
127
|
+
/** 修改日期. */
|
124
128
|
moddte?: string | null;
|
125
129
|
/** 短描述(ShortDescription). */
|
126
130
|
shortDsc?: string | null;
|
@@ -130,7 +134,7 @@ export declare class DescriptionDTO {
|
|
130
134
|
srtseq?: number | null;
|
131
135
|
/** 系统定义. */
|
132
136
|
sysDefFlg?: number | null;
|
133
|
-
/**
|
137
|
+
/** 版本. */
|
134
138
|
version?: number | null;
|
135
139
|
constructor(obj?: DescriptionDTO);
|
136
140
|
}
|
@@ -333,7 +337,7 @@ export declare class UpdateVarGridMasterQuery {
|
|
333
337
|
grd_var_nam_dsc?: string | null;
|
334
338
|
/** 分组(GroupName). */
|
335
339
|
grp_nam?: string | null;
|
336
|
-
/**
|
340
|
+
/** 主键. */
|
337
341
|
id?: string | null;
|
338
342
|
/** 用户(UserID). */
|
339
343
|
usr_id?: string | null;
|
@@ -871,7 +875,7 @@ export declare class VarSubmitConfig {
|
|
871
875
|
max_width?: number | null;
|
872
876
|
/** 最小宽度. */
|
873
877
|
min_width?: number | null;
|
874
|
-
/**
|
878
|
+
/** 所属查询条件视图的变量名称. */
|
875
879
|
prf_var_nam?: string | null;
|
876
880
|
/** 配置属性. */
|
877
881
|
props?: string | null;
|
@@ -903,7 +907,7 @@ export declare class VarSubmitDetail {
|
|
903
907
|
key_flg?: number | null;
|
904
908
|
/** 占位提示文字(Placeholder). */
|
905
909
|
placeholder?: string | null;
|
906
|
-
/**
|
910
|
+
/** 所属查询条件视图的变量名称. */
|
907
911
|
prf_var_nam?: string | null;
|
908
912
|
/** 是否必填. */
|
909
913
|
required_flag?: number | null;
|
@@ -931,77 +935,79 @@ export declare class VarVariable {
|
|
931
935
|
var_nam?: string | null;
|
932
936
|
constructor(obj?: VarVariable);
|
933
937
|
}
|
934
|
-
/**
|
938
|
+
/** 仓库数据传输对象. */
|
935
939
|
export declare class WhDTO {
|
936
|
-
/**
|
940
|
+
/** 是否可用. */
|
937
941
|
activeFlg?: number | null;
|
938
|
-
/**
|
942
|
+
/** 地址编号. */
|
939
943
|
adrId?: string | null;
|
940
|
-
/**
|
944
|
+
/** 地址名. */
|
941
945
|
adrnam?: string | null;
|
942
|
-
/**
|
946
|
+
/** 公司代码. */
|
943
947
|
comCod?: string | null;
|
944
|
-
/**
|
948
|
+
/** 默认仓库. */
|
945
949
|
defWhFlg?: number | null;
|
946
950
|
/** 主键. */
|
947
951
|
id?: string | null;
|
948
|
-
/**
|
952
|
+
/** 所属地/国编号. */
|
949
953
|
orgcod?: string | null;
|
950
|
-
/**
|
954
|
+
/** 永久调整托盘. */
|
951
955
|
permAdjLod?: string | null;
|
952
|
-
/**
|
956
|
+
/** 永久调整箱. */
|
953
957
|
permAdjSub?: string | null;
|
954
|
-
/**
|
958
|
+
/** 永久创建托盘. */
|
955
959
|
permCreLod?: string | null;
|
956
|
-
/**
|
960
|
+
/** 永久创建箱. */
|
957
961
|
permCreSub?: string | null;
|
958
|
-
/**
|
962
|
+
/** 版本. */
|
959
963
|
version?: number | null;
|
960
|
-
/**
|
964
|
+
/** 仓库名称. */
|
961
965
|
whDsc?: string | null;
|
962
|
-
/**
|
966
|
+
/** 仓库编号. */
|
963
967
|
whId?: string | null;
|
964
968
|
constructor(obj?: WhDTO);
|
965
969
|
}
|
966
|
-
/**
|
970
|
+
/** 工作站区域数据传输对象. */
|
967
971
|
export declare class WorkstationAreaDTO {
|
968
|
-
/**
|
972
|
+
/** 主键. */
|
969
973
|
id?: string | null;
|
970
|
-
/**
|
974
|
+
/** 创建日期. */
|
971
975
|
insDt?: string | null;
|
972
|
-
/**
|
976
|
+
/** 创建用户. */
|
973
977
|
insUsrId?: string | null;
|
974
|
-
/**
|
978
|
+
/** 修改日期. */
|
975
979
|
modUsrId?: string | null;
|
976
|
-
/**
|
980
|
+
/** 修改用户. */
|
977
981
|
moddte?: string | null;
|
978
|
-
/**
|
982
|
+
/** 仓库. */
|
979
983
|
whId?: string | null;
|
980
|
-
/**
|
984
|
+
/** 工作区. */
|
981
985
|
wrkare?: string | null;
|
982
|
-
/**
|
986
|
+
/** 工作区描述. */
|
983
987
|
wrkareDsc?: string | null;
|
984
988
|
constructor(obj?: WorkstationAreaDTO);
|
985
989
|
}
|
986
|
-
/**
|
990
|
+
/** 工作站数据传输对象. */
|
987
991
|
export declare class WorkstationDTO {
|
988
|
-
/**
|
992
|
+
/** 工作站. */
|
989
993
|
devcod?: string | null;
|
990
|
-
/**
|
994
|
+
/** 工作站描述. */
|
995
|
+
devcodDsc?: string | null;
|
996
|
+
/** 主工作区. */
|
991
997
|
hmewrkare?: string | null;
|
992
|
-
/**
|
998
|
+
/** 主键. */
|
993
999
|
id?: string | null;
|
994
|
-
/**
|
1000
|
+
/** 创建日期. */
|
995
1001
|
insDt?: string | null;
|
996
|
-
/**
|
1002
|
+
/** 创建用户. */
|
997
1003
|
insUsrId?: string | null;
|
998
|
-
/**
|
1004
|
+
/** 修改日期. */
|
999
1005
|
modUsrId?: string | null;
|
1000
|
-
/**
|
1006
|
+
/** 修改用户. */
|
1001
1007
|
moddte?: string | null;
|
1002
|
-
/**
|
1008
|
+
/** 仓库. */
|
1003
1009
|
whId?: string | null;
|
1004
|
-
/**
|
1010
|
+
/** 工作站与工作区域关系. */
|
1005
1011
|
workstationAreas?: Array<WorkstationAreaDTO> | null;
|
1006
1012
|
constructor(obj?: WorkstationDTO);
|
1007
1013
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.6-beta.
|
3
|
+
"version": "0.26.6-beta.2",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"@iconify-icons/mdi": "1.2.48",
|
41
41
|
"@iconify-icons/ph": "1.2.5",
|
42
42
|
"@iconify/vue": "4.1.1",
|
43
|
-
"@kengic/pont": "1.2.17-beta.
|
43
|
+
"@kengic/pont": "1.2.17-beta.1",
|
44
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
45
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
46
46
|
"@types/crypto-js": "4.1.1",
|