This commit is contained in:
myTest383
2024-12-31 16:22:15 +08:00
parent f4f427174c
commit 256022450c
10 changed files with 41 additions and 20 deletions

View File

@@ -335,7 +335,7 @@
// console.log(resp);
_this.data = resp
_this.getAllPriceOrWeight()
// _this.getAllPriceOrWeight()
_this.$nextTick(() => {
_this.$refs.pageView.setLoadState(2)

View File

@@ -193,11 +193,11 @@
// console.log(resp);
_this.data = resp
_this.getAllPriceOrWeight()
// _this.getAllPriceOrWeight()
// _this.$nextTick(() => {
// _this.$refs.pageView.setLoadState(2)
// })
_this.$nextTick(() => {
_this.$refs.pageView.setLoadState(2)
})
}).catch(e => {
_this.$nextTick(() => {
_this.$refs.pageView.setLoadState(1)

View File

@@ -159,7 +159,7 @@
<view style="display: flex;flex-direction: row;align-items: center;">
<text style="font-size: 12px;color: #FF5006;">存量</text>
<text
style="font-size: 14px;color: #FF5006;">{{item.goodsNumber}}{{item.unitName}}</text>
style="font-size: 14px;color: #FF5006;">{{item.goodsNumber}}</text>
</view>
@@ -349,7 +349,7 @@
}
if (this.info.name == "" || this.info.phone == '') {
this.shortToast('请完善提人信息')
this.shortToast('请完善提人信息')
return
}

View File

@@ -572,7 +572,11 @@
<view style="display: flex;flex-direction: row;align-items: center;margin-top: 8px;">
<text style="border: 1px #EE752F solid; border-radius: 5px; padding: 0px 8px;
font-size: 10px;color: #EE752F;">{{item.weight}}{{item.specificationUnit}}/{{item.unitName}}</text>
font-size: 10px;color: #EE752F;">{{item.weight}}</text>
<text
style="border: 1px #EE752F solid; border-radius: 5px; padding: 0px 8px;margin-left: 10px;
font-size: 10px;color: #EE752F;">{{item.quantityOfPackage}}{{item.unitName}}/{{item.specificationUnit}}</text>
<text
style="border: 1px #EE752F solid; background: #FF9900;margin-left: 10px; color: #fff; font-size: 10px;border-radius: 5px; padding: 0px 8px;"
@@ -589,8 +593,7 @@
margin-right: 15px;">
<view style="display: flex;flex-direction: row;align-items: center;">
<text style="font-size: 10px;color: #FF5006;">存量</text>
<text
style="font-size: 14px;color: #FF5006;">{{item.goodsNumber}}{{item.unitName}}</text>
<text style="font-size: 14px;color: #FF5006;">{{item.goodsNumber}}</text>
</view>
<view style="display: flex;flex-direction: row;align-items: center;">