This commit is contained in:
Teng 2025-12-09 15:09:33 +08:00
parent 16e520f574
commit a5a724ac8d
6 changed files with 1213 additions and 24 deletions

View File

@ -130,7 +130,7 @@
<view class="middle-heng-father">
<!-- <view class="middle-ball" :style="{backgroundColor: `#1083F8`}"></view> -->
<view class="middle-ball" :style="{backgroundColor: `#E5E5E5`}"
<view class="middle-ball" :style="Number(v.status)==4?{}:{backgroundColor: `#E5E5E5`}"
v-if="Number(v.status)!=5"></view>
<image class="middle-ball-img" v-else src="/static/index/requestform/isok.png" />
</view>

View File

@ -347,4 +347,11 @@ export const orderReturn = (params) => {
data: params,
})
}
// 出库
export const outbound = (params) => {
return request({
url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/qld/outbound`,
method: 'POST',
data: params,
})
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB