Browse Source

Merge branch 'hw' of http://121.41.102.225:8099/Nidong/jiufang

Andy 3 years ago
parent
commit
d8562aa313
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/BidSystem/ContractList/edit.vue

+ 1 - 2
src/views/BidSystem/ContractList/edit.vue

@@ -69,9 +69,8 @@
           <Input
             type="text"
             size="small"
-            disabled
             v-model="formData.order_no"
-            placeholder="自动生成"
+            placeholder="请输入订单编号"
             style="width: 200px"
           />
         </FormItem>