Merge pull request '运单录入现金问题' (#35) from master-客户管理 into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/35
This commit is contained in:
commit
a08ce2f89b
@ -9,7 +9,7 @@
|
|||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@change="onChange">
|
@change="onChange">
|
||||||
<el-option v-for="item in optionItems" :key="item.customerCode" :label="item.custName" :value="item.customerCode" ></el-option>
|
<el-option v-for="item in optionItems" :key="item.custNo" :label="item.custName" :value="item.custNo" ></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<!-- item.custNo+'-'+ -->
|
<!-- item.custNo+'-'+ -->
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user