shish 2 лет назад
Родитель
Сommit
09532d646e
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ghs/src/views/in/add.vue
  2. 1 1
      ghs/src/views/order/add.vue

+ 1 - 1
ghs/src/views/in/add.vue

@@ -1,6 +1,6 @@
 <template>
   <div v-if="form.ghsId == 0" style="text-align:center;margin-top:30px;">
-    <span style="font-size:20px;">搜索供货商:</span>
+    <span style="font-size:20px;">供货商:</span>
     <el-select @change="selectGhsFn" v-model="selectGhsName" filterable remote reserve-keyword placeholder="搜索供货商,光标插入 Ctrl + C" clearable ref="ghsRef"
 				:remote-method="selectGhsInfo" :loading="loading" style="width:400px;margin-left:20px;" size="big">
     				<el-option v-for="item in customInfoList" :key="item.id" :label="`${item.name}`" :value="item"></el-option>

+ 1 - 1
ghs/src/views/order/add.vue

@@ -1,6 +1,6 @@
 <template>
   <div v-if="form.customId == 0" style="text-align:center;margin-top:30px;">
-    <span style="font-size:20px;">搜索客户:</span>
+    <span style="font-size:20px;">客户:</span>
     <el-select @change="selectCustomFn" v-model="selectCustomName" filterable remote reserve-keyword placeholder="搜索客户,光标插入 Ctrl + C" clearable ref="customref"
 				:remote-method="searchCustomInfo" :loading="loading" style="width:400px;margin-left:20px;" size="big">
     				<el-option v-for="item in customInfoList" :key="item.id" :label="`${item.name}`" :value="item"></el-option>