chore: 版本升级至1.3.33并替换更新钢卷接口
1. 将配置文件、版本文件和静态默认版本号从1.3.31更新至1.3.33 2. 将编辑和打包页面的updateMaterialCoil接口替换为updateMaterialCoilSimple
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getMaterialCoil, updateMaterialCoil } from '@/api/wms/coil';
|
||||
import { getMaterialCoil, updateMaterialCoilSimple } from '@/api/wms/coil';
|
||||
import { addPendingAction } from '@/api/wms/pendingAction';
|
||||
|
||||
export default {
|
||||
@@ -151,7 +151,7 @@
|
||||
this.loading = true;
|
||||
// 1. 更新钢卷
|
||||
console.log('待提交数据', this.form)
|
||||
await updateMaterialCoil(this.form)
|
||||
await updateMaterialCoilSimple(this.form)
|
||||
// 2. 创建操作记录
|
||||
await addPendingAction({
|
||||
actionType: 404,
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getMaterialCoil, updateMaterialCoil } from '@/api/wms/coil';
|
||||
import { getMaterialCoil, updateMaterialCoilSimple } from '@/api/wms/coil';
|
||||
import { addPendingAction } from '@/api/wms/pendingAction';
|
||||
|
||||
export default {
|
||||
@@ -157,7 +157,7 @@
|
||||
this.loading = true;
|
||||
// 1. 更新钢卷
|
||||
console.log('待提交数据', this.form)
|
||||
await updateMaterialCoil(this.form)
|
||||
await updateMaterialCoilSimple(this.form)
|
||||
// 2. 创建操作记录
|
||||
await addPendingAction({
|
||||
actionType: 405, // 405表示打包
|
||||
|
||||
Reference in New Issue
Block a user