This commit is contained in:
parent
16e520f574
commit
a5a724ac8d
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue