Commit c9d64291 by qinjianhui

fix: 工厂端修改

parent 4765943b
......@@ -26,12 +26,12 @@ export function getOrderDetail(id: number) {
},
)
}
export function getSubOrderBySubOrderNumber(factorySubOrderNumber: string) {
export function getSubOrderBySubOrderNumber(thirdSubOrderNumber: string) {
return axios.get<never, BaseRespData<PodProductList>>(
'factory/podJomallOrderProduct/getSubOrderBySubOrderNumber',
'factory/podJomallOrderProduct/getSubOrderByThirdSubOrderNumber',
{
params: {
factorySubOrderNumber,
thirdSubOrderNumber,
},
},
)
......
......@@ -346,10 +346,10 @@ watch(
isAutoSure.value = false
if (props.type === 1) {
placeholderText.value =
'扫描枪输入生产单号,录入下一单本单自动生产完成,最后一单扫两次完成生产'
'扫描枪输入第三方订单号,录入下一单本单自动生产完成,最后一单扫两次完成生产'
} else if (props.type === 2) {
placeholderText.value =
'扫描枪输入生产单号,录入下一单本单自动发货完成,最后一单扫两次完成发货'
'扫描枪输入第三方订单号,录入下一单本单自动发货完成,最后一单扫两次完成发货'
}
sendNum.value = 0
// canlogisticsList('GNKD').then((res) => {
......@@ -625,7 +625,6 @@ const trackcodeInput = async () => {
} catch (e) {
console.error(e)
productInfo.value = {}
playAudio('weight_search_error')
nextTick(() => {
if (trackingNumberRef.value) {
;(trackingNumberRef.value as HTMLInputElement).focus()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment