refactor(lstv2): changes to point to the new url of the docs
This commit is contained in:
@@ -23,7 +23,7 @@ export default function TransferToNextLot() {
|
||||
const [typeSwitch, setTypeSwitch] = useState(false);
|
||||
const { settings } = useSettingStore();
|
||||
|
||||
const server = settings.filter((n: any) => n.name === "dbServer");
|
||||
const server = settings.filter((n: any) => n.name === "plantToken");
|
||||
const form = useAppForm({
|
||||
defaultValues: {
|
||||
runningNumber: "",
|
||||
@@ -319,7 +319,7 @@ export default function TransferToNextLot() {
|
||||
you
|
||||
will
|
||||
be
|
||||
transfering
|
||||
transferring
|
||||
at
|
||||
EOM,
|
||||
NOTE:
|
||||
@@ -407,7 +407,7 @@ export default function TransferToNextLot() {
|
||||
For more in depth instructions
|
||||
please{" "}
|
||||
<a
|
||||
href={`https://${server[0].value}.alpla.net/lst/d/docs/ocp/ocp#tranfer-partial-estimated-quantity-to-the-next-lot`}
|
||||
href={`https://${server[0].value}prod.alpla.net/lst/d/docs/ocp/ocp#tranfer-partial-estimated-quantity-to-the-next-lot`}
|
||||
target="_blank"
|
||||
>
|
||||
<em>CLICK HERE</em>
|
||||
|
||||
@@ -41,7 +41,7 @@ export const Route = createRootRoute({
|
||||
const location = useLocation();
|
||||
const { settings } = useSettingStore();
|
||||
|
||||
const server = settings.filter((n: any) => n.name === "dbServer");
|
||||
const server = settings.filter((n: any) => n.name === "plantToken");
|
||||
|
||||
return (
|
||||
<div className="overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user