ysy 2 лет назад
Родитель
Сommit
d0675dab6a
1 измененных файлов с 4 добавлено и 5 удалено
  1. 4 5
      pages/pda/components/bottomOperate.vue

+ 4 - 5
pages/pda/components/bottomOperate.vue

@@ -265,10 +265,10 @@
 						id: 2,
 						name: '直接发货委外'
 					},
-					// {
-					// 	id: 3,
-					// 	name: '无采购委外'
-					// },
+					{
+						id: 3,
+						name: '无采购委外'
+					},
 
 				]
 
@@ -357,7 +357,6 @@
 
 			onDateChange(e) {
 				this.$set(this.outsourceForm, 'requireDeliveryTime', e.detail.value)
-
 				this.$forceUpdate()
 			},