|
|
|
@ -420,16 +420,16 @@ const total = ref(0); //页码总页数
|
|
|
|
|
const pageList = ref([5, 10, 50, 100, 200]); // 选择每页显示多少条 |
|
|
|
|
const background = ref(true); // 是否开启背景颜色 |
|
|
|
|
const disabled = ref(false); // 是否禁止使用页码功能 |
|
|
|
|
const dialogImageUrlA = ref(''); |
|
|
|
|
const dialogImageUrlA = ref(''); |
|
|
|
|
const dialogImageUrlB = ref(''); |
|
|
|
|
const dialogImageUrlC = ref(''); |
|
|
|
|
const dialogImageUrlD = ref(''); |
|
|
|
|
const dialogImageUrlE = ref(''); |
|
|
|
|
const dialogImageUrlC = ref(''); |
|
|
|
|
const dialogImageUrlD = ref(''); |
|
|
|
|
const dialogImageUrlE = ref(''); |
|
|
|
|
const dialogVisibleA = ref(false); //是否显放大图片 |
|
|
|
|
const dialogVisibleB = ref(false); |
|
|
|
|
const dialogVisibleC = ref(false); |
|
|
|
|
const dialogVisibleD = ref(false); |
|
|
|
|
const dialogVisibleE = ref(false); |
|
|
|
|
const dialogVisibleB = ref(false); |
|
|
|
|
const dialogVisibleC = ref(false); |
|
|
|
|
const dialogVisibleD = ref(false); |
|
|
|
|
const dialogVisibleE = ref(false); |
|
|
|
|
const active = ref(1); //签收状态 |
|
|
|
|
const route = useRoute(); |
|
|
|
|
const router = useRouter(); |
|
|
|
@ -619,7 +619,7 @@ const menuData1 = ref([
|
|
|
|
|
head: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'customerTelephone', |
|
|
|
|
prop: 'customerAddress', |
|
|
|
|
label: '终端收获地址', |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
@ -630,7 +630,7 @@ const menuData1 = ref([
|
|
|
|
|
head: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'customerAddress', |
|
|
|
|
prop: 'customerTelephone', |
|
|
|
|
label: '终端收获电话', |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|