

?1
?function?setWhsforeupfore(element)
?2
???
{?
?3
??????var?arr?
=
?
new
?Array()?;?
?4
??????var?whupforecodeValue?
=
?element.value;
?5
??????var?whupforeid?
=
?
''
;
?6
??????var?whupforeupfore?
=
?
''
;
?7
??????
if
(whupforecodeValue
!=
''
)
?8
???
???
{
?9
????????arr?
=
?whupforecodeValue.split(
"
,
"
);
10
????????whupforeid?
=
?arr[
1
];
11
????????whupforeupfore?
=
?arr[
2
];
12
????????
if
(whupforeid
!=
''
)
13
????????
{
14
???????????wshopforedtlForm.whupforeid?
=
?whupforeid;
15
???????????wshopforedtlForm.whsforeupfore?
=
?whsforeupfore;
16
????????}
17
??????}
18
???????
19
???}

?2



?3

?4

?5

?6

?7

?8



?9

10

11

12

13



14

15

16

17

18

19
