You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
4.2 KiB
125 lines
4.2 KiB
2 years ago
|
"use strict";
|
||
|
const common_vendor = require("../../../common/vendor.js");
|
||
|
if (!Array) {
|
||
|
const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
|
||
|
const _easycom_uni_th2 = common_vendor.resolveComponent("uni-th");
|
||
|
const _easycom_uni_tr2 = common_vendor.resolveComponent("uni-tr");
|
||
|
const _easycom_uni_td2 = common_vendor.resolveComponent("uni-td");
|
||
|
const _easycom_uni_table2 = common_vendor.resolveComponent("uni-table");
|
||
|
(_easycom_u_navbar2 + _easycom_uni_th2 + _easycom_uni_tr2 + _easycom_uni_td2 + _easycom_uni_table2)();
|
||
|
}
|
||
|
const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
|
||
|
const _easycom_uni_th = () => "../../../uni_modules/uni-table/components/uni-th/uni-th.js";
|
||
|
const _easycom_uni_tr = () => "../../../uni_modules/uni-table/components/uni-tr/uni-tr.js";
|
||
|
const _easycom_uni_td = () => "../../../uni_modules/uni-table/components/uni-td/uni-td.js";
|
||
|
const _easycom_uni_table = () => "../../../uni_modules/uni-table/components/uni-table/uni-table.js";
|
||
|
if (!Math) {
|
||
|
(_easycom_u_navbar + _easycom_uni_th + _easycom_uni_tr + _easycom_uni_td + _easycom_uni_table + cusSelects)();
|
||
|
}
|
||
|
const cusSelects = () => "../../../compoment/cus-selects-fan/cus-selects-fan.js";
|
||
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||
|
__name: "SignDetailScan",
|
||
|
setup(__props) {
|
||
|
let details = common_vendor.reactive({
|
||
|
schanvalue: "",
|
||
|
typearr: [
|
||
|
{
|
||
|
value: 1,
|
||
|
label: "齐套"
|
||
|
},
|
||
|
{
|
||
|
value: 2,
|
||
|
label: "部分扫"
|
||
|
},
|
||
|
{
|
||
|
value: 3,
|
||
|
label: "未扫"
|
||
|
}
|
||
|
]
|
||
|
});
|
||
|
function checktype(e) {
|
||
|
}
|
||
|
const { typearr, schanvalue } = common_vendor.toRefs(details);
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.p({
|
||
|
title: "签收明细扫描",
|
||
|
placeholder: true,
|
||
|
border: "true",
|
||
|
autoBack: true,
|
||
|
leftIconSize: "35"
|
||
|
}),
|
||
|
b: common_vendor.p({
|
||
|
width: "60",
|
||
|
align: "center"
|
||
|
}),
|
||
|
c: common_vendor.p({
|
||
|
width: "70",
|
||
|
align: "center"
|
||
|
}),
|
||
|
d: common_vendor.p({
|
||
|
width: "70",
|
||
|
align: "center"
|
||
|
}),
|
||
|
e: common_vendor.p({
|
||
|
width: "70",
|
||
|
align: "center"
|
||
|
}),
|
||
|
f: common_vendor.f([1, 2], (item, k0, i0) => {
|
||
|
return {
|
||
|
a: common_vendor.t(item == 1 ? "计划" : "完成"),
|
||
|
b: "618f7990-8-" + i0 + "," + ("618f7990-7-" + i0),
|
||
|
c: "618f7990-9-" + i0 + "," + ("618f7990-7-" + i0),
|
||
|
d: "618f7990-10-" + i0 + "," + ("618f7990-7-" + i0),
|
||
|
e: "618f7990-11-" + i0 + "," + ("618f7990-7-" + i0),
|
||
|
f: "618f7990-7-" + i0 + ",618f7990-1"
|
||
|
};
|
||
|
}),
|
||
|
g: common_vendor.p({
|
||
|
align: "center"
|
||
|
}),
|
||
|
h: common_vendor.p({
|
||
|
align: "center"
|
||
|
}),
|
||
|
i: common_vendor.p({
|
||
|
align: "center"
|
||
|
}),
|
||
|
j: common_vendor.p({
|
||
|
align: "center"
|
||
|
}),
|
||
|
k: common_vendor.p({
|
||
|
loading: false,
|
||
|
emptyText: "暂无更多数据"
|
||
|
}),
|
||
|
l: common_vendor.o(checktype),
|
||
|
m: common_vendor.p({
|
||
|
data: common_vendor.unref(typearr),
|
||
|
value: common_vendor.unref(schanvalue),
|
||
|
placeholder: "全部",
|
||
|
arrLeft: 5,
|
||
|
size: "145",
|
||
|
clearable: true
|
||
|
}),
|
||
|
n: common_vendor.o(checktype),
|
||
|
o: common_vendor.p({
|
||
|
data: common_vendor.unref(typearr),
|
||
|
value: common_vendor.unref(schanvalue),
|
||
|
placeholder: "全部",
|
||
|
arrLeft: 5,
|
||
|
size: "145",
|
||
|
clearable: true
|
||
|
}),
|
||
|
p: common_vendor.f([1, 2, 3, 4, 5], (item, k0, i0) => {
|
||
|
return {
|
||
|
a: common_vendor.n(item == 3 ? "tis bf" : "tis"),
|
||
|
b: common_vendor.t(item >= 2 ? "未扫码" : "已扫码"),
|
||
|
c: common_vendor.n(item >= 2 ? "scanstateerr" : "scanstatesucc")
|
||
|
};
|
||
|
})
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
});
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/物流/logPm/pagesHome/pages/SignDetailScan/SignDetailScan.vue"]]);
|
||
|
wx.createPage(MiniProgramPage);
|