货无忧
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.
 
 
 
 
 

166 lines
5.2 KiB

"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: "LoadingDetails",
setup(__props) {
let details = common_vendor.reactive({
schanvalue: "",
typearr: [
{
value: 1,
label: "齐套"
},
{
value: 2,
label: "部分扫"
},
{
value: 3,
label: "未扫"
}
],
dataList: [
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
},
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
},
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
},
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
},
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
},
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
},
{
ordernumber: "OP36561585124",
PackageNo: "1452148741",
goodType: "标准品",
StockNot: "是",
StockUp: "完成"
}
]
});
function checktype(e) {
if (e == "") {
details.schanvalue = "";
}
details.typearr.map((item) => {
if (item.value == e) {
details.schanvalue = item.label;
console.log(details.schanvalue);
}
});
}
const { schanvalue, typearr, dataList } = 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: "70",
align: "center"
}),
c: common_vendor.p({
align: "center"
}),
d: common_vendor.p({
align: "center"
}),
e: common_vendor.f([1, 2], (item, k0, i0) => {
return {
a: common_vendor.t(item == 1 ? "计划" : "完成"),
b: "521be830-7-" + i0 + "," + ("521be830-6-" + i0),
c: "521be830-8-" + i0 + "," + ("521be830-6-" + i0),
d: "521be830-9-" + i0 + "," + ("521be830-6-" + i0),
e: "521be830-6-" + i0 + ",521be830-1"
};
}),
f: common_vendor.p({
align: "center"
}),
g: common_vendor.p({
align: "center"
}),
h: common_vendor.p({
align: "center"
}),
i: common_vendor.p({
loading: false,
emptyText: "暂无更多数据"
}),
j: common_vendor.o(checktype),
k: common_vendor.p({
data: common_vendor.unref(typearr),
value: common_vendor.unref(schanvalue),
placeholder: "全部",
arrLeft: 5,
size: "145",
clearable: true
}),
l: common_vendor.f(common_vendor.unref(dataList), (item, k0, i0) => {
return {
a: common_vendor.t(item.ordernumber),
b: common_vendor.t(item.PackageNo),
c: common_vendor.t(item.goodType),
d: common_vendor.t(item.StockNot)
};
})
};
};
}
});
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/物流/logPm/pagesHome/pages/LoadingDetails/LoadingDetails.vue"]]);
wx.createPage(MiniProgramPage);