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 [typeSwitch, setTypeSwitch] = useState(false);
|
||||||
const { settings } = useSettingStore();
|
const { settings } = useSettingStore();
|
||||||
|
|
||||||
const server = settings.filter((n: any) => n.name === "dbServer");
|
const server = settings.filter((n: any) => n.name === "plantToken");
|
||||||
const form = useAppForm({
|
const form = useAppForm({
|
||||||
defaultValues: {
|
defaultValues: {
|
||||||
runningNumber: "",
|
runningNumber: "",
|
||||||
@@ -319,7 +319,7 @@ export default function TransferToNextLot() {
|
|||||||
you
|
you
|
||||||
will
|
will
|
||||||
be
|
be
|
||||||
transfering
|
transferring
|
||||||
at
|
at
|
||||||
EOM,
|
EOM,
|
||||||
NOTE:
|
NOTE:
|
||||||
@@ -407,7 +407,7 @@ export default function TransferToNextLot() {
|
|||||||
For more in depth instructions
|
For more in depth instructions
|
||||||
please{" "}
|
please{" "}
|
||||||
<a
|
<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"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<em>CLICK HERE</em>
|
<em>CLICK HERE</em>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export const Route = createRootRoute({
|
|||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
const { settings } = useSettingStore();
|
const { settings } = useSettingStore();
|
||||||
|
|
||||||
const server = settings.filter((n: any) => n.name === "dbServer");
|
const server = settings.filter((n: any) => n.name === "plantToken");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="overflow-hidden">
|
<div className="overflow-hidden">
|
||||||
|
|||||||
Reference in New Issue
Block a user