Commit c9d64291 by qinjianhui

fix: 工厂端修改

parent 4765943b
...@@ -26,12 +26,12 @@ export function getOrderDetail(id: number) { ...@@ -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>>( return axios.get<never, BaseRespData<PodProductList>>(
'factory/podJomallOrderProduct/getSubOrderBySubOrderNumber', 'factory/podJomallOrderProduct/getSubOrderByThirdSubOrderNumber',
{ {
params: { params: {
factorySubOrderNumber, thirdSubOrderNumber,
}, },
}, },
) )
......
...@@ -346,10 +346,10 @@ watch( ...@@ -346,10 +346,10 @@ watch(
isAutoSure.value = false isAutoSure.value = false
if (props.type === 1) { if (props.type === 1) {
placeholderText.value = placeholderText.value =
'扫描枪输入生产单号,录入下一单本单自动生产完成,最后一单扫两次完成生产' '扫描枪输入第三方订单号,录入下一单本单自动生产完成,最后一单扫两次完成生产'
} else if (props.type === 2) { } else if (props.type === 2) {
placeholderText.value = placeholderText.value =
'扫描枪输入生产单号,录入下一单本单自动发货完成,最后一单扫两次完成发货' '扫描枪输入第三方订单号,录入下一单本单自动发货完成,最后一单扫两次完成发货'
} }
sendNum.value = 0 sendNum.value = 0
// canlogisticsList('GNKD').then((res) => { // canlogisticsList('GNKD').then((res) => {
...@@ -625,7 +625,6 @@ const trackcodeInput = async () => { ...@@ -625,7 +625,6 @@ const trackcodeInput = async () => {
} catch (e) { } catch (e) {
console.error(e) console.error(e)
productInfo.value = {} productInfo.value = {}
playAudio('weight_search_error')
nextTick(() => { nextTick(() => {
if (trackingNumberRef.value) { if (trackingNumberRef.value) {
;(trackingNumberRef.value as HTMLInputElement).focus() ;(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