|
|
@@ -567,7 +567,12 @@ export default {
|
|
|
|
|
|
const res2 = await this.$store.dispatch('optiontypeselect','ordertype')
|
|
|
this.orderTypeList = res2.data
|
|
|
- console.log(this.orderTypeList,'订单类型');
|
|
|
+ this.orderTypeList.forEach((item,index)=>{
|
|
|
+ if (item.value == '工具借用单'){
|
|
|
+ this.orderTypeList.splice(index,1)
|
|
|
+ }
|
|
|
+ })
|
|
|
+
|
|
|
|
|
|
/*获取阶段*/
|
|
|
const res3 = await this.$api.requested({
|