|
|
@@ -11,7 +11,7 @@
|
|
|
<view class="btn_box rx-bc" @click="handleTrade(index)">
|
|
|
换周转车
|
|
|
</view>
|
|
|
- <view>*需要同类型车,货位一一对应</view>
|
|
|
+ <view style="font-size: 28rpx;">*需要同类型车,货位一一对应</view>
|
|
|
|
|
|
|
|
|
</view>
|
|
|
@@ -90,7 +90,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- transferVehicle,
|
|
|
+ qualityTransferVehicle,
|
|
|
} from '@/api/pda/workOrder.js'
|
|
|
|
|
|
import qualityTurnoverPopup from './qualityTurnoverPopup.vue'
|
|
|
@@ -175,7 +175,7 @@
|
|
|
this.wordInfo.categoryCode = arr[0].categoryCode
|
|
|
|
|
|
|
|
|
- this.$refs.turnoverRef.open('w0300000002816002', this.wordInfo, this.newList, this.wordItem, index)
|
|
|
+ this.$refs.turnoverRef.open('w0300000003217001', this.wordInfo, this.newList, this.wordItem, index)
|
|
|
return false
|
|
|
|
|
|
let _this = this
|
|
|
@@ -210,8 +210,10 @@
|
|
|
newTurnover[0].id = null
|
|
|
this.newList[index].isOld = 1 // 老的
|
|
|
turnoverArr = [this.newList[index], ...newTurnover]
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- transferVehicle(turnoverArr).then(res => {
|
|
|
+ qualityTransferVehicle(turnoverArr).then(res => {
|
|
|
this.$emit('refreshList')
|
|
|
})
|
|
|
|